I am trying to convert a VOB file to mpeg like this:
./ffmpeg.exe -i VTS_01_2.VOB -r 24 out1.mpeg
However, the quality is very poor.
I tried ./ffmpeg.exe -i VTS_01_2.VOB -vcodec copy out1.mpeg
But the file size is too large (90% of original - 300 MB for 4 minute video), and windows movie maker hangs on trying to import it.
How can I get a decent quality mpeg from my VOB?
