View previous topic :: View next topic |
Author |
Message |
jgaffney Apprentice
Joined: 22 Dec 2004 Posts: 165
|
Posted: Mon Feb 20, 2006 3:10 pm Post subject: mpeg to DVD [solved] |
|
|
Hello,
I realize there are alot of posts about authoring DVD's, but most talk about creating fancy menus, background music and a bunch of other stuff I don't care for.
I currently have an mpeg file that I would like to put onto a DVD to playpack in my DVD player. I'm looking for a quick easy way to do this. From what I've found dvdstyler or qdvdauthor will do this for me but both are very clunky and I can't seem to get either to work.
Is there an easier way to get this to work? I can do without menus if possible.
Last edited by jgaffney on Tue Feb 21, 2006 2:29 pm; edited 1 time in total |
|
Back to top |
|
|
dargosch Tux's lil' helper
Joined: 21 Aug 2003 Posts: 101
|
|
Back to top |
|
|
tuxicated Tux's lil' helper
Joined: 02 Nov 2004 Posts: 120
|
|
Back to top |
|
|
jgaffney Apprentice
Joined: 22 Dec 2004 Posts: 165
|
Posted: Tue Feb 21, 2006 2:29 pm Post subject: |
|
|
Thank you for the replies, I finally got it working. So for those looking for a quick easy way to burn an avi file to a DVD without weeding through the long how to's around here is what I did.
I Used ffmpeg and KDE DVD Authoring tool (as mentioned by tuxicated)
ffmpeg -i movie_file.avi -target ntsc-dvd -aspect 4:3 movie.mpg
The KDE DVD Athoring tool is very nice, it blows dvdstyler and qdvdauthor away. It's very simple and easy to use, although it's not in portage yet. It's quite easy to install, just make sure you have the dependencies first (It tells you, they can alll be emerged) and kommander installed.
I haven't tried Km"Pg2 MPEG2 Encoder" yet, but will later this week. ffmpeg command line is quite easy but it would be nice to have a GUI so you don't need to lookup switches and syntax if you want to do anything beyond the basics. |
|
Back to top |
|
|
|