Convert .VOB files to .AVI in Linux with Mencoder

Convert .VOB files to .AVI in Linux with Mencoder:

$ mencoder -vf harddup -vf-add smartblur=.6:-.5:0,unsharp=l5x5:.8:c5x5:.4 -xvidencopts fixed_quant=4:profile=dxnhtntsc -lameopts cbr:br=128:aq=0:vol=1 -oac mp4lame -ovc xvid input.vob -o output.avi

*NOTES:
- where input.vob is the vob file you want to convert and output.avi your desired avi file name.
- the $ sign at the start of the command is to signify the terminal's prompt, no need to type this in.

0 comments:

Post a Comment