ports/multimedia/exportvideo/files/README.FreeBSD
Pav Lucistnik 3c844061b7 Add exportvideo, an utility extracts the video data from a nuppelvideo
file and writes a YUV4MPEG stream which can be piped to mpeg2enc.
In other words, it exports the nuppelvideo .nuv format for encoding
(S)VCD/DVD compliant MPEGs with mjpegtools.

PR:		ports/73417
Submitted by:	Frank W. Josellis <frank@dynamical-systems.org>
2004-11-06 20:17:06 +00:00

20 lines
884 B
Text

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.