LinuxQuestions.org
Visit Jeremy's Blog.
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 02-10-2005, 01:36 AM   #1
pepeq
Member
 
Registered: Aug 2004
Location: Spain
Distribution: opensuse 11
Posts: 51

Rep: Reputation: 15
When an EASY linux app like DVDShrink?


Hi.

I have been searching here and there for days a program which would do the job of the DVD Shrink in linux.

Using linux existing tools seems to be quite complicated even to install.

Usind DVD Shrink with wine is almost a chimera because you have problems in every step.

I am not a programer, but my question is, why don't somebody implement a DVD Shring-like app for linux?

Best for you all.
 
Old 02-10-2005, 03:02 AM   #2
IamI
Member
 
Registered: Mar 2004
Location: Dreary, Pennsylvania USA
Distribution: Slackware 10.2
Posts: 77

Rep: Reputation: 15
I guess I can't really offer anything useful, except to say that DVD Decrypter and DVD Shrink both work splendidly through Wine on my platform, so it definitely can be done. In point of fact, they are both a bit more efficient: Decrypter doesn't pound my harddrive like it does in Win32, and Shrink's Deep Frame Analsyis about 5-10% percent faster (I get about 135/sec), which is pretty amazing considering Wine is supposed to gobble up a lot of power (and sometimes does with other apps).

All I can suggest is to use a pretty recent build (I use 20050111), and install Decrypt/Shrink locally. Rip the dvd in question to an ISO using normal Linux methods or Decrypter, then mount it somewhere for Shrink to read it from.

I wish I could tell you that it took a great deal of trial and error on my part to get these programs to work, but I can't. The whole process was pretty much fire-and-forget. But if you have any questions go ahead and ask and I'll do my best to answer them, and maybe somebody else will chime in who's Wine adventures with DvD Decrypter and DvD Shrink were a bit more of a learning experience.
 
Old 02-10-2005, 03:17 AM   #3
short101
Member
 
Registered: May 2004
Location: Aust.
Distribution: Debian
Posts: 424

Rep: Reputation: 30
Great website that I found back in the dark days of windows was Doom9.org. Cater for everything dvd/vcd/avi related. Good place to start.
 
Old 02-11-2005, 10:40 AM   #4
pepeq
Member
 
Registered: Aug 2004
Location: Spain
Distribution: opensuse 11
Posts: 51

Original Poster
Rep: Reputation: 15
Yesterday I almost break my system completely!!!

I tried to install VideoDVD::RIP and when I installed a Perl rpm everything messed up and I had to make a new install of the OS in my computer.

Well, after the install I deleted the .wine folder and created a new one using winesetuptk. Then I added the DVD drive (E:\) as a PATH in the winesetuptk.

Afterwards I edited .wine/config file and changed Windows=win98 to Windows=winxp.

After that I installed DVD Shrink and voila!, it worked and I was able to create an ISO correctly.

So I think my main problem is over.

Anyway, I have two questions:

1.-Which program could I use to just create a mpg or an avi from a DVD?

2.- What is DVD-Decrypter for?

Thanks a lot!
 
Old 02-21-2005, 01:19 PM   #5
patrickian
LQ Newbie
 
Registered: Jun 2004
Location: Toronto
Distribution: REDHAT switching to Fedora
Posts: 7

Rep: Reputation: 0
Hello


1.-Which program could I use to just create a mpg or an avi from a DVD?
mplayer has a program called mencoder which can convert a dvd to an mpeg/avi file. I have used it, found it very slow and the command line arguements are complicated.
From the man page this is the option
mencoder dvd://2 -o titel2.avi -ovc lavc -lavcopts vcodec=mjpeg:mbd=1:vbitrate=1800 -oac copy

There are quite a few more options depending on what you desire.

2.- What is DVD-Decrypter for?
I am not sure but was told that DVD-Decrypter has a few uses. One use is that many dvd's will have a region code on them. If your drive is not set to that region then you can not play the dvd. Furthermore your drive has a limited number of times it can change its region option.
DVD-Decrypter will copy the entire dvd 'unshrunk' (if that's a word) to your hard drive. This also allows dvd shrink to analyse copied information and shrink it as you like. This will also prevent your drives' region code from being changed.

Thanks a lot! [/B][/QUOTE]
 
Old 02-28-2005, 02:48 AM   #6
L0ci
LQ Newbie
 
Registered: Feb 2005
Distribution: Fedora Core, SuSe Linux (Laptop)
Posts: 1

Rep: Reputation: 0
On mplayer/mencoder... I've found both to be extremely useful, but I have to admit, I am rather used to the command line I'm quite happy with it though... handles subtitles beautifully and does a rather nice job... I've been using VirtualDub under Windows, but definitely prefer this...

If you go with mencoder I'd also reccommend the two pass encodings with either mpeg4 or xvid...

bitrate=2000

mencoder -cache 8192 -ofps 23.976 \ # cache loading from DVD and drop FPS to 23.976
-vf pp=lb \ # deinterlace by blending frames
-ovc lavc -lavcopts vcodec=mpeg4:autoaspect:vbitrate=$bitrate:vpass=1 \
-oac mp3lame -lameopts cbr:br=160 -af volnorm \
dvd://1 -o pass1.avi

and extra options for subtitles if you need them...

-aid 129 # Choose audio track... mplayer -v dvd://1 to find possible tracks in the output
-sid 0 # Subtitle ID 0
-ifo vts_01_0.ifo # ifo file for subtitle info/font

When that's done, run the exact same command, except change vpass=1 to vpass=2, and your output (-o) to something else...


-oac ...... can also just be replaced by -oac copy if you want the AC3 info instead of reencoding it...


Toss me an email if you're interested and I'll send you some scripts I've been using along with help on using it... also how to configure mplayer in the first place to use mp3lame, xvid and subtitles...

-Tim
timothy.renner@gmail.com
 
Old 04-22-2006, 12:04 PM   #7
lefty.crupps
Member
 
Registered: Apr 2005
Location: Minneap USA
Distribution: Debian, Mepis, Sidux
Posts: 470

Rep: Reputation: 32
Check out k9copy, it is great.
 
  


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
DVDShrink will not Shrink BDiddy Linux - Software 25 09-02-2005 07:29 PM
dvdshrink with wine thierry_b Linux - Software 0 03-23-2005 01:55 AM
DVDShrink Clark Bent *BSD 0 02-20-2005 09:48 PM
Program like dvdshrink medieburner Linux - Software 2 10-08-2004 12:01 AM
dvdshrink equivalent mykrob Linux - Software 0 07-19-2004 06:48 AM

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

All times are GMT -5. The time now is 01:11 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