summaryrefslogtreecommitdiffstats
path: root/multimedia/transcode/README
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/transcode/README')
-rw-r--r--multimedia/transcode/README18
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
+