diff options
Diffstat (limited to 'multimedia/x264/README')
-rw-r--r-- | multimedia/x264/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/multimedia/x264/README b/multimedia/x264/README new file mode 100644 index 0000000000..662db861dc --- /dev/null +++ b/multimedia/x264/README @@ -0,0 +1,12 @@ +x264 - A free h264/avc encoder. + +x264 is a free library for encoding H264/AVC video streams. +The code is written from scratch by Laurent Aimar, Loren Merritt, +Eric Petit (OS X), Min Chen (vfw/asm), Justin Clay (vfw), Måns +Rullgård, Radek Czyz, Christian Heine (asm), Alex Izvorski, and +Alex Wright. It is released under the terms of the GPL license. + +NOTe: ++ By default x264 it's gonna be builded without its GTK GUI, so + if you want to enable, set GTKUI variable to yes, like: + GTKUI=yes ./x264.SlackBuild |