LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 02-11-2006, 09:19 PM   #1
Synesthesia
Member
 
Registered: Jan 2004
Location: the abyss
Posts: 209

Rep: Reputation: 30
avi to dvd with ffmpeg


Can I change an avi file into ntsc and ac3 to make a dvd using ffmpeg? I can make a combined ntsc mpg with ffmpeg, but how do you splice the audio into ac3 also (like transcode can do below)?

You can do it with transcode (which uses ffmpeg):

" transcode -i matrix.avi -y ffmpeg --export_prof dvd-ntsc --export_asr 3 -o matrix -D0 -b224 -N 0x2000 -s2 -m matrix.ac3 -J modfps=clonetype=3 --export_fps 29.97 " (taken from http://forums.gentoo.org/viewtopic-t...c-start-0.html )

Transcode won't work on my system do to compilation error problems, If I can do it with just ffmpeg (or another app) it would be a lot easier. Thanks for your help.
 
Old 02-11-2006, 10:13 PM   #2
Synesthesia
Member
 
Registered: Jan 2004
Location: the abyss
Posts: 209

Original Poster
Rep: Reputation: 30
Linux is making this quite an irritating process. I've spent hours getting errors with countless apps and tools...
Now I get "ERR: SCR moves backwards, remultiplex input" from dvdauthor, which supposedly means I need to mplex -f 8 -o file.mpg, but doing so gives me:
**ERROR: [mplex] File thefile.mpg unrecogniseable!
**ERROR: [mplex] Unrecogniseable file(s)... exiting.

I am merely trying to convert an avi file (that is in divx format) to dvd format to be burnt and play on a stand alone dvd player!
Thanks for any help.
 
Old 02-12-2006, 04:39 PM   #3
Synesthesia
Member
 
Registered: Jan 2004
Location: the abyss
Posts: 209

Original Poster
Rep: Reputation: 30
Uh, any insight on an easier way to accomplish this?
 
Old 02-21-2006, 07:48 PM   #4
JimDaGeek
LQ Newbie
 
Registered: Feb 2006
Posts: 2

Rep: Reputation: Disabled
I cannot post URL's until I have made 5 posts!
 
Old 02-21-2006, 07:51 PM   #5
JimDaGeek
LQ Newbie
 
Registered: Feb 2006
Posts: 2

Rep: Reputation: Disabled
Quote:
Originally Posted by Synesthesia
Uh, any insight on an easier way to accomplish this?
Go to videohelp.com and then on the left click "ALL GUIDES". Scroll down to the "ARTICLES" section and then click on "Linux video guides". I'd post the URL's but I have not made 5 posts yet to LQ.org.
 
Old 02-28-2006, 11:52 PM   #6
slackmagic
Member
 
Registered: Aug 2003
Distribution: Slackware
Posts: 255

Rep: Reputation: 35
hi there Synesthesia,

you should give TOVID a try.

It's basically a set of ready-to-go scripts that make it much easier to "convert" any .avi, .mpeg, ...media file into a DVD-ready format which then you will also be able to burn on a DVD considering you have all the dependencies it requires.

You're better off just going to http://tovid.org/
and read through the DOCS and FAQS before you try it out - also make sure that you try to set up all dependencies (such as Python, wxPython, mplayer, mjpegtools, ffmpeg, ImageMagick, SoX, dvdauthor, vcdimager, transcode,
libdvdcss, lsdvd) prior of attempting to install tovid to ensure you'll get the maximum features!


I'm using it and loving it and I'm sure you will too once it's set up correctly!

Have fun
 
Old 03-01-2006, 07:49 PM   #7
Synesthesia
Member
 
Registered: Jan 2004
Location: the abyss
Posts: 209

Original Poster
Rep: Reputation: 30
To quote myself:
Quote:
Originally Posted by synesthesia
Transcode won't work on my system do to compilation error problems, If I can do it with just ffmpeg (or another app) it would be a lot easier. Thanks for your help.
I know how to do convert file formats and everything...I pretty much made my own script...But transcode has compilation errors. I even got the package made for slack10.2, and it doesnt work.

Maybe someone could tell me how to completely remove things affecting it from my system, and reinstall them...
 
Old 03-01-2006, 10:56 PM   #8
grym
Member
 
Registered: Jun 2003
Location: Texas
Distribution: Gentoo/Slackware/Debian/Mandrake
Posts: 285

Rep: Reputation: 30
Quote:
Originally Posted by Synesthesia
Maybe someone could tell me how to completely remove things affecting it from my system, and reinstall them...

What are your compilation errors?
 
Old 03-05-2006, 04:38 PM   #9
Synesthesia
Member
 
Registered: Jan 2004
Location: the abyss
Posts: 209

Original Poster
Rep: Reputation: 30
Well I've compiled and installed ffmpeg several times, and transcode still give me this error when i do ./configure:
ERROR: requirement failed: cannot link against libavcodec
libavcodec can be found in the following packages:
FFMpeg http://www.ffmpeg.org/
 
Old 03-06-2006, 12:29 AM   #10
grym
Member
 
Registered: Jun 2003
Location: Texas
Distribution: Gentoo/Slackware/Debian/Mandrake
Posts: 285

Rep: Reputation: 30
Ok, look for where it installed those files when you did the make install then add that path to your /etc/ld.so.conf then run ldconfig and then run ./configure again
 
  


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
avi/dvd stasik Linux - Newbie 4 01-01-2006 11:21 PM
DVD AVI rip to DVD mooreted Mandriva 4 02-20-2005 08:57 AM
AVI on dvd? benne Linux - Software 3 02-05-2005 11:25 AM
ffmpeg fails to detect missing end of avi-file batchman Linux - Software 1 08-21-2004 02:44 PM
Scripting avi-check with ffmpeg batchman Programming 1 08-21-2004 07:12 AM

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

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