2010-05-11 20:01:25 +02:00
|
|
|
transcode is a text-console utility for video stream processing.
|
2010-05-11 22:24:59 +02: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-11 20:01:25 +02:00
|
|
|
and loading of external filters.
|
|
|
|
|
2010-05-11 22:24:59 +02:00
|
|
|
Requires ffmpeg, libmpeg2, lame, libdv, libdvdread and a52dec.
|
|
|
|
If you don't want support for libquicktime you'll have to pass QUICKTIME=no
|
2010-05-12 17:42:50 +02:00
|
|
|
to the script. Support for mjpegtools can be enabled by passing MJPEGTOOLS=yes
|
|
|
|
to the script. All dependencies are available from SlackBuilds.org.
|