Re: Encoding Movies to DVD

2009-04-01 Thread Adam Vande More

Warren Liddell wrote:

Adam Vandemore wrote:

Warren Liddell wrote:
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 ?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"freebsd-questions-unsubscr...@freebsd.org"


For those of us who aren't familar with Windows Nero Vision, what 
does it do?


It lets you add verious move files into a list and then converts them 
into DVD format able to be then played by a standard DVD player(non 
computer) as well as adds title menus
Okay, well someone already mentioned mencoder, ffmpeg, and dvdstyler so 
what I would add to that is mencoder is more powerful ffmpeg although 
you can use them for many of the things including most of what you 
mention.  They can create video in dvd-compat mpeg2 format then you use 
dvdstyler to create menus etc.  dvdstyler is a frontend to dvdauthor 
which is cli based.


Another gui video editor/conversion tool is avidemux2 which is pretty good.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Encoding Movies to DVD

2009-04-01 Thread Warren Liddell

Adam Vandemore wrote:

Warren Liddell wrote:
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 ?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"freebsd-questions-unsubscr...@freebsd.org"


For those of us who aren't familar with Windows Nero Vision, what does 
it do?


It lets you add verious move files into a list and then converts them 
into DVD format able to be then played by a standard DVD player(non 
computer) as well as adds title menus

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Encoding Movies to DVD

2009-04-01 Thread Sergio de Almeida Lenzi
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.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Encoding Movies to DVD

2009-04-01 Thread Mehmet Erol Sanliturk
On Wed, Apr 1, 2009 at 7:37 PM, Adam Vandemore wrote:

> Warren Liddell wrote:
>



> or those of us who aren't familar with Windows Nero Vision, what does it
> do?
> --
> Adam Vandemore
> Systems Administrator
> IMED Mobility
> (605) 498-1610
>
>
Please see

http://www.nero.com/eng/nero9-applications-included.html

Thank you very much .

Mehmet Erol Sanliturk
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Encoding Movies to DVD

2009-04-01 Thread Mark Moellering
On Wednesday 01 April 2009 07:35:28 pm Warren Liddell wrote:
> 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 ?

look at k3b for burning and a program called Devede for transcoding

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Encoding Movies to DVD

2009-04-01 Thread Adam Vandemore

Warren Liddell wrote:
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 ?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"freebsd-questions-unsubscr...@freebsd.org"


For those of us who aren't familar with Windows Nero Vision, what does 
it do? 


--
Adam Vandemore
Systems Administrator
IMED Mobility
(605) 498-1610

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"