diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-05-13 00:35:12 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:35:12 +0200 |
commit | 56f8e0db83d886a99d01743ea29ff5ce77854f2f (patch) | |
tree | 6bf189ab53b77a046dbc1766ecf8d1bdd7e0117e /multimedia/transcode/README | |
parent | 29cbfde556388340ad762b0b88cc2d880091f55b (diff) | |
download | slackbuilds-56f8e0db83d886a99d01743ea29ff5ce77854f2f.tar.gz |
multimedia/transcode: Updated for version 1.1.5
Diffstat (limited to 'multimedia/transcode/README')
-rw-r--r-- | multimedia/transcode/README | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/multimedia/transcode/README b/multimedia/transcode/README index 6f47996468..f5d324e507 100644 --- a/multimedia/transcode/README +++ b/multimedia/transcode/README @@ -5,7 +5,17 @@ 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, lame, libdv, libdvdread and a52dec. -If you don't want support for libquicktime you'll have to pass QUICKTIME=no -to the script. Support for mjpegtools can be enabled by passing MJPEGTOOLS=yes -to the script. All dependencies are available from SlackBuilds.org. +This requires ffmpeg and can optionally use lame. + +You can enable some optional (not-autodetected) features by +passing variables to the script: +A52DEC=yes|no (default: no), requires a52dec +FAAC=yes|no (default: no), requires faac +LIBDV=yes|no (default: no), requires libdv +LIBMPEG2=yes|no (default: no), requires libmpeg2 +LIBV4L=yes|no (default: no), requires libv4l +MJPEGTOOLS=yes|no (default: no), requires mjpegtools +QUICKTIME=yes|no (default: no), requires libquicktime +X264=yes|no (default: no), requires x264 +XVID=yes|no (default: no), requires xvidcore + |