freebsd-ports/multimedia/exportvideo/files
2005-10-29 21:43:04 +00:00
..
nuv4dvd
patch-configure
patch-libmpeg3_configure Fix my last commit when use ${LOCALBASE} 2005-10-29 21:43:04 +00:00
patch-libmpeg3_ifo.h
patch-libmpeg3_Makefile
patch-libmpeg3_mpeg3ifo.c
patch-libmpeg3_mpeg3io.c
patch-Makefile
patch-quicktime_configure Fix my last commit when use ${LOCALBASE} 2005-10-29 21:43:04 +00:00
patch-quicktime_libdv_Makefile
patch-quicktime_libdv_oss.c
patch-quicktime_libdv_parse.c
patch-quicktime_libmjpeg.c
patch-quicktime_qtprivate.h
patch-rtjpeg_Makefile
patch-rtjpeg_RTjpeg.c
patch-rtjpeg_RTjpegN.c
patch-video_global.h
patch-video_Makefile
patch-video_memmem.c
patch-video_rtjpeg_plugin.h
README.FreeBSD

NOTE: For this implementation of exportvideo no attempt has been made to
support input formats other than .nuv, in which respect it differs from
the original software. In particular, the '--no-avi' configure flag is
mandatory for the port to build, and any references to .avi input found 
in the documentation should be ignored!


How to use it
-------------
Invoke exportvideo without arguments to see what options are available.
As mpeg2enc's input format is actually YUV4MPEG2, the flag '-Y 2' is a
canonical choice for transcoding with mjpegtools (cf. yuv4mpeg(5) for 
further details).

This port also provides the script nuv4dvd which can be used to transcode 
nuppelvideos to DVD compliant MPEGs (PAL or NTSC). Running this script 
requires that nuppelvideo, lame, and the mjpegtools are installed. -- 
More sample applications can be found in the nuppelvideo documentation.