8 lines
613 B
Markdown
8 lines
613 B
Markdown
# transcode
|
|
|
|
Transcode is a text-console utility for video stream processing, running on a platform that supports shared libraries and threads.
|
|
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.
|
|
It's modular concept is intended to provide flexibility and easy user extensibility to include other video/audio codecs or file types.
|
|
|