LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-27-2009, 06:56 PM   #1
JosephS
Member
 
Registered: Jun 2007
Distribution: Debian Jessie, Bunsenlabs
Posts: 586

Rep: Reputation: 38
Which programs do I need to make a DVD


Using Slackware 12.2
I have a avi file. I think it is xvid or divx. I want to convert it to DVD to burn so I can play on my home player.

I have avidemux and ffmpeg installed. I converted the avi file so far with ffmpeg & got a .mpg file, but don't know if there is anything else I need to do.
Code:
ffmpeg -i myfile.avi -target ntsc-dvd /tmp/dvd.mpg

I would like to know which programs I need besides these, or if there is a better program, and what I need to do with the avi file.


Thanks.

Last edited by JosephS; 04-27-2009 at 07:19 PM.
 
Old 04-27-2009, 08:04 PM   #2
disturbed1
Senior Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware
Posts: 1,133
Blog Entries: 6

Rep: Reputation: 224Reputation: 224Reputation: 224
Devede is a GUI for mencoder and dvdauthor.

You can browse these links here http://www.videohelp.com/tools/secti...ux-video-tools

I personally use DVDStyler.
 
Old 04-27-2009, 09:05 PM   #3
JosephS
Member
 
Registered: Jun 2007
Distribution: Debian Jessie, Bunsenlabs
Posts: 586

Original Poster
Rep: Reputation: 38
Is Devede easy to use? I don't have experievce with DVD authoring. I don't have experience with compiling programs, so I wanted to find a slackbuild.

Do I author the dvd.mpg I made, and then burn to a DVD or do I have to start over?

Thanks.
 
Old 04-27-2009, 09:41 PM   #4
disturbed1
Senior Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware
Posts: 1,133
Blog Entries: 6

Rep: Reputation: 224Reputation: 224Reputation: 224
There's a SlackBuild for it at www.slackbuilds.org

DeVeDe is extremely easy to use
 
Old 04-27-2009, 09:58 PM   #5
zoran119
Member
 
Registered: Dec 2007
Posts: 217

Rep: Reputation: 18
this is how i do it

http://zoran119.blogspot.com/2008/10...-in-linux.html
 
Old 04-29-2009, 05:14 PM   #6
JosephS
Member
 
Registered: Jun 2007
Distribution: Debian Jessie, Bunsenlabs
Posts: 586

Original Poster
Rep: Reputation: 38
Thanks.
I read the file:
Quote:
from avi to dvd in linux
.
Do I need an xml file to make a DVD. If I just want a DVD to play can I burn the dvd.mpg file I made with ffmpeg?

Thanks.
 
Old 04-29-2009, 05:21 PM   #7
joeseph0404
LQ Newbie
 
Registered: Apr 2009
Location: St. Louis, MO
Distribution: Ubuntu of any kind :)
Posts: 17

Rep: Reputation: 1
JosephS, for burning DVD's I use k3b. It is fairly easy and straightforward. I do not know, however, how to convert the video files. For future reference (in case you have an original DVD) you may use dvd::rip to rip them onto a hard drive.

Just another idea to put in the toolbox
 
Old 04-29-2009, 05:30 PM   #8
joutlancpa
Member
 
Registered: Apr 2009
Location: Orlando, FL
Distribution: Scientific Linux 6 x64
Posts: 211
Blog Entries: 1

Rep: Reputation: 31
Quote:
Originally Posted by joeseph0404 View Post
JosephS, for burning DVD's I use k3b. It is fairly easy and straightforward. I do not know, however, how to convert the video files. For future reference (in case you have an original DVD) you may use dvd::rip to rip them onto a hard drive.

Just another idea to put in the toolbox
K3B is a great program. I'm Xfce now, and just use Xfburn. It has two dependencies and all that is on RW website if you interested: http://rlworkman.net/pkgs/ I mainly only burn images these days, but I'll check out the aforementioned programs myself.
 
Old 04-29-2009, 08:54 PM   #9
BCarey
Senior Member
 
Registered: Oct 2005
Location: New Mexico
Distribution: Slackware
Posts: 1,639

Rep: Reputation: Disabled
Quote:
Originally Posted by JosephS View Post
Thanks.
I read the file: .
Do I need an xml file to make a DVD. If I just want a DVD to play can I burn the dvd.mpg file I made with ffmpeg?

Thanks.
Some dvd players can read other formats such as .avi and .mpg copied directly to a dvd, some can't. Look at your manual.
I have been very happy with tovid. It has a gui, but I find the command line utilities simple, easy and flexible. It has a wonderful, newbie friendly approach, because after every step in the process, you get a message: "And next do this". All the dependencies are on slackbuilds.org, and the tovid sight has its own SlackBuild for its program (thank you very much!).

I've heard good things about Devede, but never tried it.

Oh, and you do need an xml file to generate dvd formated video, but tovid, and I'm sure Devede, will generate them automatically for you.

Brian

Last edited by BCarey; 04-29-2009 at 08:56 PM.
 
Old 04-30-2009, 07:00 AM   #10
justwantin
Member
 
Registered: Aug 2003
Location: Melbourne, Australia
Distribution: Slackware, Slackwarearm
Posts: 878

Rep: Reputation: 120Reputation: 120
I save digital tv broadcasts to disk and often burn them to dvd's for viewing later. This is legal in Australia. Here is how it can be done and yes, if you are making a dvd you need a dvd.xml as you will see below.

After editing out anything I don't want in the video I encode as an mpeg-ps with mplayer. This is the only format I ever work with and AFAIK it is the only format used for the dvd's you'd rent or purchase.

I use dvdauthor to create the dvd file system which contains more than just movie files and dvdauthor requires a dvd.xml file which is basically the instructions as to what the dvd will consist of including menus, chapters, etc. The dvdauthor man page has an example dvd.xml but I'll paste in a simpler generic one generated by the create-dvd script I use to encode, shrink, crop borders and burn dvd's.

So given that I have taken movie.mpg and encoded it as a file I call movie.vob, I will first use this command:
Quote:
dvdauthor -o dvd -x dvd.xml
which will create the dvd filesystem with 1024mb vob files in a directory named dvd in the pwd. note that dvd.xml is also in the pwd.

Next I will create an iso of the dvd with the command:
Quote:
mkisofs -dvd-video -o movie.iso
and finally I will burn it on the dvd drive located as /dev/sr0 with the command:
Quote:
growisofs -Z /dev/sr0=movie.iso
I use a gui program named gopdit to do the editing and then the rest I do cli. It is resource intensive and I often do it on the server where the videos are saved since there is plenty of grunt to spare and I can turn off my pc and walk away while the dvd is created and burned. Sometimes I still do them manually on my workstation but I never bother with anything but the cli commands.

Here's a dvd.xml created by my script. It's simple and provides for a chapter break every 5 min for 120 min. If the movie is shorter it don't matter, if it's longer than the last chapter will be the difference be it one minute or fifty.
Quote:
<dvdauthor>
<vmgm />
<titleset>
<titles>
<pgc>
<vob file="fanfan-la-tulipe/create_dvd/movie.vob" chapters="0,5:00,10:00,15:00,20:00,25:00,30:00,35:00,40:00,45:00,50:00,55:00,60:00,65:00,70:00,75:00 ,80:00,85:00,90:00,95:00,100:00,105:00,110:00,115:00,120:00" />
</pgc>
</titles>
</titleset>
</dvdauthor>

Last edited by justwantin; 04-30-2009 at 07:09 AM. Reason: tyops
 
Old 05-02-2009, 05:09 AM   #11
pg99
Member
 
Registered: May 2008
Location: UK
Distribution: Slackware
Posts: 73

Rep: Reputation: 18
just wanted to add another vote for tovid. If you already have the mpg file then using some of the tovid tools you can just insert a DVD and type:
Code:
makexml /path/to/the.mpg -out FOO && \
makedvd -burn ./FOO.xml
job done!
 
  


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
Cannot make a bootable DVD copy of original Linux DVD. aimee01 Linux - General 2 06-02-2008 02:19 PM
DVD Programs/Setup toad3030 Ubuntu 2 08-08-2005 09:35 AM
How do you make C++ programs smaller? Qwirt Programming 5 11-04-2004 11:32 PM
Want to make a website...what programs should I use? arctic123 Linux - Software 13 09-12-2004 09:54 PM
some dvd programs for windows xp citrus General 3 04-13-2004 02:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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