Date: Wed, 01 Apr 2009 22:14:17 -0300 From: Sergio de Almeida Lenzi <lenzi.sergio@gmail.com> To: Warren Liddell <shinjii@maydias.com>, freebsd-questions <questions@freebsd.org> Subject: Re: Encoding Movies to DVD Message-ID: <1238634857.6615.24.camel@lenzix.cwb.casa> In-Reply-To: <49D3FA40.7010103@maydias.com> References: <49D3FA40.7010103@maydias.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Em Qui, 2009-04-02 às 09:35 +1000, Warren Liddell escreveu: > Im chasing an application that basically does the same thing Windows > Nero Vision does but naturally on FreeBSD .. is there such an > application or is it something thats command line based ? I am very happy with the folowing: ffmpeg for transform the avi into dvd mpeg mencoder to get the stream from an original dvd dvdstyler for dvdauthoriting.... Usage: supose you have an avi file (mpeg4 for video, mp3 for sound) than.... ffmpeg -i movie.avi -target ntsc-dvd -aspect 16:9 -acodec mp2 -ab 192k -ac 2 -y movie.mpg this result in an avi movie.mpg ready to build the DVD Dvdstyler than builds the menu (for dvdauthor)... and create an iso image, or a directory with VIDEO_TS directory, that a program called growisofs can make the DVD. ex: growisfos -dvd-video -Z /dev/cd0 directory_where_dvdstyler_generate_the_dvd_image Using totem-xine (in the ports) you can take snapshots of the video and build the "background" for the dvd menus... if you use gnome, you can drag & drop the directory into the nautilus_cd_burner... and make your DVD Far easy than NERO... and the quality is icredible... the lavc codecs are awesome... If you want to "mess" with avimovies, thatn avidemux2 is your way to go... you can cut, copy, past, convert, movies using it To make or edit the subtitles, use gnome-subtitles.. to insert the subtitles in the mpeg stream use spumux (in the dvdauthor package).... If you only want to "copy" a "comercial" DVD (that have 7GB) into an writeable dvd, thatn K9copy is your way... I have all here compiled in 64 bits and works llike a charm.... Hope it can help.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1238634857.6615.24.camel>