LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General > LinuxQuestions.org Member Success Stories
User Name
Password
LinuxQuestions.org Member Success Stories Just spent four hours configuring your favorite program? Just figured out a Linux problem that has been stumping you for months?
Post your Linux Success Stories here.

Notices


Reply
  Search this Thread
Old 08-12-2004, 02:14 AM   #1
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
Wink copying Video CDs on Linux


i have been trying for quite some time to copy my video Cd's whle working on linux

each time some CD ui had to cpy, i had to start Windows,
in linux it mounted the CD but could not copy that.

from the forum at this site i got to know that we need CDFS driver for mounting my VCD drives

then i started search for CDFS driver and found one for 2.5 kernel.
i again got stuck here,i personally wrote to the autjor of the driver and he soon came up with driver for 2.6 kernel and now i have this working nd i do not need shift to windows everytime

also i have sen that some CD's which do not get copied on to windows are copied in linux using thios driver


http://www.elis.ugent.be/~ronsse/cdfs/cdfs.html


LINUX RULES.............



regards

gaurav
 
Old 08-12-2004, 03:49 AM   #2
jomen
Senior Member
 
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687

Rep: Reputation: 55
Hey!

I think you could do what you want with mplayer (and mencoder..) http://www.mplayerhq.hu
or with transcode: http://www.theorie.physik.uni-goetti...ich/transcode/

I dont think you would need this driver to do what you want - I don't have any VCDs but have watched one once with the use of Knoppix - because that Windows-box would not work properly I booted up Knoppix and we where all set...

VCDs are organized in a special way - you do not mount them to watch or copy them - as you can do with DVDs - but you do not need to mount them eighter to play them...as well as music-CDs
 
Old 08-12-2004, 03:57 AM   #3
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Original Poster
Rep: Reputation: 69
i could play VCD with Xine also
the problem faced was in copying them to my harddisk
i tried mplayer too but could not get it
now i am happy woth cdfs driver which is very easy to use and nice too



regards
 
Old 08-12-2004, 04:24 AM   #4
jomen
Senior Member
 
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687

Rep: Reputation: 55
...good!

The way I usually copy a DVD to harddisk (to encode it later, and not having to do it on-the-fly with the DVD needing to be present until everything is done...) is this:

mplayer dvd://1 -dumpstream -dumpfile ./name-of-the-movie.mpg

and to watch it: mplayer ./name-of-the-movie.mpg

similar goes for encoding the .mpg file with mencoder...

the -dumpstream option of mplayer was, what I had in mind for what you wanted to do with your VCDs..
 
Old 08-12-2004, 03:20 PM   #5
auditek747
Member
 
Registered: Feb 2004
Location: Ohio, USA
Distribution: Arch Linux
Posts: 464

Rep: Reputation: 30
There is a command line tool called "vcdimager", It has a tool called
"vcdxrip".
With this you can mount your vcd, cd to whatever dir you wish to copy
the vcd to and type:

vcdxrip

In a few minutes you will have an mpg.

A program called "vobcopy" will do the same with dvd's, either in 2gig
chunks or as one big vob.
 
Old 08-12-2004, 10:14 PM   #6
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Original Poster
Rep: Reputation: 69
could u please tell me where to get VCDIMAGER that works because i tried this also and could not get it working...

regards
 
Old 08-12-2004, 11:33 PM   #7
auditek747
Member
 
Registered: Feb 2004
Location: Ohio, USA
Distribution: Arch Linux
Posts: 464

Rep: Reputation: 30
Quote:
Originally posted by masand
could u please tell me where to get VCDIMAGER that works because i tried this also and could not get it working...

regards
Which version did you try?
I use 0.7.14 that I got as a SlackPack.
RPM's for this version are here:

RedHat 9:
http://redhat.camtp.uni-mb.si/freshr...t/9/vcdimager/

Fedora2:
http://tettnang.freshrpms.net/rpm.html?id=323

Good Luck!
 
Old 03-13-2006, 02:38 PM   #8
leosgb
Member
 
Registered: Nov 2004
Location: Brazil
Distribution: Gentoo
Posts: 363

Rep: Reputation: 31
Hi,

I am trying to do the same here and I need shell tools because I can only login to the computer. I need to be able to extract the vcd to an image and then burn it. I tried this: dd if=/dev/cdrom of=my_cd_image.iso but it didnt work (i got a 2MB file). This here (http://gentoo-wiki.com/HOWTO_Create_a_VCD_or_SVCD) only describes how to create the vcd from a mpg. I want to be able to copy this vcd. I have vcdimager installed but there is no vcdxrip for gentoo. I dont have any graphical mode enabled because I dont have a monitor there. Can anyone help me? Thanks for any assistance,
 
Old 03-13-2006, 10:02 PM   #9
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Original Poster
Rep: Reputation: 69
Quote:
Originally Posted by leosgb
Hi,

I am trying to do the same here and I need shell tools because I can only login to the computer. I need to be able to extract the vcd to an image and then burn it. I tried this: dd if=/dev/cdrom of=my_cd_image.iso but it didnt work (i got a 2MB file). This here (http://gentoo-wiki.com/HOWTO_Create_a_VCD_or_SVCD) only describes how to create the vcd from a mpg. I want to be able to copy this vcd. I have vcdimager installed but there is no vcdxrip for gentoo. I dont have any graphical mode enabled because I dont have a monitor there. Can anyone help me? Thanks for any assistance,

did u try the cdfs software I mentioned in my first post

regards
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
copying audio cds skoot Linux - Newbie 8 05-18-2005 07:56 AM
problem copying video cds naglin Linux - Software 9 08-12-2004 10:05 PM
copying distro CDs w/ cdrecord ibm5_25 Linux - General 3 01-23-2004 08:33 AM
copying cds lxandrthegr8 Linux - Hardware 0 08-13-2003 03:27 PM
Problem copying audio CDs Wynd Linux - General 2 05-05-2003 07:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General > LinuxQuestions.org Member Success Stories

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