mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 22:50:32 -04:00
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>
20 lines
884 B
Text
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.
|
|
|