slackbuilds_ponce/multimedia/transcode
Heinz Wiesinger ee22241308 multimedia/transcode: Updated for version 1.1.7.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2011-12-18 18:49:46 -06:00
..
README multimedia/transcode: Miscellaneous cleanups. 2010-05-21 01:07:51 -05:00
slack-desc multimedia/transcode: Updated for version 1.0.7 2010-05-11 22:24:59 +02:00
transcode.info multimedia/transcode: Updated for version 1.1.7. 2011-12-18 18:49:46 -06:00
transcode.SlackBuild multimedia/transcode: Updated for version 1.1.7. 2011-12-18 18:49:46 -06:00

transcode is a text-console utility for video stream processing.
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
and loading of external filters.

This requires ffmpeg and can optionally use lame.

You can enable some optional (not-autodetected) features by
passing variables to the script:
A52DEC=yes|no (default: no), requires a52dec
FAAC=yes|no (default: no), requires faac
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