LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 08-16-2004, 06:23 PM   #61
resaguk
Member
 
Registered: Aug 2004
Location: Leamington Spa, UK
Distribution: Slackware
Posts: 66

Rep: Reputation: 15

Quote:
Originally posted by resaguk
I'm going to have a proper look and a trial run tonight... and will report back here unless anyone else beats me to it. [/B]
It works, just make sure your device mappings are set up correctly and boom! All done!

Tried and tested with 3 different DVDs, one region 1, two region 2. Each of which play in my DVD+/-R(W) (pc) and my DVD player in the lounge.

The best thing is, because this process works with dvd images off the HD, getting DVDShrink to work to the point where it can read the HD to load an image is enough (no need to try and read the ATAPI/IDE devices with it). So if you're having trouble with wine and DVDShrink you can use this as a halfway house while you sort out whatever it is in your system that stops you using the full capability of DVDShrink

Enjoy!
 
Old 09-16-2004, 10:34 PM   #62
knappster
Member
 
Registered: Mar 2004
Posts: 175

Rep: Reputation: 30
If anyone is still trying to get DVD Shrink to work in wine, I wrote somewhat of a tutorial on here that might help you. If you're having the ASPI error, you definitely want to check it out.

http://www.linuxquestions.org/questi...31#post1152931

Good luck!

-Knappster
 
Old 12-09-2004, 09:08 AM   #63
gvc
LQ Newbie
 
Registered: Dec 2004
Distribution: Mepis/RedHat/Fedora
Posts: 27

Rep: Reputation: 15
Workaround for dvdshrink on wine

I have similar symptoms with dvdshrink on wine. When I try to open the disk, it gives me the aspi error, and when I try to open a file, it gives me a navigation window with only "Desktop" which I can't expand or navigate in any direction from.

The workaround is to supply the pathname to the files on the command line. That is, something like:

wine dvdshrink.exe z:\\tmp\\my_video

If you do this, and my_video has the (ripped) files from a DVD, it'll work. When you're done re-authoring you can save an ISO image (here the finder works fine!). Then burn the iso.

To create my_video, use "dvdbackup -i /dev/dvd -o /tmp/my_video -M".

A bit klunky, but an all-Linux solution.
 
Old 12-10-2004, 11:13 AM   #64
knappster
Member
 
Registered: Mar 2004
Posts: 175

Rep: Reputation: 30
You can do it without first ripping the DVD to your hard drive and save some time. Check out the link I posted earlier... essentially all you need to do is change it from emulating win95 or win98 or whatever it's default is to winxp. Try it out, it's so much faster.

-Knappster
 
Old 12-10-2004, 11:30 AM   #65
gvc
LQ Newbie
 
Registered: Dec 2004
Distribution: Mepis/RedHat/Fedora
Posts: 27

Rep: Reputation: 15
Quote:
Originally posted by knappster
You can do it without first ripping the DVD to your hard drive and save some time. Check out the link I posted earlier... essentially all you need to do is change it from emulating win95 or win98 or whatever it's default is to winxp. Try it out, it's so much faster.

-Knappster
Thanks. I discovered the "winxp" hack independently (in other threads here). I just want to add one note: you needn't change all of wine to use xinxp (it screws up other things). To make it application-specific, add this to the bottom of your config file:

[AppDefaults\\DVD Shrink 3.2.exe\\Version]
"Windows" = "winxp"


Still no luck of the finder crashing. When you are saving the ISO, you can enter a pathname, which seems to work. But if you try to browse, bad things happen.

Summary:

- to read from a DVD directly:
- mount the drive first in Linux
- add the lines above to your wine config

- to read from a directory
- supply the directory name (DOS format) on the command-line

- to save to a file
- type the file pathname (DOS format) in the finder
 
Old 12-14-2004, 07:16 AM   #66
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
VobBlanker will also run under wine. It's has a kind of complicated interface, but it allows you to "blank" the dvdfeatures of your choice, so that you can get higher quality with dvdshrink, and not lose the menus like you do when you reauthor.
 
Old 12-29-2004, 02:51 PM   #67
schls3
LQ Newbie
 
Registered: Dec 2004
Distribution: gentoo
Posts: 1

Rep: Reputation: 0
Hi

DVD Shrink with Linux Tools:

1) ripd the DVD (k3b...)

2) transcode -H 10 -a 0 -x vob -i /dir/where/the/vobs/are -V -y mpeg,ac3 -F d -Z 720x576,fast -w 5000 -o /destiination/dir --print_status 20

3) mplex -f 8 -o film.mpg ton.ac3 bild.m2v

4) dvdauthor -o /free/disk/dir -x dvdauthor.xml
with dvdauthor.xml like

<dvdauthor>
<vmgm/>
<titleset>
<titles>
<pgc>
<vob file="film.mpg"/>
</pgc>
</titles>
</titleset>
</dvdauthor>

5) I used k3b to make a DVD Video Project and the burned it (DVD-R).

My old Toshiba DVD can play this DVD without problems; but it took 10h ( any advice to get it faster? On step 2 you can choos the encoder bitrate with -w. This will shrink the DVD...


Cheers
 
Old 12-29-2004, 04:35 PM   #68
jiml8
Senior Member
 
Registered: Sep 2003
Posts: 3,171

Rep: Reputation: 116Reputation: 116
In WINE you have to give the DVD a drive letter. You do this in your wine config file. This by default will be found in your ~.wine directory. When you have done this DVD Shrink should work OK for you. It works OK for me, anyway.
 
Old 01-22-2005, 06:24 PM   #69
mtbikerj
LQ Newbie
 
Registered: Sep 2003
Location: Worcester, Massachusetts
Distribution: Ubuntu 7.10 for AMD64
Posts: 28

Rep: Reputation: 15
I know this post is rather old .... but. I had the same trouble with the ASPI problem with wine and DVD shrink. I had a real tough time with google to find out how to fix it so I'm posting this here so other's won't have so much trouble. Here's all you have to do.

change the config file
should be in ~/.wine/config
if you can't find your config file that's part of your problem. Copy it from the sample directory - probably located somewhere like "/usr/share/doc/wine-20041201/samples/config"

edit the config file

remove the semicolon from the "Windows" = "win98" line and change win98 to winxp. See below.

[Version]
; Windows version to imitate (win95,win98,winme,nt351,nt40,win2k,winxp,win2k3,win20,win30,win31)
"Windows" = "winxp"
; DOS version to imitate
;"DOS" = "6.22"

That's it. I know it's easy, but really tough to google.
 
Old 02-20-2005, 10:38 AM   #70
xian978
LQ Newbie
 
Registered: Feb 2005
Posts: 2

Rep: Reputation: 0
Wink

Look at this link guys:

http://linuxathome.com/index.php?cat=15

See You!! @
 
Old 02-21-2005, 01:44 AM   #71
blabla
LQ Newbie
 
Registered: Jan 2005
Posts: 17

Rep: Reputation: 0
doesn't work for me

Hi everyone,

what a thread!

I followed all the steps of changing the .wine/config file to winxp but I still get the ASPI problem! Mind, I've got win98se (and the only reason I have it is so I can use dvdshrink).

So here goes: Is there a way of getting wine to run dvdshrink without any windows (cos it's just taking up space)?

Thanks in advance...

Ingo
 
Old 02-21-2005, 02:44 AM   #72
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
I never was able to correctly read most dvd's with dvdshrink either. I use dvdbackup first and then read the files with dvdshrink. Many people are unable to use the file browser with dvdshrink, but i don't have trouble with that.
This is the command line i use for dvdbackup.
dvdbackup -M -i /dev/dvd -o /1
 
Old 02-21-2005, 04:00 AM   #73
blabla
LQ Newbie
 
Registered: Jan 2005
Posts: 17

Rep: Reputation: 0
dvd backup

yeah, that looks like the way to go.

However, I am so ignorant that I do not even know how to install dvdbackup! I noticed they have some rpms, but not, apparently, for Suse. So I tried dvdbackup-0.1.1-1.1tex.i586.rpm with the following result:

ingo@dicker:~> dvdbackup -M -i /dev/dvd -o /home/ingo
libdvdread: Using libdvdcss version 1.2.8 for DVD access
dvdbackup: symbol lookup error: dvdbackup: undefined symbol: UDFFindFile
ingo@dicker:~>

Still tinkering, but would be grateful for pointing out any obvious mistakes I am making.

Last edited by blabla; 02-21-2005 at 04:11 AM.
 
Old 02-21-2005, 04:05 AM   #74
xian978
LQ Newbie
 
Registered: Feb 2005
Posts: 2

Rep: Reputation: 0
Hi Guys!!
I have the same problem about dvdshrink, and the tutorial that I linked here yesterday doesn't work..
blabla: just download the dvdbackup's rpm for your linux distribution, and then install it using a packet manager (if you use suse, yast is very easy to use!!!)!!

A.l.o.h.a. Guys!!!
 
Old 02-21-2005, 04:31 AM   #75
blabla
LQ Newbie
 
Registered: Jan 2005
Posts: 17

Rep: Reputation: 0
cheers xian,

your reply and my edit obviously got scrambled so here goes again:

I noticed they have some rpms, but not, apparently, for Suse. So I tried dvdbackup-0.1.1-1.1tex.i586.rpm with the following result:

ingo@dicker:~> dvdbackup -M -i /dev/dvd -o /home/ingo
libdvdread: Using libdvdcss version 1.2.8 for DVD access
dvdbackup: symbol lookup error: dvdbackup: undefined symbol: UDFFindFile
ingo@dicker:~>
 
  


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
dvd shrink under wine dannyk1 Linux - Software 5 10-19-2005 02:46 AM
Have I heard correctly that DVD Shrink 3.0 Beta works under WINE? EOHooligan Linux - Software 1 06-09-2005 03:59 PM
DVD Shrink Mixed with wine scripts Linux - Software 4 01-31-2005 10:01 PM
DVD Shrink and Wine - Invalid Filename - Write Protected bbenvenuti88 Linux - Software 2 07-12-2004 11:07 AM
anyone use DVD shrink with the newest Wine? brent1a Linux - Software 1 05-25-2004 10:59 AM

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

All times are GMT -5. The time now is 11:21 PM.

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