March 28, 2024, 08:22:03 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: How to copy VCD inLinux  (Read 8860 times)

Offline player

  • Linux Noob !
  • *
  • Posts: 4
How to copy VCD inLinux
« on: March 08, 2004, 02:13:55 PM »
hi guys
i want to know as to how do we copy vcd in linux. There are avseq001.dat files which are to be copied. And even in mplayer it is giving seek failed.
The movies are working fine under windows. Plz help.
Is there some other type to mount VCD (are they not is iso9660 format)
Thank you!

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
How to copy VCD inLinux
« Reply #1 on: March 08, 2004, 02:25:45 PM »
You can copy vdo file from vcd simply by mounting it..  did u tried that or actually i m not understanding that do u have problem in playing the vcd or copying as u said !!!

Offline player

  • Linux Noob !
  • *
  • Posts: 4
How to copy VCD inLinux
« Reply #2 on: March 08, 2004, 03:01:31 PM »
it does not copy after mounting and also it does not play in mplayer if we play its files by browsing

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
How to copy VCD inLinux
« Reply #3 on: March 08, 2004, 03:13:20 PM »
did u tried to play it directly from cd by using
Code: [Select]
mplayer -vcd 1 ?

Offline neo

  • Linux Learner
  • ***
  • Posts: 125
    • http://www.investorsgain.com
How to copy VCD inLinux
« Reply #4 on: March 24, 2004, 08:10:54 AM »
Code: [Select]
mencoder vcd://1 -ovc copy -oac copy -o <filename>with this you can copy a vcd......