summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
author B. Watson2022-03-13 22:22:08 +0100
committer B. Watson2022-03-13 22:22:08 +0100
commitce14774144e070bba2002b0d433361e2a704bc30 (patch)
treeee377a89cb5fdd84ed56b10a23de807ef19e72be /multimedia
parentec158fbc39d7e7a6155b6fb708c46a469c63d418 (diff)
downloadslackbuilds-ce14774144e070bba2002b0d433361e2a704bc30.tar.gz
multimedia/transcode: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/transcode/README17
1 files changed, 10 insertions, 7 deletions
diff --git a/multimedia/transcode/README b/multimedia/transcode/README
index e1275f69d0..d2e499a222 100644
--- a/multimedia/transcode/README
+++ b/multimedia/transcode/README
@@ -1,12 +1,14 @@
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.
+
+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.
You can enable some optional (not-autodetected) features by
passing variables to the script:
+
FAAC=yes|no (default: no), requires faac
LIBDV=yes|no (default: no), requires libdv
LIBMPEG2=yes|no (default: no), requires libmpeg2
@@ -15,5 +17,6 @@ QUICKTIME=yes|no (default: no), requires libquicktime
X264=yes|no (default: no), requires x264
XVID=yes|no (default: no), requires xvidcore
-Note that newer versions of the stabilize and transform filters are available
-as part of vid.stab and have thus been dropped from this package.
+Note that newer versions of the stabilize and transform filters are
+available as part of vid.stab and have thus been dropped from this
+package.