LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 09-22-2004, 04:22 PM   #1
doctorwebbox
Member
 
Registered: Jun 2003
Location: Rotherham, South Yorkshire, England
Distribution: Debian
Posts: 117

Rep: Reputation: 15
Making VCDs and video conversion


I realise that this is a little lazy but................

I watch a lot of video files on my TV through an svideo cable. I thought it would be a good idea to make a vcd of the movie we'd made for some friends but I can't find a simple way of doing this without learning to use a load of new command line tools that look very complex.

I've done a little looking around and I figured I could maybe use transcode to convert my avi files to mpeg and then burn a vcd with k3b. Is there a gui for transcode that allows a newbie to convert movie files without having to read an encyclopedia first?
 
Old 09-22-2004, 06:21 PM   #2
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
Use ffmpeg. It has VCD, SVCD, and DVD settings so you do not have to worry about the settings in transcode. Below is an example from ffmpeg documentation.

ffmpeg -i myfile.avi -target vcd /tmp/vcd.mpg

It does not get any easier than that. If you want to capture straight from a video capture card (aka video grabber) and you think your computer is fast enough

ffmpeg -vd /dev/video0 -ad /dev/dsp -target vcd /tmp/vcd.mpg

I think the those command line programs are simple enough, but if you must. Try kino or avidemux. Though some GUI programs are too complex and sometimes a little hard to understand, so command line programs gets to the point very fast.
 
Old 09-22-2004, 11:07 PM   #3
wapcaplet
LQ Guru
 
Registered: Feb 2003
Location: Colorado Springs, CO
Distribution: Gentoo
Posts: 2,018

Rep: Reputation: 48
(plug)

You may also find my script tovid useful.

(/plug)
 
Old 09-23-2004, 12:05 AM   #4
auditek747
Member
 
Registered: Feb 2004
Location: Ohio, USA
Distribution: Arch Linux
Posts: 464

Rep: Reputation: 30
Avidemux is a nice gui for this because you can edit with it.
You will need to mux your audio and video together afterward
from a term.
I use "mplex" which is part of "mjpegtools".

mplex -f 1 -o vid.mpg vid.m1v vid.mp2

While I use Avidemux for cuts and so forth, Electro is right about
doing these things from a term. Once you learn how, it's faster and
easier.

I was really surprised how easy it is to capture TV with "mencoder"

mencoder -oac pcm -ovc lavc -lavcopts vbitrate=1800:vcodec=mpeg4 -tv driver=v4l:norm=ntsc:channel=38:chanlist=us-cable:adevice=/dev/dsp:width=640:height=480 -o tv.avi tv://

Give "ffmpeg" a shot for your vcd's.

If your not comfortable with scripts, just write the command to a text
file and copy/paste it into a term whenever you want to run it.
 
Old 09-23-2004, 02:19 AM   #5
Hitokiri_X
Member
 
Registered: Mar 2002
Distribution: Slackware Current
Posts: 99

Rep: Reputation: 15
I use a combination of ffmpeg to encode it to mpeg format then vcdimager to make a bin/cue file and finally cdrdao to burn the image.
 
  


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
Video Conversion Question Agentvenom Linux - Software 6 10-07-2005 02:19 AM
video conversion utility freebies Linux - Software 2 04-23-2005 05:00 AM
video conversion software veritas Linux - Software 2 01-06-2005 11:02 PM
Making VCDs wapcaplet Linux - General 1 05-30-2004 08:01 AM
Video conversion question. PLEASE HELP gbrad Linux - Software 4 04-19-2003 08:47 AM

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

All times are GMT -5. The time now is 06:41 AM.

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