slackbuilds/multimedia/transcode
B. Watson ce14774144 multimedia/transcode: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-13 17:22:08 -04:00
..
README multimedia/transcode: Wrap README at 72 columns. 2022-03-13 17:22:08 -04:00
slack-desc
transcode-1.1.7-ffmpeg-0.10.patch
transcode-1.1.7-ffmpeg-0.11.patch
transcode-1.1.7-ffmpeg.patch
transcode-1.1.7-ffmpeg2.patch
transcode-1.1.7-ffmpeg4.patch multimedia/transcode: Patch for glibc >= 2.32, gcc >= 10.x. 2021-04-18 00:02:34 -05:00
transcode-1.1.7-ffmpeg24.patch
transcode-1.1.7-ffmpeg29.patch multimedia/transcode: Patched to fix build with ffmpeg 3.x. 2017-04-15 07:18:11 +07:00
transcode-1.1.7-gcc10.patch multimedia/transcode: Patch for glibc >= 2.32, gcc >= 10.x. 2021-04-18 00:02:34 -05:00
transcode-1.1.7-glibc-2.32.patch multimedia/transcode: Patch for glibc >= 2.32, gcc >= 10.x. 2021-04-18 00:02:34 -05:00
transcode-1.1.7-imagemagick7.patch multimedia/transcode: Patch for glibc >= 2.32, gcc >= 10.x. 2021-04-18 00:02:34 -05:00
transcode-1.1.7-libav-9.patch
transcode-1.1.7-libav-10.patch multimedia/transcode: Patched to fix build with ffmpeg 3.x. 2017-04-15 07:18:11 +07:00
transcode-1.1.7-preset-force.patch
transcode-1.1.7-preset-free.patch
transcode.SlackBuild multimedia/transcode: Build against libv4lconvert 2021-09-22 11:33:21 +07:00
transcode.info multimedia/transcode: Updated maintainer email 2021-07-03 10:13:16 +02:00

README

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.

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
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

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.