2010-05-12 02:01:25 +08:00
|
|
|
transcode is a text-console utility for video stream processing.
|
2010-05-12 04:24:59 +08:00
|
|
|
Decoding and encoding is done by loading modules that are responsible for
|
|
|
|
feeding transcode with raw video/audio streams (import modules) and encoding
|
|
|
|
the frames (export modules). It supports elementary video and audio frame
|
|
|
|
transformations, including de-interlacing or fast resizing of video frames
|
2010-05-12 02:01:25 +08:00
|
|
|
and loading of external filters.
|
|
|
|
|
2010-05-13 06:35:12 +08:00
|
|
|
You can enable some optional (not-autodetected) features by
|
|
|
|
passing variables to the script:
|
|
|
|
FAAC=yes|no (default: no), requires faac
|
2015-05-29 01:39:33 +08:00
|
|
|
LAME=yes|no (default: no), requires lame
|
2010-05-13 06:35:12 +08:00
|
|
|
LIBDV=yes|no (default: no), requires libdv
|
|
|
|
LIBMPEG2=yes|no (default: no), requires libmpeg2
|
|
|
|
MJPEGTOOLS=yes|no (default: no), requires mjpegtools
|
|
|
|
QUICKTIME=yes|no (default: no), requires libquicktime
|
|
|
|
X264=yes|no (default: no), requires x264
|
|
|
|
XVID=yes|no (default: no), requires xvidcore
|
2015-05-24 00:42:38 +08:00
|
|
|
|
|
|
|
Note that newer versions of the stabilize and transform filters are available
|
|
|
|
as part of vid.stab and have thus been dropped from this package.
|