diff options
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). |