Skip to content

Instantly share code, notes, and snippets.

@almorel
Created August 4, 2017 12:45
Show Gist options
  • Save almorel/cbcc06d3b99826d0ecfe9ae84f3ece23 to your computer and use it in GitHub Desktop.
Save almorel/cbcc06d3b99826d0ecfe9ae84f3ece23 to your computer and use it in GitHub Desktop.
ffmpeg - Encode DVD HVEC H265
ffmpeg -i concat:VTS_06_1.VOB\|VTS_06_2.VOB\|VTS_06_3.VOB\|VTS_06_4.VOB\|VTS_06_5.VOB\|VTS_06_6.VOB \
-vsync 1 \
-threads 0 \
-aspect 16:9 \
-map 0:v \
-map 0:3 \
-metadata title="TEST" \
-c:v libx265 \
-preset ultrafast \
-x265-params \
crf=22:qcomp=0.8:aq-mode=1:aq_strength=1.0:qg-size=16:psy-rd=0.7:psy-rdoq=5.0:rdoq-level=1:merange=44 \
-c:a ac3 \
-b:a:1 320k \
TEST.mkv
@loquesangra
Copy link

This is super noisy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment