diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-05-11 22:24:59 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-11 22:24:59 +0200 |
commit | ed5c3f58fe4eb4312ca51a7611cbb3e89799c5d3 (patch) | |
tree | 6b034f6f11ef7f2ff4c3e37c57c35b7a4181981a /multimedia/transcode/README | |
parent | 8dfd1d365254f4548ced4b9d76a8e2985957da65 (diff) | |
download | slackbuilds-ed5c3f58fe4eb4312ca51a7611cbb3e89799c5d3.tar.gz |
multimedia/transcode: Updated for version 1.0.7
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. |