Mailinglist Archive: opensuse (3397 mails)
| < Previous | Next > |
Re: [SLE] How to copy DVD-RW to a DVD-R on SUSE Linux?
- From: Sunny <sloncho@xxxxxxxxx>
- Date: Mon, 11 Apr 2005 16:49:58 -0500
- Message-id: <e7eeb23050411144953d815f@xxxxxxxxxxxxxx>
On Apr 11, 2005 4:34 PM, Alexandr Malusek <Alexandr.Malusek@xxxxxxxxxx> wrote:
> Sunny <sloncho@xxxxxxxxx> writes:
>
> >> How can I copy a DVD-RW to a DVD-R with Linux software?
> >
> > I do not know if your recorder does not make some different
> > structure for rewritable media, so it is easy later for it to edit
> > the content.
>
> It seems it does. Actually, the RDR-GX210 can format DVD-RW media in
> two ways: -RW VR and -RW Video. Only the -RW VR supports editing (A-B
> erase). The directory structure is (only 1 title is present):
>
> /media/dvd> tree
> .
> `-- DVD_RTAV
> |-- VR_MANGR.BUP
> |-- VR_MOVIE.VRO
> `-- VR_MANGR.IFO
>
> MPlayer and other tools do not see a DVD disc:
>
> /media/dvd> mplayer dvd://1
> ...
> Playing dvd://1.
> Reading disc structure, please wait...
> libdvdread: Can't open file VIDEO_TS.IFO.
> Can't open VMG info!
> Exiting... (End of file)
>
> But MPlayer can play the VR_MOVIE.VRO file which is identified as::
>
> MPEG-PS file format detected.
> VIDEO: MPEG2 720x576 (aspect 2) 25.000 fps 4505.6 kbps (563.2 kbyte/s)
> ==========================================================================
> Opening audio decoder: [liba52] AC3 decoding with liba52
> Using SSE optimized IMDCT transform
> AC3: 2.0 (stereo) 48000 Hz 256.0 kbit/s
> ...
>
> The directory structure of a DVD-R created by the RDR-GX210 is
> different, for example:
>
> /media/dvd> tree -a
> .
> `-- video_ts
> |-- video_ts.bup
> |-- video_ts.ifo
> |-- video_ts.vob
> |-- vts_01_0.bup
> |-- vts_01_0.ifo
> |-- vts_01_1.vob
> |-- vts_01_2.vob
> `-- vts_01_3.vob
>
> It seems that a more sophisticated tool than "dd" is needed in this
> case.
>
> --
> A.M.
>
> --
> Check the headers for your unsubscription address
> For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
> Also check the archives at http://lists.suse.com
> Please read the FAQs: suse-linux-e-faq@xxxxxxxx
>
>
Actually, dd should work with media, prepared for Video, i.e.
VIDEO_TS/more .vobs :)
If it does not, just create a new .iso with growisofs, but using as a
source the directory structure.
.VRO structure will not play in normal players, but if mplayer plays
it, then it most probably is mpeg2 program stream, and using tools
like dvdauthor you should be able to prepare video dvd from it.
Sunny
--
Get Firefox
http://www.spreadfirefox.com/?q=affiliates&id=10745&t=85
> Sunny <sloncho@xxxxxxxxx> writes:
>
> >> How can I copy a DVD-RW to a DVD-R with Linux software?
> >
> > I do not know if your recorder does not make some different
> > structure for rewritable media, so it is easy later for it to edit
> > the content.
>
> It seems it does. Actually, the RDR-GX210 can format DVD-RW media in
> two ways: -RW VR and -RW Video. Only the -RW VR supports editing (A-B
> erase). The directory structure is (only 1 title is present):
>
> /media/dvd> tree
> .
> `-- DVD_RTAV
> |-- VR_MANGR.BUP
> |-- VR_MOVIE.VRO
> `-- VR_MANGR.IFO
>
> MPlayer and other tools do not see a DVD disc:
>
> /media/dvd> mplayer dvd://1
> ...
> Playing dvd://1.
> Reading disc structure, please wait...
> libdvdread: Can't open file VIDEO_TS.IFO.
> Can't open VMG info!
> Exiting... (End of file)
>
> But MPlayer can play the VR_MOVIE.VRO file which is identified as::
>
> MPEG-PS file format detected.
> VIDEO: MPEG2 720x576 (aspect 2) 25.000 fps 4505.6 kbps (563.2 kbyte/s)
> ==========================================================================
> Opening audio decoder: [liba52] AC3 decoding with liba52
> Using SSE optimized IMDCT transform
> AC3: 2.0 (stereo) 48000 Hz 256.0 kbit/s
> ...
>
> The directory structure of a DVD-R created by the RDR-GX210 is
> different, for example:
>
> /media/dvd> tree -a
> .
> `-- video_ts
> |-- video_ts.bup
> |-- video_ts.ifo
> |-- video_ts.vob
> |-- vts_01_0.bup
> |-- vts_01_0.ifo
> |-- vts_01_1.vob
> |-- vts_01_2.vob
> `-- vts_01_3.vob
>
> It seems that a more sophisticated tool than "dd" is needed in this
> case.
>
> --
> A.M.
>
> --
> Check the headers for your unsubscription address
> For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
> Also check the archives at http://lists.suse.com
> Please read the FAQs: suse-linux-e-faq@xxxxxxxx
>
>
Actually, dd should work with media, prepared for Video, i.e.
VIDEO_TS/more .vobs :)
If it does not, just create a new .iso with growisofs, but using as a
source the directory structure.
.VRO structure will not play in normal players, but if mplayer plays
it, then it most probably is mpeg2 program stream, and using tools
like dvdauthor you should be able to prepare video dvd from it.
Sunny
--
Get Firefox
http://www.spreadfirefox.com/?q=affiliates&id=10745&t=85
| < Previous | Next > |