Showing posts with label ffmpeg. Show all posts
Showing posts with label ffmpeg. Show all posts

Tuesday, August 18, 2009

Convert .VOB to .WMV with ffmpeg in Linux

A fairly simple command gets the job done:
ffmpeg -i filename.vob -vcodec wmv2 -acodec wmav2 -sameq -s 720x576 filename.wmv