Skip to content

Instantly share code, notes, and snippets.

@ypwu1
Created December 29, 2014 15:02
Show Gist options
  • Save ypwu1/4ffa9dfd3f35d4672134 to your computer and use it in GitHub Desktop.
Save ypwu1/4ffa9dfd3f35d4672134 to your computer and use it in GitHub Desktop.
convert_dvd.sh
#!/bin/bash
ffmpeg -i concat:"/Volumes/DVD_BUILD/VIDEO_TS/VTS_01_1.VOB|/Volumes/DVD_BUILD/VIDEO_TS/VTS_02_1.VOB|/Volumes/DVD_BUILD/VIDEO_TS/VTS_03_1.VOB|/Volumes/DVD_BUILD/VIDEO_TS/VTS_04_1.VOB" \
-acodec libfaac -aq 100 -ac 2 -vcodec libx264 -vpre slow -crf 24 -threads 0 output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment