Author Topic: vcd's  (Read 1795 times)

treydogg526tx

  • Member
  • **
  • Posts: 23
  • Kudos: 0
vcd's
« on: 29 October 2002, 21:11 »
anyone know a  simple way to burn VCD's or SVCD's in linux?  I can convert from avi, stuff like that, with kino, and otehr apps, but is there an all in one like nero?
you think you know me......

Calum

  • Global Moderator
  • Member
  • ***
  • Posts: 7,812
  • Kudos: 1000
    • Calum Carlyle's music
vcd's
« Reply #1 on: 29 October 2002, 22:04 »
why not ask at doom9.org? (that was sarcasm by the way, those windoids do nothing but flame you if you say you use linux)
not sure, but i'd be interested in this issue too.
visit these websites and make yourself happy forever:
It's my music! | My music on MySpace | Integrational Polytheism

treydogg526tx

  • Member
  • **
  • Posts: 23
  • Kudos: 0
vcd's
« Reply #2 on: 29 October 2002, 23:49 »
yeah it's sad, that, and the ability to hack other objects (I will not post what to avoid getting in trouble <evil grin> ;)   is the ONLY reason I keep XP on my machine.
you think you know me......

hm_murdock

  • VIP
  • Member
  • ***
  • Posts: 2,629
  • Kudos: 378
  • The Lord of Thyme
vcd's
« Reply #3 on: 30 October 2002, 00:27 »
what format is VCD?
Go the fuck ~

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
vcd's
« Reply #4 on: 30 October 2002, 02:25 »
quote:
Originally posted by treydogg526tx:
anyone know a  simple way to burn VCD's or SVCD's in linux?  I can convert from avi, stuff like that, with kino, and otehr apps, but is there an all in one like nero?


Un-Frickin-Believable! Thanks for turning me on to "kino"!! It works perfectly with my Sony DCR-TRV320 w/ieee1394 interface. I think this works better than DV Studio that I used under Windows. In fact I rarely did any capturing of my video because I hated to reboot into Windows. Now I'll be able to do a lot more video capturing. I don't have a DVD drive so I'm not sure what capabilities exist for that. But I am pretty sure the capability exists for dumping the video to CD or DVD. Have you looked into MEncoder? I don't believe there is a good graphical interface for it but it does an excellent job at converting between video formats. Thanks again for the tip.

Also the "apt-get" for RPM utilility works great. Nice having the Debian style package management and the abilitity to automatically get and install dependent packages. Took a few seconds for me to figure out how to configure it to get through my proxy server but it works great now.
Someone please remove this account. Thanks...

treydogg526tx

  • Member
  • **
  • Posts: 23
  • Kudos: 0
vcd's
« Reply #5 on: 30 October 2002, 18:25 »
a vcd is a video VCD, the ability to take a vcd mpeg, and convert it so that it will play on your dvd player via, cdr.  And thanks void main, I'll give that a try.
you think you know me......

KernelPanic

  • VIP
  • Member
  • ***
  • Posts: 1,878
  • Kudos: 222
vcd's
« Reply #6 on: 30 October 2002, 21:24 »
quote:
Originally posted by void main:


Un-Frickin-Believable! Thanks for turning me on to "kino"!! It works perfectly with my Sony DCR-TRV320 w/ieee1394 interface. I think this works better than DV Studio that I used under Windows. In fact I rarely did any capturing of my video because I hated to reboot into Windows. Now I'll be able to do a lot more video capturing. I don't have a DVD drive so I'm not sure what capabilities exist for that. But I am pretty sure the capability exists for dumping the video to CD or DVD. Have you looked into MEncoder? I don't believe there is a good graphical interface for it but it does an excellent job at converting between video formats. Thanks again for the tip.

Also the "apt-get" for RPM utilility works great. Nice having the Debian style package management and the abilitity to automatically get and install dependent packages. Took a few seconds for me to figure out how to configure it to get through my proxy server but it works great now.



kmencoder
Contains scenes of mild peril.

Kintaro

  • Member
  • **
  • Posts: 6,545
  • Kudos: 255
  • I want to get the band back together!
    • JohnTate.org
vcd's
« Reply #7 on: 31 October 2002, 14:35 »
VCD is just MPEG and the VCD's are just in the ISO9660 format. And the MPEG data is just stored on a folder "MPEGAV" on the VCD. To play one, just open the file contained in that folder.

treydogg526tx

  • Member
  • **
  • Posts: 23
  • Kudos: 0
vcd's
« Reply #8 on: 31 October 2002, 19:15 »
well, half right, however, a true vcd, or svcd, will split the audio and video, you'll notice that sometimes if you have a foul audio frame, it will only play video when you play it on your dvd player.  However, you are right, it puts it in the mpeg folder for you dvd player to read it.
you think you know me......

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
vcd's
« Reply #9 on: 1 November 2002, 02:59 »
quote:
Originally posted by treydogg526tx:
anyone know a  simple way to burn VCD's or SVCD's in linux?  I can convert from avi, stuff like that, with kino, and otehr apps, but is there an all in one like nero?


Hey! Looky what I found:

http://www.vcdimager.org/
http://www.vcdimager.org/guis.phtml

I am getting ready to try it out now...
Someone please remove this account. Thanks...

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
vcd's
« Reply #10 on: 1 November 2002, 07:50 »
Ok, I just made my first VCD. Pretty cool. I whipped up a couple of scripts so I didn't have to remember the commands but basically I used kino to capture and edit the video from my digital video camera then saved the video in DV2 format (say in a file called "file.avi"). Then I use my two scripts to create the VCD:

$ 2vcdmpeg file.avi

This script will take the DV2 file "file.avi" and convert it to the VCD MPEG format "file.mpeg".

$ 2vcdwrite "My VCD Volume Label" file.mpeg

This script will take one or more VCD MPEG files and create the VCD with a volume label.

Here is the "2vcdmpeg" script:
Code: [Select]

Here is the "2vcdwrite" script:
Code: [Select]

Now, this is for the extremely basic. You can also create a VCD menu and chapters. These scripts will not do that, you'll need to read the docs on the web site for that. There is also a good forum. Also, this assumes you have all the proper software install (mjpegtools, vcdimager, cdrdao, kino).

I haven't tried the graphical frontends for vcdimager but they looked sort of cheesy and limiting. But I don't know enough about them.

There are a couple of sample VCDs on the web site that you can download and burn with "cdrdao" that show a graphical chapter menu and have some sample movies.

[ November 01, 2002: Message edited by: void main ]

Someone please remove this account. Thanks...

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
vcd's
« Reply #11 on: 1 November 2002, 11:14 »
Holy crap! I just found out I can use my video camera to back up my computer. It will hold around 10GB of data and it is actually faster than most tape drives. I just happened to have a bunch of old data grade 8MM tapes lying around as well.

http://dvbackup.sourceforge.net/

Another good list of cool DV utilities

http://www.s.netic.de/gfiala/dvbackup.html

[ November 01, 2002: Message edited by: void main ]

Someone please remove this account. Thanks...

treydogg526tx

  • Member
  • **
  • Posts: 23
  • Kudos: 0
vcd's
« Reply #12 on: 1 November 2002, 17:49 »
nice void, but let me ask this, can you convert files?  ie you download a movie, maybe it's in .avi format, can you burn it to a vcd?  That's what I'm trying to accomplish.
you think you know me......

Kintaro

  • Member
  • **
  • Posts: 6,545
  • Kudos: 255
  • I want to get the band back together!
    • JohnTate.org
vcd's
« Reply #13 on: 1 November 2002, 19:50 »
Look around on sourceforge www.sf.net there will be a converting program there.

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
vcd's
« Reply #14 on: 1 November 2002, 22:08 »
quote:
Originally posted by treydogg526tx:
nice void, but let me ask this, can you convert files?  ie you download a movie, maybe it's in .avi format, can you burn it to a vcd?  That's what I'm trying to accomplish.


You should be able to convert any video to a VCD. But it may have to be resized. I believe VCD is limited to like two resolutions. Without actually doing it I believe I would have little trouble converting most anything using a combination of MEncoder and mjpegtools (or maybe just one of the two).
Someone please remove this account. Thanks...