Created
August 4, 2017 12:45
-
-
Save almorel/cbcc06d3b99826d0ecfe9ae84f3ece23 to your computer and use it in GitHub Desktop.
ffmpeg - Encode DVD HVEC H265
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is super noisy.