Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Decoding xvid/divx to mpeg
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
ravalox
Apprentice
Apprentice


Joined: 31 Jan 2005
Posts: 217

PostPosted: Sat Jan 14, 2006 4:44 pm    Post subject: Decoding xvid/divx to mpeg Reply with quote

Hey, I'm looking to create a video dvd for a friend of mine. I am looking to use dvdstyler to create it, but I need to decode some xvid/divx files to mpeg to do that. How would I go about doing that?
Back to top
View user's profile Send private message
drwook
Veteran
Veteran


Joined: 30 Mar 2005
Posts: 1324
Location: London

PostPosted: Sat Jan 14, 2006 5:42 pm    Post subject: Reply with quote

something along the lines of
Code:
ffmpeg -i /home/user/whatever.avi -target pal-dvd /tmp/dvd.mpeg
should do you

You'll probably need to have at least aac, a52, encode and xvid use flags set for ffmpeg.

Code:
emerge ffmpeg
if you haven't got it

(*waits for flames suggesting using transcode with a thousand strange options instead of ffmpeg, or some obscure script that takes a tank to work out what it's doing*)

[edit] btw divx/xvid are both mpeg. mpeg 4. avi is just the container, nothing more. DVD's are mpeg 2 (AFAIR), so unfortunately there is a little work to do still ;)[/edit]
Back to top
View user's profile Send private message
gimpel
Advocate
Advocate


Joined: 15 Oct 2004
Posts: 2720
Location: Munich, Bavaria

PostPosted: Sat Jan 14, 2006 5:55 pm    Post subject: Reply with quote

for more comfortable work:
http://tovid.berlios.de/
;)
_________________
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Back to top
View user's profile Send private message
drwook
Veteran
Veteran


Joined: 30 Mar 2005
Posts: 1324
Location: London

PostPosted: Sat Jan 14, 2006 6:58 pm    Post subject: Reply with quote

See, I told ya so. But use what I said, as it's infinitely better for no particular reason :P

Actually sarcasm aside it will probably be quicker with what I suggested. Think tovid is/has a gui involved if that's important to you though. Test stuff out and go with what works for you, it's the whole OSS freedom thing :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum