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 11-14-2004, 10:40 AM   #1
afrodocter
Member
 
Registered: Sep 2003
Distribution: slackware 9.1
Posts: 110

Rep: Reputation: 15
installing dvd::rip problem


i want to encode dvds to divx. i used gordian knot in windows and would like a similar app in linux.
dvd::rip seemed like the best choice.
it requires:

-- dvd::rip

--needs
--transcode

--needs
ImageMagick
quicktime for linux
--needs
libmpeg3,
libdv
mjpegtools

i can install transcode without quicktime for linux. but i couldnt install dvd:rip for some reason.
there is a problem when installing quicktime for linux.
i put the libmpeg3 in the same dir as the quicktime is(as recomended in teh istructions)
i get 12 errors on make ;

qtmp3.c:545: `codec' undeclared (first use in this function)
qtmp3.c: In function `quicktime_init_codec_mp3':
qtmp3.c:564: `codec' undeclared (first use in this function)
make: *** [i686/qtmp3.o] Error 1

---during teh configure i got these errors

./configure: line 68: cd: quicktime/ffmpeg*: No such file or directory

---so i googled i found this recomendation

export CFLAGS="-I ../../video/quicktime4linux-2.0.4/lame-3.93.1/include/ -I../../video/libmpeg3-1.5.4/"

--it seemed as though quicktime couldnt find teh ffpeg or lam dirs which are in the quicktime directory. after that i get no configure errors. but on make install i new get

[root] quicktime4linux-2.0.4]# make install
expr: syntax error
cp i686/qtdump i686/make_streamable i686/qtinfo i686/dechunk i686/yuv4toyuv i686/recover i686/rechunk /usr/bin
cp: cannot stat `i686/qtdump': No such file or directory
cp: cannot stat `i686/make_streamable': No such file or directory
cp: cannot stat `i686/qtinfo': No such file or directory
cp: cannot stat `i686/dechunk': No such file or directory
cp: cannot stat `i686/yuv4toyuv': No such file or directory
cp: cannot stat `i686/recover': No such file or directory
cp: cannot stat `i686/rechunk': No such file or directory
make: *** [install] Error 1


ive spent about 4 hours on this. i would like to get it working.
is there a good guide for this? or is there away to get around/fix this quicktime for linux install?

thank you.
 
Old 11-14-2004, 11:17 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
this isn't a particuarly noble thing to do, but i write another dvd ripper... http://acidrip.sf.net you might prefer it, and it won't insist on quicktime or transcode, just MPLayer and onther app i write, lsdvd
 
Old 11-14-2004, 11:39 AM   #3
afrodocter
Member
 
Registered: Sep 2003
Distribution: slackware 9.1
Posts: 110

Original Poster
Rep: Reputation: 15
thanks for teh app. i will try it. but i am a firm believer in finishing what you started.
so i have to get teh dvd::rip going.
any ideas?
 
Old 11-14-2004, 08:27 PM   #4
afrodocter
Member
 
Registered: Sep 2003
Distribution: slackware 9.1
Posts: 110

Original Poster
Rep: Reputation: 15
bump
 
Old 11-14-2004, 10:12 PM   #5
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
You do not need quicktime to make divx files. You just need ffmpeg installed. ffmpeg will make divx files that can read by any system that has the divx codec. You may want to try out xvid. Its a lot better codec than divx. If you want mp3 for the audio track, you have to compile lame.
 
Old 11-15-2004, 09:53 PM   #6
animehair
Member
 
Registered: Sep 2004
Location: NJ
Distribution: Gentoo
Posts: 104

Rep: Reputation: 15
Go to the following link, and download the DVD::RIP MEGA PACK. This is a very large collection of all the dependendcy packages needed to succesffully install DVD::RIP on slackware 10. Believe me, this will help....it took me ages to find this. Just extract the file, and install the individual packages using the installpkg command.

http://www.slacky.it/modules.php?nam...op=MostPopular

let me know if I helped you out.

just incase ill add this link which is a more direct link
DVD::RIP MEGA PACK

Last edited by animehair; 11-15-2004 at 09:55 PM.
 
Old 11-15-2004, 09:55 PM   #7
afrodocter
Member
 
Registered: Sep 2003
Distribution: slackware 9.1
Posts: 110

Original Poster
Rep: Reputation: 15
thanks. your right. i misread and confused the docs i have read
i confused libquitime with quicktime4linux
i have now read that the later is incompatable with ffmpeg.

the reason i could not compile libdv, or transcode was because i had forgoten taht i set an envirmental variable used in ./configure.
i had set it to point to quicktime4linux for some libs.

this is now solved and i have dvd:rip installed. i had to install gtk-perl as explained on the website of dvd:rip
-----------now the problem i face is that i have vobs already on my hd which i would like to encode. dvd::rip gave me an error.

Sun Nov 14 23:28:36 2004 Starting job (1): Determine number of titles
Sun Nov 14 23:28:36 2004 Executing command: dr_exec tcprobe -H 10 -i /mnt/rebel-dat/dvd && echo DVDRIP_SUCCESS
Sun Nov 14 23:28:36 2004 Job has PID 11596
Sun Nov 14 23:28:36 2004 Aborting command. Sending signal 1 to PID 11596...
Sun Nov 14 23:28:36 2004 Aborting job: Determine number of titles
Sun Nov 14 23:28:36 2004 You should analyze the last output of this job to see what's going wrong here:
Sun Nov 14 23:28:36 2004 ---- job output start ----

libdvdread: Encrypted DVD support unavailable.
libdvdread: Couldn't find device name.
libdvdread: Can't open file VIDEO_TS.IFO.
[tcprobe] unknown file type
[tcprobe] filetype/codec not yet supported by 'transcode'


----------i have the dvdread and dvdcss in these locatations. i built from source.

/usr/local/lib/libdvdread.so.3.0.0
/usr/local/lib/libdvdread.so.3
/usr/local/lib/libdvdread.so
/usr/local/lib/libdvdread.la
/usr/local/lib/libdvdread.a
/usr/local/lib/libdvdcss.a
/usr/local/lib/libdvdcss.so.0.0.3
/usr/local/lib/libdvdcss.so
/usr/local/lib/libdvdcss.so.0


so im not sure waht to do.
thank you guys for all the help so far.
 
Old 11-15-2004, 09:57 PM   #8
afrodocter
Member
 
Registered: Sep 2003
Distribution: slackware 9.1
Posts: 110

Original Poster
Rep: Reputation: 15
also i have lame installed.
and transcode installed these for xvid

/usr/local/lib/transcode/export_xvid2.so
/usr/local/lib/transcode/export_xvid2.la
/usr/local/lib/transcode/export_xvid3.so
/usr/local/lib/transcode/export_xvid3.la
/usr/local/lib/transcode/export_xvid4.so
/usr/local/lib/transcode/export_xvid4.la
 
Old 11-15-2004, 10:00 PM   #9
afrodocter
Member
 
Registered: Sep 2003
Distribution: slackware 9.1
Posts: 110

Original Poster
Rep: Reputation: 15
sorry for all the posts just read animehair's post.
this is on my redhat 9 machine, not my slackware. i dont think i can in stall slack packages on redhat. but i will put them on my slack-laptop if i can get this to work on rh first.
 
Old 11-15-2004, 10:10 PM   #10
animehair
Member
 
Registered: Sep 2004
Location: NJ
Distribution: Gentoo
Posts: 104

Rep: Reputation: 15
ahhh sorry, i saw the slackware in your distro list of your profile. Oh well, ........ im not sure if can be of anymore help then ..
 
Old 11-15-2004, 10:24 PM   #11
afrodocter
Member
 
Registered: Sep 2003
Distribution: slackware 9.1
Posts: 110

Original Poster
Rep: Reputation: 15
thanks anyway
 
Old 11-19-2004, 12:45 PM   #12
afrodocter
Member
 
Registered: Sep 2003
Distribution: slackware 9.1
Posts: 110

Original Poster
Rep: Reputation: 15
bump. any ideas??
 
Old 11-19-2004, 01:30 PM   #13
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
video dvdrip cannot make a divx from the same files that gordian knot can. you can't just have the titles from a dvd. you need the whole dvd or let dvdrip do the ripping. it sucks, but that's the way it is. dvdrip can handle the backups made by dvdbackup.
 
  


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::RIP Problem Gonto Linux - Software 4 10-10-2008 07:00 AM
Problem with dvd::rip and Transcode EnigmaX Linux - Software 2 09-27-2005 10:02 AM
dvd::rip problem bigtpumped Linux - Software 8 06-05-2005 09:55 AM
installing dvd::rip and dependencies Garibaldi3489 Slackware 10 03-07-2005 03:28 AM
installing dvd::rip buffed317 Linux - Software 3 02-26-2005 06:05 AM

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

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