|
transcode loads shared library modules that are responsible for feeding it with raw streams and encoding the frames: |
|
Transcode loads shared library modules that are responsible for feeding it with raw streams and encoding the frames: |
CVS accessTranscode has a public CVS archive. If you want to live on the bleeding edge, this is for you. The CVS should always compile but usually contains work-in-progress which may have serious bugs. Please make sure you always enable compression (-z3) when checking out or updating the archive. cvs -z3 -d :pserver:cvs@cvs.exit1.org:/cvstc login Use an empty password to login. cvs -z3 -d :pserver:cvs@cvs.exit1.org:/cvstc co transcode To keep your already checked out repository up-to-date use cd transcode && cvs -z3 update -dP You can also browse the CVS archive online at http://cvs.exit1.org Contact / Mailing Lists* http://lists.exit1.org/mailman/listinfo/transcode-devel * http://lists.exit1.org/mailman/listinfo/transcode-users searchable mailinglist archives can be found here * http://news.gmane.org/gmane.comp.video.transcode.user * http://news.gmane.org/gmane.comp.video.transcode.devel Always look in the archives before you ask a question! and meet us on IRCnet in #transcode |
A number of modules are included to enable import of DVDs on-the-fly, Video4Linux (including V4L2 video capturing), MPEG elementary streams (ES) or program streams (VOB), MPEG1/2/4 video, Digital Video (DV), YUV4MPEG streams, Nuppel Video (NUV), quicktime (MOV), MPEG audio layer-1/2/3, WAVE, DIVX, MJPEG, and raw or compressed (pass-through) video frames. A number of export modules for enable writing DivX ;-), DivX 4.02/5.xx, XviD, Digital Video, MPEG-1/2 or uncompressed AVI files with MPEG, AC3 (pass-through) or PCM audio. More file formats and codecs for audio/video import are supported by the MPlayer and avifile import modules (exporting with avifile is restricted to video codecs, with MPEG/PCM or AC3 (pass-through) audio provided by transcode). Limited DVD subtitle rendering is also available.
Its modular concept is intended to provide flexibility and easy user extensibility to include other video/audio codecs or file types. A set of tools is available to extract, demultiplex and decode the sources into raw video/audio streams for import, non AVI-file export modules for writing single frames (PPM) or YUV4MPEG streams, auto-probing and scanning your sources and to enable post-processing of AVI files, including header fixing, merging multiple files or splitting large AVI files to fit on a CD.
Transcode runs on UN*X like systems like Linux, BSD, and MacOSX.
The Import Modules for audio/video decoding are loaded with dlopen system call and are responsible for starting the video and audio streams (directly or via the popen system call) and have a single function interface to the main program. The import is handled by a thread that buffers the video/audio frames.
The main program transcode currently performs a number of simple video/audio frame manipulations (in this order) or allows simple pass-through of raw frame data:
Video:
Audio:
Filter Plugins:
The Export Modules for audio/video encoding are loaded via the dlopen system call and the encoder loop is started for the selected frames. In most cases audio and video are handled by the same module.
There is a Transcode FAQ (Frequently Asked Questions) that covers issues not mentioned in the man pages.
There is additional documentation available here in this Wiki and you are welcome to contribute.