mv...@corwyn.net wrote:
>
> I see notes in the wiki that vlc won't work with .98. Will it work
> with .99 and/or 1.03?
I have mvpmc working with vlc 1.02 running on Ubuntu's 9.10 (Karmic).
However, it should be noted that I'm running with the 30 fps patch I
posted to the developer list last A
mv...@corwyn.net wrote:
> Tom Metro wrote:
>> I recommend setting up an experiment where the video stream is slowed
>> down in a controlled fashion. Then observe at what point the
>> stuttering starts, and whether it recovers when the stream is sped
>> back up to normal.
>
> How exactly do I ch
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