Sunday, July 7, 2013


Strip video from vob file
ffmpeg -i VTS_02_1.VOB -an -sn -vcodec copy -f rawvideo output.mpeg

Extract audio from video file
ffmpeg -i video.mp4 -vn -ac 2 -ar 44100 -ab 320k -f mp3 song.mp3

Cut vob file to certain length
ffmpeg -i VTS_02_1.VOB -vcodec copy -acodec copy -ss 00:01:00 -t 00:05:04 output.mpeg

Mux video and mp3 file together into a single container
ffmpeg -i output.mpeg -i grapes_-_I_dunno.mp3 -vcodec copy -acodec copy test.mp4

Posted by Posted by WL at 4:23 PM
Categories:

 

0 comments:

 
>