transcode/README.md

8 lines
613 B
Markdown
Raw Normal View History

2024-01-05 18:40:51 +01:00
# 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.