Showing revision 5
Difference (from revision 5 to revision 5)
(minor diff, author diff)
(The revisions are identical or unavailable.)
Introduction
- /API Using the export API.
Available Modules
Audio Export Modules
- [/export ac3]? - Encodes audio (raw PCM) to AC3
- [/export lame]? - Encodes to a MP3 file
- [/export mp2]? - Encodes audio (raw PCM) to MPEG 1 Layer 2 audio aka mp2
- [/export mp2enc]? - Writes an MP2 (MPEG1-Layer2) file
- [/export ogg]? - Encodes an Ogg/Vorbis file. Resamples
- [/export pcm]? - Writes each audio channel to a WAVE PCM file
- [/export toolame]? - Creates MP2 audio tracks
- [/export wav]? - Creates WAVE PCM files with interleaved audio for stereo
Audio and Video Export Modules
- /export af6 - Interface to the avifile library which allows the use of win32codec
- [/export debugppm]? - Especially usefull when debugging in YUV mode. Encodes the three planes as separate images. In RGB mode, the 3 color planes get encoded separately
- [/export divx4]? - Encodes MPEG4 video using the closed-source binaries from divx.com to an AVI container
- [/export divx4raw]? - Encodes MPEG4 video using the closed-source binaries from divx.com into no file container at all. It writes out the raw bitstream
- [/export divx5]? - Encodes MPEG4 video using the closed-source binaries from divx.com to an AVI container
- [/export divx5raw]? - Encodes MPEG4 video using the closed-source binaries from divx.com into no file container at all. It writes out the raw bitstream
- [/export dv]? - Encodes DV into an AVI container
- /export dvraw - Encodes DV into a DV file. A raw DV file can be played back into the camcorder
- [/export fame]? - Fame is yet another MPEG4 encoder. It encodes to a raw file
- /export ffmpeg - Encodes many different formats to both AVI and raw
- /export lzo - Encodes video using a loss-less real-time LZO codec. This codec is a homegrown invention of transcode and is intended as an intermediate storage format
- [/export mjpeg]? - Encodes MJPEG based AVI files using a homegrown algorithm based on libjpeg
- [/export mov]? - Interface to the quicktime library
- [/export mp1e]? - Writes an mpeg1 file to disc. It can also encode vcd compliant streams
- /export mpeg - It can encode generic mpeg1, VCD, SVCD, MPEG2 and DVD type video
- [/export net]? - Transfers video data over a network between various transcodes
- /export null - Data sink. Does nothing else than discarding data
- [/export ppm]? - Writes an image sequence of PGM or PPM files
- /export pvm - How to use PVM3 library (Parallel Virtual Machine) from transcode.
- [/export pvn]? - Writes PVN video
- /export raw - Can write uncompressed streams to an AVI file as well as raw mpeg2 files in pass-through mode
- [/export xvid2]? - Encodes MPEG4 video using the library available from xvid.org
- [/export xvid3]? - Encodes MPEG4 video using the library available from xvid.org
- /export xvid4 - Encodes MPEG4 video using the library available from xvid.org
- [/export yuv4mpeg]? - Writes the uncompressed raw YUV data in a YUV4MPEG format as used by the lav* and mjpeg* tools
Video Export Modules