Created
December 8, 2012 07:49
-
-
Save jcayzac/4239162 to your computer and use it in GitHub Desktop.
dvd to ps3 mp4
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 -y -i ~/Desktop/BD/CHUGGINGTON_VOL_2.vob -vf "yadif=0:0:0,scale=iw*sar:ih,setsar=1" -r 25 -idct:v h264 -level 41 -c:v libx264 -profile:v high -preset:v slow -crf 18 -qmin 10 -qmax 51 -qcomp 0.7 -flags +loop -cmp +chroma -c:a copy \ | |
-map 0:0 \ | |
-map 0:1 -metadata:s:a:0 language=fre \ | |
-metadata title="Chuggington volume 2: Super Locos" -metadata album="Movies" \ | |
-f mp4 ~/Desktop/BD/Chuggington_vol2.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment