Meta Configuration of Package x264-compat
1
<package name="x264-compat" project="multimedia">
2
<title>A free h264/avc encoder.</title>
3
<description>x264 is a free library for encoding next-generation H264/AVC video
4
streams. The code is written from scratch by Laurent Aimar, Loren
5
Merritt, Eric Petit (OS X), Min Chen (vfw/asm), Justin Clay (vfw), Mans
6
Rullgard, Radek Czyz, Christian Heine (asm), Alex Izvorski (asm), and
7
Alex Wright. It is released under the terms of the GPL license. This
8
package contains a shared library and a commandline tool for encoding
9
H264 streams. This library is needed for mplayer/mencoder for H264
10
encoding support.
11
12
Encoder features:
13
- CAVLC/CABAC
14
- Multi-references
15
- Intra: all macroblock types (16x16, 8x8, and 4x4 with all predictions)
16
- Inter P: all partitions (from 16x16 down to 4x4)
17
- Inter B: partitions from 16x16 down to 8x8 (including skip/direct)
18
- Ratecontrol: constant quantizer, single or multipass ABR, optional VBV
19
- Scene cut detection
20
- Adaptive B-frame placement
21
- B-frames as references / arbitrary frame order
22
- 8x8 and 4x4 adaptive spatial transform
23
- Lossless mode
24
- Custom quantization matrices
25
- Parallel encoding of multiple slices (currently disabled)
26
27
Be aware that the x264 library is still in early development stage. The
28
command line tool x264 can handle only raw YUV 4:2:0 streams at the
29
moment so please use mencoder or another tool that supports x264 library
30
for all other file types.</description>
31
<person userid="hostmaster" role="maintainer"/>
32
<person userid="netmax" role="maintainer"/>
33
</package>
34