Re: Am I missing something with bug 657576

Top Page

Reply to this message
Author: Christian Marillat
Date:  
To: dmo-discussion
Subject: Re: Am I missing something with bug 657576
shirish शिरीष <shirishag75@???> writes:

> at bottom :-
>
> On Sat, Jan 28, 2012 at 20:11, Christian Marillat <marillat@???> wrote:
>
>> Could you explain what you are trying to do with this DVD ?
>
> First was just to write a Video DVD but now its about making a new
> Video DVD from the old .vob files.


To copy and burn :

,----
| mkdir MY_DVD
| vobcopy -m -o MY_DVD
| growisofs -dvd-video -Z /dev/cdrom MY_DVD

`----

Normally bombono-dvd is now able to see the DVD when you try to import a
VOB file inside the MY_DVD/VIDEO_TS directory.

If this doesn't work try with mplayer :

mplayer -dvd-device MY_DVD -dumpstream -dumpfile video.mpg dvd://1

1 is the title to export.

You can also add a -aid (or -alang) option to select another audio track or a -sid
(or -slang) option to select a subtitle.

lsdvd can display the structure of the DVD. Use lsdvd -x for a detailed
output.

After that you can import the video.mpg in bombono-dvd.

Christian