LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-11-2004, 04:22 AM   #1
plosiv
LQ Newbie
 
Registered: Sep 2003
Distribution: Slackware 9.1
Posts: 10

Rep: Reputation: 0
Linux aternative to Clone DVD, or DVD Shrink


Hello,

I'm looking for a software to copy / clone DVD's on Linux. I currently use DVD Shrink and Clone DVD on Windows, but i prefer to get rid of my Windows and just use Linux. Does Linux offer a program to burn DVD's?

Thanks in advance.
 
Old 01-11-2004, 04:59 AM   #2
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
I rarely burn dvds but when I do I use dvdrip. I've never used DVD Shrink or any other windows dvd burners so I couldn't relate the two.

I should also plug acidrip which was written by acid_kewpie though I've never used it.
 
Old 01-11-2004, 05:02 AM   #3
carlywarly
Member
 
Registered: Feb 2003
Location: Sunny Southport, again.
Distribution: PCLinuxOS 0.93 and 0.92, Vector sometimes
Posts: 825

Rep: Reputation: 30
DVD Shrink works perfectly under Wine.
 
Old 01-11-2004, 09:50 AM   #4
plosiv
LQ Newbie
 
Registered: Sep 2003
Distribution: Slackware 9.1
Posts: 10

Original Poster
Rep: Reputation: 0
Thank you. I've got DVD Shrink running in Wine now.. Sofar all is good.

Thanks for the help.
 
Old 01-13-2004, 02:09 PM   #5
plosiv
LQ Newbie
 
Registered: Sep 2003
Distribution: Slackware 9.1
Posts: 10

Original Poster
Rep: Reputation: 0
Eventhough i now have DVD Shrink running in Wine, it doesn't work.

When i use the Open Disk button and select my DVD Driver it responds with an:

DVD Shrink encountered an error and cannot continue.
Failed to initialize ASPI device.
File not found

In my Terminal window i get the following line about 15 times:

fixme:aspi:SendASPI32Command SC_GET_DISK_INFO always return 'int13 unassociated disk'.


Does anyone have any idea on how to solve this or perhaps an indication on what i am doing wrong?

Thanx.
 
Old 01-13-2004, 03:28 PM   #6
carlywarly
Member
 
Registered: Feb 2003
Location: Sunny Southport, again.
Distribution: PCLinuxOS 0.93 and 0.92, Vector sometimes
Posts: 825

Rep: Reputation: 30
OK, try smartripper to rip the files, then dvdshrink to do the compression. Both actually work for me.
 
Old 01-14-2004, 12:55 AM   #7
plosiv
LQ Newbie
 
Registered: Sep 2003
Distribution: Slackware 9.1
Posts: 10

Original Poster
Rep: Reputation: 0
I've tried to do the 'Open Files' in DVDShrink but no luck. Also a weird error, so i believe my wine isn't working correctly.

The funny part is. First i had Windows and Linux. I tried DVD Shrink in wine and compressed a DVD. I then figured i wouldn't need Windows anymore, so i reinstalled Linux on the whole disk. And now it doesn't do wine anymore. Very weird.

I'll try to figured it out but anymore help would be appreciated.
 
Old 01-14-2004, 01:05 AM   #8
megaspaz
Senior Member
 
Registered: Nov 2002
Location: Silly Con Valley
Distribution: Red Hat 7.3, Red Hat 9.0
Posts: 2,054

Rep: Reputation: 46
you probably didn't configure wine correctly. in your ~/.wine/config file, there's sections where you have to define your drives. cd/dvd devices included.

example:
[Drive J]
"Path" = "/mnt/cdrom"
"Type" = "cdrom"
"Label" = "DVD"
"Filesystem" = "vfat"
; make sure that device is correct and has proper permissions !
"Device" = "/dev/cdrom"

[Drive R]
"Path" = "/mnt/cdrom1"
"Type" = "cdrom"
"Label" = "CD-RW"
"Filesystem" = "vfat"
; make sure that device is correct and has proper permissions !
"Device" = "/dev/cdrom1"

i try to make all my devices and parititions the same in wine as they are in windows, since i've got wine configured to use an existing windows install and not a fake windows install directory. don't know how you did wine, so that may not apply to you. but i'm fairly certain you need to finish the wine config.
 
Old 01-14-2004, 02:08 AM   #9
plosiv
LQ Newbie
 
Registered: Sep 2003
Distribution: Slackware 9.1
Posts: 10

Original Poster
Rep: Reputation: 0
I've been reading the Wine documents for a bit. There is a line about puting a 'nohide' in your FSTAB. If you do now, you might get an File not Found error. (the same i get) and i know haven't got my cdrom/dvd drive in my fstab.

Tobad i am at work and cannot test it.

As for the configuration example, i have it the same as you. Except i use "Filesystem" = "win95".
 
Old 01-14-2004, 02:10 AM   #10
megaspaz
Senior Member
 
Registered: Nov 2002
Location: Silly Con Valley
Distribution: Red Hat 7.3, Red Hat 9.0
Posts: 2,054

Rep: Reputation: 46
Quote:
Originally posted by plosiv
i know haven't got my cdrom/dvd drive in my fstab.

that could be the problem right there. i don't know for sure though.
 
Old 01-14-2004, 05:17 AM   #11
Cerbere
Member
 
Registered: Dec 2002
Location: California
Distribution: Slackware & LFS
Posts: 799

Rep: Reputation: 33
Why waste so much time trying to get a windows program to limp along in Linux? Especially when there are plenty of Linux-native programs that will do the same job?

AcidRip is a sweet little program that offers all the functionality of DVDshrink, and it gives you more flexibility in terms of compression/bitrate/etc. It was a little tricky to set up, because it depends on GTKperl (and I didn't have Gnome on my box) and mplayer/mencoder. But like Crashed_Again pointed out, it was written by acid_kewpie, so you can find lots of advice/answers here in the forum.

Check it out, it's definitely easier to set up than wine, and it's intended to run in Linux, so it'll be more stable. I finally gave up on trying to get wine to run anything other than solitaire and minesweeper (in fairness, I must say that it runs these extremely well).

Enjoy!
--- Cerbere
 
Old 01-14-2004, 05:45 AM   #12
plosiv
LQ Newbie
 
Registered: Sep 2003
Distribution: Slackware 9.1
Posts: 10

Original Poster
Rep: Reputation: 0
I've read the acidrip home page but it says that it is primarily focused on DVD to DIVX conversion. That is not what i want. I use DVD Shrink to compress the Video on a DVD and then burn it back to a DVD.

I've only glanced the acidrip page, so i might have missed it.
 
Old 01-14-2004, 03:07 PM   #13
plosiv
LQ Newbie
 
Registered: Sep 2003
Distribution: Slackware 9.1
Posts: 10

Original Poster
Rep: Reputation: 0
I've added the correct lines to the /etc/fstab file. But no luck, it keeps giving me the same errors.

Does anyone have any further ideas?
 
Old 01-15-2004, 02:53 PM   #14
plosiv
LQ Newbie
 
Registered: Sep 2003
Distribution: Slackware 9.1
Posts: 10

Original Poster
Rep: Reputation: 0
I've figured it out.

If the DVD is encrypted, it gives me the ASPI errors.
If it is unencrypted, it works perfectly.

Annoying.
 
Old 03-07-2004, 05:13 PM   #15
Aktaion
LQ Newbie
 
Registered: Mar 2004
Posts: 15

Rep: Reputation: 0
Unhappy Failed to initialize ASPI device

Hi plosiv,


I have the same problem.

I am using SuSE 9.0 and DVDShrink do not take hold to /media/cdrom ...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Yet another DVD Shrink and DVD Decrypter post usaf_sp SUSE / openSUSE 23 02-23-2007 08:56 AM
DVD Decrypter (without SCSI emulation) + DVD Shrink mrbass Linux - Software 5 10-25-2005 01:20 PM
dvd-shrink + autogk + dvd decrypter alaios Linux - Software 1 08-24-2005 10:04 PM
DVD Shrink alternative for linux thomax Linux - Software 6 07-24-2005 09:46 AM
dvd shrink for linux jpostma Linux - Software 2 07-22-2004 11:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:12 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration