mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
multimedia/transcode: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
ec158fbc39
commit
ce14774144
1 changed files with 10 additions and 7 deletions
|
@ -1,12 +1,14 @@
|
||||||
transcode is a text-console utility for video stream processing.
|
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
|
Decoding and encoding is done by loading modules that are responsible
|
||||||
the frames (export modules). It supports elementary video and audio frame
|
for feeding transcode with raw video/audio streams (import modules)
|
||||||
transformations, including de-interlacing or fast resizing of video frames
|
and encoding the frames (export modules). It supports elementary video
|
||||||
and loading of external filters.
|
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
|
You can enable some optional (not-autodetected) features by
|
||||||
passing variables to the script:
|
passing variables to the script:
|
||||||
|
|
||||||
FAAC=yes|no (default: no), requires faac
|
FAAC=yes|no (default: no), requires faac
|
||||||
LIBDV=yes|no (default: no), requires libdv
|
LIBDV=yes|no (default: no), requires libdv
|
||||||
LIBMPEG2=yes|no (default: no), requires libmpeg2
|
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
|
X264=yes|no (default: no), requires x264
|
||||||
XVID=yes|no (default: no), requires xvidcore
|
XVID=yes|no (default: no), requires xvidcore
|
||||||
|
|
||||||
Note that newer versions of the stabilize and transform filters are available
|
Note that newer versions of the stabilize and transform filters are
|
||||||
as part of vid.stab and have thus been dropped from this package.
|
available as part of vid.stab and have thus been dropped from this
|
||||||
|
package.
|
||||||
|
|
Loading…
Reference in a new issue