slackbuilds_ponce/multimedia/transcode
Heinz Wiesinger 58534b9e3b multimedia/transcode: Fix optional dependency on lame.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-06-20 11:55:23 +07:00
..
README multimedia/transcode: Fix optional dependency on lame. 2015-06-20 11:55:23 +07:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00
transcode-1.1.7-ffmpeg-0.10.patch multimedia/transcode: Fix building with new ffmpeg. 2013-11-04 00:46:03 -06:00
transcode-1.1.7-ffmpeg-0.11.patch multimedia/transcode: Fix building with new ffmpeg. 2013-11-04 00:46:03 -06:00
transcode-1.1.7-ffmpeg.patch multimedia/transcode: Fix building with new ffmpeg. 2013-11-04 00:46:03 -06:00
transcode-1.1.7-ffmpeg2.patch multimedia/transcode: Fixed building with newer ffmpeg. 2015-06-20 11:55:20 +07:00
transcode-1.1.7-ffmpeg24.patch multimedia/transcode: Fixed building with newer ffmpeg. 2015-06-20 11:55:20 +07:00
transcode-1.1.7-libav-9.patch multimedia/transcode: Fix building with new ffmpeg. 2013-11-04 00:46:03 -06:00
transcode-1.1.7-preset-force.patch multimedia/transcode: Fix building with new ffmpeg. 2013-11-04 00:46:03 -06:00
transcode-1.1.7-preset-free.patch multimedia/transcode: Fix building with new ffmpeg. 2013-11-04 00:46:03 -06:00
transcode.info
transcode.SlackBuild multimedia/transcode: Fix optional dependency on lame. 2015-06-20 11:55:23 +07: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.

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
LAME=yes|no (default: no), requires lame
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

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.