diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-01-12 04:57:18 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-01-12 04:57:18 +0000 |
commit | d98d8457f1ee7523a703f4c926f0d468ec73d535 (patch) | |
tree | b9f246884207f914dae90b03b6a9c1562df7c09a /multimedia/x264/pkg-descr | |
parent | 4114f4b7dbaa9b7945b61de19737f12227d85c0a (diff) |
Notes
Diffstat (limited to 'multimedia/x264/pkg-descr')
-rw-r--r-- | multimedia/x264/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/multimedia/x264/pkg-descr b/multimedia/x264/pkg-descr new file mode 100644 index 000000000000..3e1bf1a0a3e2 --- /dev/null +++ b/multimedia/x264/pkg-descr @@ -0,0 +1,12 @@ +x264 is a free library for encoding H.264/AVC video streams. + +Encoder features + * CAVLC/CABAC + * Multi-references + * Intra: all modes (4x4 and 16x16 with all predictions) + * Inter P: all partitions (from 16x16 down to 4x4) + * Inter B: partitions from 16x16 down to 8x8 (including SKIP/DIRECT) + * Ratecontrol: constant quantizer, constant bitrate, or multipass ABR + * Scene cut detection + +WWW: http://www.videolan.org/x264.html |