After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 436339 - Allow direct DVD video copy
Allow direct DVD video copy
Status: RESOLVED OBSOLETE
Product: brasero
Classification: Applications
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: Brasero maintainer(s)
Brasero maintainer(s)
Depends on: 363352
Blocks:
 
 
Reported: 2007-05-06 12:55 UTC by Bastien Nocera
Modified: 2009-07-30 07:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2007-05-06 12:55:53 UTC
1. Detect whether the inserted DVD is a video DVD
2. Use dvdcpy to output to an ISO/UDF image
https://sourceforge.net/tracker/index.php?func=detail&aid=1713743&group_id=75595&atid=544488
3. Burn resulting image with growisofs

Note, we could copy the data directly using cp/gnome-vfs if the DVD was not encrypted:
https://sourceforge.net/tracker/index.php?func=detail&aid=1713742&group_id=75595&atid=544488

Optionally, it could stop at 2. to get us a DVD image.
Comment 1 Bastien Nocera 2008-12-17 14:01:22 UTC
It should be pretty straight forward to port this into a GObject:
http://ogmrip.svn.sourceforge.net/viewvc/ogmrip/trunk/ogmrip/dvdcpy/dvdcpy.c?view=markup
Comment 2 Philippe Rouquier 2009-07-30 07:44:43 UTC
Thanks for the report. This is already in brasero. It doesn't use dvdcpy as you suggested but when DVDs are encrypted uses libdvdcss (instead) to create an image which can then be burnt...