672bff840b
Update to 0.6.14; from new maintainer Jacob Meuser <jakemsr@jakemsr.com>. Notable changes: - new import module for bktr(4) devices, import_bktr - new import module for audio(4) devices, import_sunau - export profiles - better error checking - uses YV12/I420 colorspace by default instead of RGB - uses external ffmpeg/libavcodec - optimized memcpy on i386 - many small bugs fixed
21 lines
1.0 KiB
Plaintext
21 lines
1.0 KiB
Plaintext
transcode is a text console video-stream processing tool.
|
|
It supports elementary video and audio frame transformations.
|
|
Some example modules are included to enable import of MPEG-1/2,
|
|
Digital Video, and other formats. It also includes export
|
|
modules for writing to AVI files with DivX, OpenDivX, XviD,
|
|
Digital Video or other codecs. Direct DVD transcoding is also
|
|
supported. A set of tools is available to extract and decode
|
|
the sources into raw video/audio streams for import and to
|
|
enable post-processing of AVI files.
|
|
|
|
There are a few FLAVORS that add functionality to transcode:
|
|
|
|
lzo: adds the ability to import and export AVI files
|
|
that use LZO compression for video.
|
|
mjpegtools: adds video encoding with mpeg2enc and audio
|
|
encoding with mp2enc from the mjpegtools package.
|
|
also adds the ability to import YUV4MPEG streams.
|
|
quicktime: adds the ability to import and export using
|
|
the libquicktime API, thus it adds the ability to
|
|
import and export QuickTime-compatible .mov files.
|