Meta Configuration of Package transcode
20
1
<package name="transcode" project="Multimedia">
2
<title>A linux video stream processing utility</title>
3
<description>transcode is a text-console video stream processing tool. Decoding and encoding
4
is done by loading shared library modules that are responsible for feeding
5
transcode with raw RGB/PCM streams (import module) and encoding the frames
6
(export module). It supports elementary video and audio frame transformations.
7
Some example modules are included to enable import of MPEG program streams
8
(VOB), Digital Video (DV), or YUV video and export modules for writing DivX;-),
9
OpenDivX, or uncompressed AVI files. A set of tools is available to extract
10
and decode the sources into raw video/audio streams for import and to enable
11
post-processing of AVI files.
12
</description>
13
<person userid="mantre" role="bugowner"/>
14
<person userid="mantre" role="maintainer"/>
15
<build>
16
<disable arch="armv7l"/>
17
</build>
18
<url>http://tcforge.berlios.de</url>
19
</package>
20