diff options
author | Heinz Wiesinger <HMWiesinger@gmx.at> | 2010-05-11 20:01:25 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:01:25 +0200 |
commit | b9530db2ca6978e1c7156647eca60d3c17665aea (patch) | |
tree | 2a0807aac43840e249e8696730b42ff4bb9c772b /multimedia/transcode/README | |
parent | b012c82c3600d98e2f6bea5965d61c3f40afc764 (diff) | |
download | slackbuilds-b9530db2ca6978e1c7156647eca60d3c17665aea.tar.gz |
multimedia/transcode: Added to 12.0 repository
Diffstat (limited to 'multimedia/transcode/README')
-rw-r--r-- | multimedia/transcode/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/multimedia/transcode/README b/multimedia/transcode/README new file mode 100644 index 0000000000..c6a6e9ba67 --- /dev/null +++ b/multimedia/transcode/README @@ -0,0 +1,9 @@ +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. + +Requires ffmpeg, libmpeg2 (also called mpeg2dec), lame, libdv, libquicktime, +libdvdread or libdvdnav, and a52dec (all available from SlackBuilds.org). |