Glenn Pedersen wrote:
Have you got a direct link as I cant seem to find it.
Thanks Glenn
You're right, it's not available on Packlman (anymore?). http://dvd.chevelless230.com/dvdbackup.html
On Tue, 24 May 2005 08:23 am, FX Fraipont wrote:
Glenn Pedersen wrote:
Have you got a direct link as I cant seem to find it.
Thanks Glenn
You're right, it's not available on Packlman (anymore?).
Thanks
On Mon, 2005-05-23 at 15:23, FX Fraipont wrote:
Glenn Pedersen wrote:
Have you got a direct link as I cant seem to find it.
Thanks Glenn
You're right, it's not available on Packlman (anymore?).
www.archive.org ??? Or does someone have it on their own site? -- ___ _ _ _ ____ _ _ _ | | | | [__ | | | |___ |_|_| ___] | \/
Carl William Spitzer IV wrote:
On Mon, 2005-05-23 at 15:23, FX Fraipont wrote:
Glenn Pedersen wrote:
Have you got a direct link as I cant seem to find it.
Thanks Glenn
You're right, it's not available on Packlman (anymore?).
From there I grabbed dvdbackup.c # gcc dvdbackup.c -I/usr/include -L/usr/lib -ldvdread -o dvdbackup # cp dvdbackup /usr/local/bin/ Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Keen licensed Private Pilot Retired IBM Mainframes and Sun Servers Tech Support Specialist Microsoft Windows Free Zone - Linux used for all Computing Tasks
On Sun, 2005-06-05 at 00:02 +0100, Sid Boyce wrote:
Carl William Spitzer IV wrote:
On Mon, 2005-05-23 at 15:23, FX Fraipont wrote:
Glenn Pedersen wrote:
Have you got a direct link as I cant seem to find it.
Thanks Glenn
You're right, it's not available on Packlman (anymore?).
From there I grabbed dvdbackup.c
# gcc dvdbackup.c -I/usr/include -L/usr/lib -ldvdread -o dvdbackup # cp dvdbackup /usr/local/bin/ Regards Sid. I have the rpm that was on the packman site. If someone is interested I can send it to you direct.
-- Ken Schneider UNIX since 1989, linux since 1994, SuSE since 1998 "The day Microsoft makes something that doesn't suck is probably the day they start making vacuum cleaners." -Ernst Jan Plugge
Please do it should be saved from the elimination by the DCMA. On Sat, 2005-06-04 at 17:01, Ken Schneider wrote:
On Sun, 2005-06-05 at 00:02 +0100, Sid Boyce wrote:
Carl William Spitzer IV wrote:
On Mon, 2005-05-23 at 15:23, FX Fraipont wrote:
Glenn Pedersen wrote:
Have you got a direct link as I cant seem to find it.
Thanks Glenn
You're right, it's not available on Packlman (anymore?).
From there I grabbed dvdbackup.c
# gcc dvdbackup.c -I/usr/include -L/usr/lib -ldvdread -o dvdbackup # cp dvdbackup /usr/local/bin/ Regards Sid. I have the rpm that was on the packman site. If someone is interested I can send it to you direct.
-- Ken Schneider UNIX since 1989, linux since 1994, SuSE since 1998
"The day Microsoft makes something that doesn't suck is probably the day they start making vacuum cleaners." -Ernst Jan Plugge --
| | | | [__ | | | |___ |_|_| ___] | \/
On Sat, 4 Jun 2005 12:43 pm, Carl William Spitzer IV wrote:
You're right, it's not available on Packlman (anymore?).
www.archive.org ???
Or does someone have it on their own site? -- ___ _ _ _ ____ _ _ _
| | | | [__ | | | | |___ |_|_| ___] | \/ Wow I wasnt aware of archive.org. Very handy. Thanks for that
Cheers, Glenn
On Sat, 2005-06-04 at 16:09, Glenn Pedersen wrote:
On Sat, 4 Jun 2005 12:43 pm, Carl William Spitzer IV wrote:
You're right, it's not available on Packlman (anymore?).
www.archive.org ???
Or does someone have it on their own site? -- ___ _ _ _ ____ _ _ _
| | | | [__ | | | | |___ |_|_| ___] | \/ Wow I wasnt aware of archive.org. Very handy. Thanks for that
Unfortunately not complete. I did not find a setup for 9.1 or 9.2. Perhaps someone overseas will have them. -- ___ _ _ _ ____ _ _ _ | | | | [__ | | | |___ |_|_| ___] | \/
On Tue, 7 Jun 2005 11:28 am, Carl William Spitzer IV wrote:
Wow I wasnt aware of archive.org. Very handy. Thanks for that
Unfortunately not complete. I did not find a setup for 9.1 or 9.2. Perhaps someone overseas will have them.
There is no "setup" as such that I could see anyway. The c source is there with instructions on how to compile it which I did and it works fine. Btw thats with 9.2 Cheers, Glenn
Glenn Pedersen wrote:
On Tue, 7 Jun 2005 11:28 am, Carl William Spitzer IV wrote:
Wow I wasnt aware of archive.org. Very handy. Thanks for that
Unfortunately not complete. I did not find a setup for 9.1 or 9.2. Perhaps someone overseas will have them.
There is no "setup" as such that I could see anyway. The c source is there with instructions on how to compile it which I did and it works fine. Btw thats with 9.2
Cheers, Glenn
I don't have a video dvd to hand at the mo. setup?, It's a command line tool or am I misunderstanding what you mean. # dvdbackup Usage: dvdbackup [options] -i device where device is your dvd device -v X where X is the amount of verbosity -I for information about the DVD -o directory where directory is your backup target -M backup the whole DVD -F backup the main feature of the DVD -T X backup title set X -t X backup title X -s X backup from chapter X -e X backup to chapter X -a 0 to get aspect ratio 4:3 instead of 16:9 if both are present -h print a brief usage message -? print a brief usage message -i is manditory -o is manditory except if you use -I -a is option to the -F switch and has no effect on other options -s and -e should prefereibly be used together with -t # dvdbackup -I -i /dev/dvd libdvdread: Using libdvdcss version 1.2.8 for DVD access libdvdread: Can't open file VIDEO_TS.IFO. Can't open VMG info. Guess work of main feature film faild barrabas:/ftp/Jun05/DVD # dvdbackup -I -i /dev/dvd libdvdread: Using libdvdcss version 1.2.8 for DVD access libdvdread: Can't open file VIDEO_TS.IFO. Can't open VMG info. Guess work of main feature film faild Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Keen licensed Private Pilot Retired IBM Mainframes and Sun Servers Tech Support Specialist Microsoft Windows Free Zone - Linux used for all Computing Tasks
On Thu, 2005-06-09 at 00:41 +0100, Sid Boyce wrote:
Glenn Pedersen wrote:
On Tue, 7 Jun 2005 11:28 am, Carl William Spitzer IV wrote:
Wow I wasnt aware of archive.org. Very handy. Thanks for that
Unfortunately not complete. I did not find a setup for 9.1 or 9.2. Perhaps someone overseas will have them.
There is no "setup" as such that I could see anyway. The c source is there with instructions on how to compile it which I did and it works fine. Btw thats with 9.2
Cheers, Glenn
I don't have a video dvd to hand at the mo. setup?, It's a command line tool or am I misunderstanding what you mean.
dvdbackup -i /dev/dvd -M -o /where-you-want-the-ripped-copy
# dvdbackup Usage: dvdbackup [options] -i device where device is your dvd device -v X where X is the amount of verbosity -I for information about the DVD -o directory where directory is your backup target -M backup the whole DVD -F backup the main feature of the DVD -T X backup title set X -t X backup title X -s X backup from chapter X -e X backup to chapter X -a 0 to get aspect ratio 4:3 instead of 16:9 if both are present -h print a brief usage message -? print a brief usage message
-i is manditory -o is manditory except if you use -I -a is option to the -F switch and has no effect on other options -s and -e should prefereibly be used together with -t # dvdbackup -I -i /dev/dvd libdvdread: Using libdvdcss version 1.2.8 for DVD access libdvdread: Can't open file VIDEO_TS.IFO. Can't open VMG info. Guess work of main feature film faild barrabas:/ftp/Jun05/DVD # dvdbackup -I -i /dev/dvd libdvdread: Using libdvdcss version 1.2.8 for DVD access libdvdread: Can't open file VIDEO_TS.IFO. Can't open VMG info. Guess work of main feature film faild
Maybe some other codecs need to be installed. -- Ken Schneider UNIX since 1989, linux since 1994, SuSE since 1998 "The day Microsoft makes something that doesn't suck is probably the day they start making vacuum cleaners." -Ernst Jan Plugge
Ken Schneider wrote:
On Thu, 2005-06-09 at 00:41 +0100, Sid Boyce wrote:
Glenn Pedersen wrote:
On Tue, 7 Jun 2005 11:28 am, Carl William Spitzer IV wrote:
Wow I wasnt aware of archive.org. Very handy. Thanks for that
Unfortunately not complete. I did not find a setup for 9.1 or 9.2. Perhaps someone overseas will have them.
There is no "setup" as such that I could see anyway. The c source is there with instructions on how to compile it which I did and it works fine. Btw thats with 9.2
Cheers, Glenn
I don't have a video dvd to hand at the mo. setup?, It's a command line tool or am I misunderstanding what you mean.
dvdbackup -i /dev/dvd -M -o /where-you-want-the-ripped-copy
# dvdbackup Usage: dvdbackup [options] -i device where device is your dvd device -v X where X is the amount of verbosity -I for information about the DVD -o directory where directory is your backup target -M backup the whole DVD -F backup the main feature of the DVD -T X backup title set X -t X backup title X -s X backup from chapter X -e X backup to chapter X -a 0 to get aspect ratio 4:3 instead of 16:9 if both are present -h print a brief usage message -? print a brief usage message
-i is manditory -o is manditory except if you use -I -a is option to the -F switch and has no effect on other options -s and -e should prefereibly be used together with -t # dvdbackup -I -i /dev/dvd libdvdread: Using libdvdcss version 1.2.8 for DVD access libdvdread: Can't open file VIDEO_TS.IFO. Can't open VMG info. Guess work of main feature film faild barrabas:/ftp/Jun05/DVD # dvdbackup -I -i /dev/dvd libdvdread: Using libdvdcss version 1.2.8 for DVD access libdvdread: Can't open file VIDEO_TS.IFO. Can't open VMG info. Guess work of main feature film faild
Maybe some other codecs need to be installed.
OK. That was with the 9.3 DVD in the drive. Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Keen licensed Private Pilot Retired IBM Mainframes and Sun Servers Tech Support Specialist Microsoft Windows Free Zone - Linux used for all Computing Tasks
On Thu, 9 Jun 2005 05:13 pm, Sid Boyce wrote:
barrabas:/ftp/Jun05/DVD # dvdbackup -I -i /dev/dvd libdvdread: Using libdvdcss version 1.2.8 for DVD access libdvdread: Can't open file VIDEO_TS.IFO. Can't open VMG info. Guess work of main feature film faild
Maybe some other codecs need to be installed.
OK. That was with the 9.3 DVD in the drive. Regards Sid.
If you had the Suse 9.3 dvd in then thats why it failed. It was looking for a video_ts.ifo file which is on movie type dvds. That file wouldnt be on a data type dvd, if that makes sense :) Cheers, Glenn
Glenn Pedersen wrote:
On Thu, 9 Jun 2005 05:13 pm, Sid Boyce wrote:
barrabas:/ftp/Jun05/DVD # dvdbackup -I -i /dev/dvd libdvdread: Using libdvdcss version 1.2.8 for DVD access libdvdread: Can't open file VIDEO_TS.IFO. Can't open VMG info. Guess work of main feature film faild
Maybe some other codecs need to be installed.
OK. That was with the 9.3 DVD in the drive. Regards Sid.
If you had the Suse 9.3 dvd in then thats why it failed. It was looking for a video_ts.ifo file which is on movie type dvds.
That file wouldnt be on a data type dvd, if that makes sense :)
Cheers, Glenn
As mentioned in my first post, first sentence. "I don't have a video dvd to hand at the mo. setup?, It's a command line tool or am I misunderstanding what you mean." Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Keen licensed Private Pilot Retired IBM Mainframes and Sun Servers Tech Support Specialist Microsoft Windows Free Zone - Linux used for all Computing Tasks
On Thu, 2005-06-09 at 15:58 +0100, Sid Boyce wrote:
Glenn Pedersen wrote:
As mentioned in my first post, first sentence. "I don't have a video dvd to hand at the mo. setup?, It's a command line tool or am I misunderstanding what you mean." Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Keen licensed Private Pilot Retired IBM Mainframes and Sun Servers Tech Support Specialist Microsoft Windows Free Zone - Linux used for all Computing Tasks
dvdbackup is used to make copies of unencrypted movie DVD's that you own. If, by law, you are allowed to make copies of encrypted movie DVD's you will also need the libdvdcss2 package installed. dvdbackup is -not- for making copies of data DVD's. I have not used dvdbackup for a while and I also am getting the error: dvdbackup: symbol lookup error: dvdbackup: undefined symbol: UDFFindFile I downloaded the src rpm from pbone.net and get a similar error when trying to build the rpm. Perhaps this is why the package was pulled from the packman site. If I can figure out how to fix the error I'll let you know, but my programming experience is very limited. -- Ken Schneider UNIX since 1989, linux since 1994, SuSE since 1998 "The day Microsoft makes something that doesn't suck is probably the day they start making vacuum cleaners." -Ernst Jan Plugge
On Thu, 2005-06-09 at 11:25 -0400, Ken Schneider wrote:
On Thu, 2005-06-09 at 15:58 +0100, Sid Boyce wrote:
Glenn Pedersen wrote:
As mentioned in my first post, first sentence. "I don't have a video dvd to hand at the mo. setup?, It's a command line tool or am I misunderstanding what you mean." Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Keen licensed Private Pilot Retired IBM Mainframes and Sun Servers Tech Support Specialist Microsoft Windows Free Zone - Linux used for all Computing Tasks
dvdbackup is used to make copies of unencrypted movie DVD's that you own. If, by law, you are allowed to make copies of encrypted movie DVD's you will also need the libdvdcss2 package installed.
dvdbackup is -not- for making copies of data DVD's.
I have not used dvdbackup for a while and I also am getting the error: dvdbackup: symbol lookup error: dvdbackup: undefined symbol: UDFFindFile
I downloaded the src rpm from pbone.net and get a similar error when trying to build the rpm. Perhaps this is why the package was pulled from the packman site. If I can figure out how to fix the error I'll let you know, but my programming experience is very limited.
Go to the packman site search for dvdread and download/install: libdvdread-0.9.4-2.pm.1.i586.rpm and then dvdbackup will work again. -- Ken Schneider UNIX since 1989, linux since 1994, SuSE since 1998 "The day Microsoft makes something that doesn't suck is probably the day they start making vacuum cleaners." -Ernst Jan Plugge
** Reply to message from Ken Schneider <suse-list@bout-tyme.net> on Thu, 09 Jun 2005 11:42:07 -0400
Go to the packman site search for dvdread and download/install: libdvdread-0.9.4-2.pm.1.i586.rpm and then dvdbackup will work again.
-- Ken Schneider UNIX since 1989, linux since 1994, SuSE since 1998
That finally did it. Thanks so much. No more rebooting to Winbloze to backup a video DVD. Ed Harrison, Registered Linux User #199533 SuSE 9.3, Kernel 2.6.11 PolarBar Mailer 1.25a
I remember that the comment was made that dvdbackup was designed to backup unencrypted DVD videos. Is there a program that backup an encrypted DVD? Ed Harrison, Registered Linux User #199533 SuSE 9.3, Kernel 2.6.11 PolarBar Mailer 1.25a
On 6/9/05, Ed Harrison <eharrison@tampabay.rr.com> wrote:
I remember that the comment was made that dvdbackup was designed to backup unencrypted DVD videos.
Is there a program that backup an encrypted DVD?
Ed Harrison, Registered Linux User #199533 SuSE 9.3, Kernel 2.6.11 PolarBar Mailer 1.25a
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
the same. but you need libdvdread installed Sunny
On Thu, 2005-06-09 at 16:16 -0500, Sunny wrote:
On 6/9/05, Ed Harrison <eharrison@tampabay.rr.com> wrote:
I remember that the comment was made that dvdbackup was designed to backup unencrypted DVD videos.
Is there a program that backup an encrypted DVD?
Ed Harrison, Registered Linux User #199533 SuSE 9.3, Kernel 2.6.11 PolarBar Mailer 1.25a
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
the same. but you need libdvdread installed
Wrong! You need to find and install libdvdcss2 to backup encrypted DVD's. Info is/was available on the packman site. -- Ken Schneider UNIX since 1989, linux since 1994, SuSE since 1998 "The day Microsoft makes something that doesn't suck is probably the day they start making vacuum cleaners." -Ernst Jan Plugge
On Thu, 2005-06-09 at 16:40 -0500, Sunny wrote:
Wrong! You need to find and install libdvdcss2 to backup encrypted DVD's. Info is/was available on the packman site.
yeah, where I've been looking ... :(
Following the advice at: http://packman.links2linux.org/?action=122 worked for me. Just make sure the "--target=" option of the rpm command matches your system. HTH Dave
On Thu, 2005-06-09 at 16:40 -0500, Sunny wrote:
Wrong! You need to find and install libdvdcss2 to backup encrypted DVD's. Info is/was available on the packman site.
yeah, where I've been looking ... :(
Try this link: http://packman.links2linux.org/?action=122 Follow the instructions. -- Ken Schneider UNIX since 1989, linux since 1994, SuSE since 1998 "The day Microsoft makes something that doesn't suck is probably the day they start making vacuum cleaners." -Ernst Jan Plugge
On Thursday 09 June 2005 5:36 pm, Ken Schneider wrote:
On Thu, 2005-06-09 at 16:16 -0500, Sunny wrote:
On 6/9/05, Ed Harrison <eharrison@tampabay.rr.com> wrote:
I remember that the comment was made that dvdbackup was designed to backup unencrypted DVD videos.
Is there a program that backup an encrypted DVD?
Ed Harrison, Registered Linux User #199533 SuSE 9.3, Kernel 2.6.11 PolarBar Mailer 1.25a
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
the same. but you need libdvdread installed
Wrong! You need to find and install libdvdcss2 to backup encrypted DVD's. Info is/was available on the packman site.
If you've been watching DVDs, then you already have it. Fred -- Planet Earth - a subsidiary of Microsoft. We have no bugs in our software, Never! We do have undocumented added features, that you will find amusing, at no added cost to you, at this time.
On Thu, 2005-06-09 at 08:13 +0100, Sid Boyce wrote:
Ken Schneider wrote:
On Thu, 2005-06-09 at 00:41 +0100, Sid Boyce wrote:
dvdbackup -i /dev/dvd -M -o /where-you-want-the-ripped-copy
Maybe some other codecs need to be installed.
OK. That was with the 9.3 DVD in the drive. Regards Sid.
This program is used for backing up video DVDs -not- data DVDs. -- Ken Schneider UNIX since 1989, linux since 1994, SuSE since 1998 "The day Microsoft makes something that doesn't suck is probably the day they start making vacuum cleaners." -Ernst Jan Plugge
Hi All. Please can you tell me where i can download this dvdbackup. Regards Gerald On Thu, 2005-06-09 at 07:42 -0400, Ken Schneider wrote:
On Thu, 2005-06-09 at 08:13 +0100, Sid Boyce wrote:
Ken Schneider wrote:
On Thu, 2005-06-09 at 00:41 +0100, Sid Boyce wrote:
dvdbackup -i /dev/dvd -M -o /where-you-want-the-ripped-copy
Maybe some other codecs need to be installed.
OK. That was with the 9.3 DVD in the drive. Regards Sid.
This program is used for backing up video DVDs -not- data DVDs.
-- Ken Schneider UNIX since 1989, linux since 1994, SuSE since 1998
"The day Microsoft makes something that doesn't suck is probably the day they start making vacuum cleaners." -Ernst Jan Plugge
** Reply to message from Ken Schneider <suse-list@bout-tyme.net> on Wed, 08 Jun 2005 23:33:29 -0400
dvdbackup -i /dev/dvd -M -o /where-you-want-the-ripped-copy
I get the following error, whether I run dvdbackup as user or root: dvdbackup -i /dev/dvd2 -M -o /home/ed/DVD_Back/ libdvdread: Using libdvdcss version 1.2.8 for DVD access dvdbackup: symbol lookup error: dvdbackup: undefined symbol: UDFFindFile Ed Harrison, Registered Linux User #199533 SuSE 9.3, Kernel 2.6.11 PolarBar Mailer 1.25a
On Thu, 2005-06-09 at 09:17 -0400, Ed Harrison wrote:
** Reply to message from Ken Schneider <suse-list@bout-tyme.net> on Wed, 08 Jun 2005 23:33:29 -0400
dvdbackup -i /dev/dvd -M -o /where-you-want-the-ripped-copy
I get the following error, whether I run dvdbackup as user or root:
dvdbackup -i /dev/dvd2 -M -o /home/ed/DVD_Back/
libdvdread: Using libdvdcss version 1.2.8 for DVD access dvdbackup: symbol lookup error: dvdbackup: undefined symbol: UDFFindFile
Check the following site for further info: http://dvd.chevelless230.com/dvdbackup.html -- Ken Schneider UNIX since 1989, linux since 1994, SuSE since 1998 "The day Microsoft makes something that doesn't suck is probably the day they start making vacuum cleaners." -Ernst Jan Plugge
On 6/9/05, Ed Harrison <eharrison@tampabay.rr.com> wrote:
** Reply to message from Ken Schneider <suse-list@bout-tyme.net> on Wed, 08 Jun 2005 23:33:29 -0400
dvdbackup -i /dev/dvd -M -o /where-you-want-the-ripped-copy
I get the following error, whether I run dvdbackup as user or root:
dvdbackup -i /dev/dvd2 -M -o /home/ed/DVD_Back/
libdvdread: Using libdvdcss version 1.2.8 for DVD access dvdbackup: symbol lookup error: dvdbackup: undefined symbol: UDFFindFile
I got this problem once, when I upgraded libdvdnav. Downgrade it to an earlier version and try. Cheers Sunny
participants (10)
-
Carl William Spitzer IV
-
Dave Barton
-
Ed Harrison
-
Fred A. Miller
-
FX Fraipont
-
Gerald Humphreys
-
Glenn Pedersen
-
Ken Schneider
-
Sid Boyce
-
Sunny