diff options
Diffstat (limited to 'multimedia/transcode/README')
-rw-r--r-- | multimedia/transcode/README | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/multimedia/transcode/README b/multimedia/transcode/README index c6a6e9ba67..cbd1067c5a 100644 --- a/multimedia/transcode/README +++ b/multimedia/transcode/README @@ -1,9 +1,11 @@ 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 +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. -Requires ffmpeg, libmpeg2 (also called mpeg2dec), lame, libdv, libquicktime, -libdvdread or libdvdnav, and a52dec (all available from SlackBuilds.org). +Requires ffmpeg, libmpeg2, lame, libdv, libdvdread and a52dec. +If you don't want support for libquicktime you'll have to pass QUICKTIME=no +to the script. +All dependencies are available from SlackBuilds.org. |