Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jun 2006 20:15:24 -0500
From:      Mark Kane <mark@mkproductions.org>
To:        "Derrick Ryalls" <ryallsd@gmail.com>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: Creating DVD Movies
Message-ID:  <20060620201524.4981169f@localhost>
In-Reply-To: <d5eb95fc0606201748k6f83be02t93daa8310c2bff24@mail.gmail.com>
References:  <d5eb95fc0606201748k6f83be02t93daa8310c2bff24@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jun 20, 2006, at 17:48:39 -0700, Derrick Ryalls wrote:
> Greetings,
> 
> i was wondering if anyone had a good tool recommendation for creating
> DVD movies with FreeBSD.  Since I have a child growing up, it is
> appealing to me to make a copy of their favorite DVD and burn it so
> they can handle the copy, not the original (legal to make backup
> copies).  I also was thinking it could be handy to author my own dvds,
> but that might not be for a while.
> 
> So far, I can use mplayer to get the DVD to an avi file, but I can't
> find anything to get it back onto a dvd.  I have tried dvdauthor, but
> the app kept crashing.  Does anyone have any suggestions for this?

Hi.

I don't normally back up DVDs so I'm not sure the best software to do
that. I did a quick ports search and "multimedia/lxdvdrip" looks nice,
and may do exactly what you want all in one program.

As for dvdauthor crashing, I would guess it's because you're not giving
it the right format for a DVD. AVI files can't go to DVD, you need to
convert it to MPEG-2 PS and the proper specifications. For this, I use
a GTK+ program called Avidemux2 (it's in multimedia/avidemux2), although
ffmpeg or mencoder should work also. Here are my steps for an AVI file
to DVD: 

1) Avidemux to video "DVD". Set aspect ratios in "Configure" and set
"DVD Res" in the "Filters" area. If the audio is not already AC3 (check
from the A/V information button on the toolbar), set audio to "FFM
AC3". Set output format at bottom to "MPEG PS A+V". Save the video
"filename.mpg". This one is the longest step, the other two are quite a
bit shorter.

2) Take outputted mpeg file and run it through dvdauthor: 

dvdauthor --video=ntsc+16:9+720xfull -t -f filename.mpg -o output

3) Burn the authored DVD with dvd+rw tools: 

growisofs -dvd-video -Z /dev/cd0 output

For a simple backup though I'd check out lxdvdrip or search through
ports to see if there is a faster solution. I don't see much sense in
going from DVD to AVI then back to DVD when you can just rip directly
from the DVD and burn it back. I provided that info for when you
want to author your own videos though. :)

Hope that helps.

-Mark

-- 
Internet Radio:
Party107 (Trance/Electronic) - http://www.party107.com
Rock 101.9 The Edge (Rock) - http://www.rock1019.net

IRC:
MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941)

GnuPG Public Key:
http://www.mkproductions.org/mk_pubkey.asc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060620201524.4981169f>