Skip to content

Instantly share code, notes, and snippets.

@toshinoritakata
Last active October 8, 2015 23:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toshinoritakata/d39cde559180461624f9 to your computer and use it in GitHub Desktop.
Save toshinoritakata/d39cde559180461624f9 to your computer and use it in GitHub Desktop.
VODをiphoneで再生できるムービーに変換
ffmpeg -i VTS_01_1.VOB -b:v 1500k -r 30 -vcodec h264 -strict -2 -acodec aac -ar 44100 -f mp4 out.mp4
ffmpeg -i "concat:VTS_01_1.VOB|VTS_01_2.VOB" -b:v 1500k -r 30 -vcodec h264 -strict -2 -acodec aac -ar 44100 -f mp4 out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment