LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 11-10-2003, 06:30 AM   #1
chup
Member
 
Registered: Aug 2003
Location: South Africa
Distribution: Ubuntu (Feisty)
Posts: 280

Rep: Reputation: 31
Avi to vcd and burn on dvdr?


Hi guys, i need help pretty bad
I just bought a dvd-(re)writer, and i got it setup correctly.
I can burn data dvd's
But now for my question: i can make a vcd out of an avi file to view it on my (standalone) dvd player, but is it possible in any way to put the vcd on a dvdr disc? I would like to know this since i dont really want to use like 2 or 3 cdr's for something i can put on a dvdr easily. Thx alot for your help, its greatly appreciated!
 
Old 11-10-2003, 06:45 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
i'm not into VCD at all, so don't know if it is against VCD2 specs or not, but to actually create the vcd files, mplayer contains a script called mencvcd which can take any input and dump vdc / svcd out the other end. alternativelly you can do it yourself step by step using the mjpeg tools package. mp2enc, mplex etc....
 
Old 11-10-2003, 06:57 AM   #3
chup
Member
 
Registered: Aug 2003
Location: South Africa
Distribution: Ubuntu (Feisty)
Posts: 280

Original Poster
Rep: Reputation: 31
hmm, are there better ways to encode a avi to be viewed on a standalone dvdplayer (and written on a dvdr)?
im now trying to use the "mencoder -vcd 1" option, but everytime i get "cannot open /dev/cdrom", and for some reason i cant delete the /dev/cdrom symlink and make a new (correct) symlink
just look at this:
Code:
bash-2.05b# rm -rf /dev/cdrom
bash-2.05b# ln -sf /dev/dvd /dev/cdrom
ln: creating symbolic link `/dev/cdrom' to `/dev/dvd': File exists
and then mencoder gives me this error:
Code:
Reading config file /root/.mplayer/mencoder: No such file or directory
CD-ROM Device '/dev/cdrom' not found.
Cannot open file/device.
Exiting...
 
Old 11-10-2003, 07:23 AM   #4
yanik
Member
 
Registered: Oct 2003
Location: Montreal Beach
Distribution: Debian Unstable
Posts: 368

Rep: Reputation: 30
Paying a VCD on a DVD-R media is not an easy task. You have hack the header of your vcd to trick your dvd player so it think it's an actual dvd video.

Better get a good quality divx and convert it to a full compliant dvd video. The best place to get info on this kind of thing is dvdrhelp.com , mostly windoze, but there is a linux forum.
 
Old 11-10-2003, 07:33 AM   #5
core
Member
 
Registered: May 2003
Location: Berlin
Distribution: Slackware 9.1 Kernel: 2.6.4
Posts: 60

Rep: Reputation: 15
The easiesst way would be to delete this (warezed?) avi, and buy the DVD in your local store.
 
Old 11-10-2003, 07:34 AM   #6
yanik
Member
 
Registered: Oct 2003
Location: Montreal Beach
Distribution: Debian Unstable
Posts: 368

Rep: Reputation: 30
As for linux tools, take a look at avidemux, konvertwizard and kavi2svcd.
 
Old 11-10-2003, 08:18 AM   #7
yanik
Member
 
Registered: Oct 2003
Location: Montreal Beach
Distribution: Debian Unstable
Posts: 368

Rep: Reputation: 30
Well he just bought a dvd writer, I don't think anyone seriously buys a dvd writter to only do data backups.

Beside, Chup already has the original DVD, he just ripped it to AVI because most ripping prog do it like that. Now he want to convert it to back to dvd standard so it fits on a single layer dvd-r. This way he can have a legal backup of his original DVD Now keep your original in a safe place and let your kids play with the backup. lol

Chup, That's what's your doing, right?
 
Old 11-10-2003, 08:24 AM   #8
chup
Member
 
Registered: Aug 2003
Location: South Africa
Distribution: Ubuntu (Feisty)
Posts: 280

Original Poster
Rep: Reputation: 31
yea, thats what im doing
thanks for the links, im checking them out.
ive decided to give up on the "writing vcd to dvd"-thingie, it seems just too comlicated
im now going to try to get my avi into dvd format, and then burning that to dvdr, using these commands:
Code:
transcode -i input.avi -V -y mpeg -F d -E 44100 -b 224 -o test
tcmplex -o test.vob -i test.m2v -p test.mpa -m d
i just hope im doing it right
 
Old 03-05-2004, 04:47 PM   #9
mpalladi
LQ Newbie
 
Registered: May 2003
Posts: 3

Rep: Reputation: 0
Try this link

AVI to VCD
http://www.satlug.org/~bigjnsa/vcd-linux.htm

DVD to VCD
http://www.satlug.org/~bigjnsa/linux-rip.html
 
Old 04-05-2004, 05:12 PM   #10
Kleedrac
Member
 
Registered: Apr 2004
Location: Saskatoon SK. CA
Distribution: Ubuntu Dapper
Posts: 50

Rep: Reputation: 15
While we're on the subject, are there any linux tools for converting .rm (Real ugh) to something more sane like VCD? Thanks in advance.

Kleedrac
 
  


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
Can't Burn DVDR with QSI SDW-042 crosintoski Linux - Hardware 0 12-18-2004 10:41 AM
converting avi to vcd nrunge Linux - Software 1 04-22-2004 02:07 AM
avi to vcd mjenkins Linux - Software 1 02-16-2004 09:47 PM
.AVI -> VCD + subtitiles from .txt ?? h8r Linux - Software 0 12-29-2003 07:25 AM
howto burn svcd/vcd's on a dvdr and play them via mplayer? dav0r Linux - Software 3 12-24-2003 07:13 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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