mv...@corwyn.net wrote:
> However, when I try something like(using video2mpeg since "copy"
> appears to supercede -b) :
> ffmpeg -i stream.dump -vcodec video2mpeg -acodec mp2 -ab 128 -b 4000k
> dvd_title_name.vob
>
> the video goes out of sync
>
> Suggestions?
I recommend giving Avidemux a spi
I'm looking at the wiki at http://mvpmc.wikispaces.com/content
the final step for transcoding DVDs is:
ffmpeg -i stream.dump -vcodec copy -acodec mp2 -ab 128 dvd_title_name.vob
which outputs a very large .vob. I'd like to make it slightly smaller.
However, when I try something like(using vide