Skip to content

Instantly share code, notes, and snippets.

@jcayzac
Created December 8, 2012 07:49
Show Gist options
  • Save jcayzac/4239162 to your computer and use it in GitHub Desktop.
Save jcayzac/4239162 to your computer and use it in GitHub Desktop.
dvd to ps3 mp4
./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