Help burning .vob to dvd

Gerardo luisgmarengo at aim.com
Wed Jun 30 04:48:04 UTC 2010


Alan Dacey Sr. wrote:

> I got a hold of a dvd so I have some vob files to play with.  I just used DivX
> Converter to make a 230MB avi file from a 1024mb vob file.
>
> I also found that Devede handles vob files quite well.  It has an option to
> make a menu-less iso ready for burning.  So I would try out devede and
> see if it can handle what you made.  It does use ffmpeg behind the
> scenes but is a lot more user-friendly.

Devede makes the DVD, but drops the extra audio tracks.  I got pretty 
close to getting what I need by:

ffmpeg -target ntsc-dvd -i oldmovie.vob -vcodec copy -acodec copy 
newmovie.mpg -acodec copy -newaudio -acodec copy -newaudio -acodec copy 
-newaudio -scodec copy -newsubtitle -scodec copy -newsubtitle -scodec 
copy -newsubtitle

The process ran for a few minutes, then I got the error:
"av_interleaved_write_frame(): Error while opening file"
which seems to be an FFmpeg bug (https://roundup.ffmpeg.org/issue807) :(





More information about the kubuntu-users mailing list