[Lunar-commits] r18618 - in moonbase/trunk/zbeta: . x264-cvs
Dennis Veatch
stumbles at lunar-linux.org
Thu Feb 9 22:44:13 UTC 2006
Author: stumbles
Date: 2006-02-09 22:44:09 +0000 (Thu, 09 Feb 2006)
New Revision: 18618
Added:
moonbase/trunk/zbeta/x264-cvs/
moonbase/trunk/zbeta/x264-cvs/DETAILS
Log:
Some video stuff some might want to fiddle with. As of today
it compiled/installed fine.
I think vlc and perhaps gstreamer might/may/can use this as
an optional depends.
Added: moonbase/trunk/zbeta/x264-cvs/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x264-cvs/DETAILS 2006-02-09 21:13:28 UTC (rev 18617)
+++ moonbase/trunk/zbeta/x264-cvs/DETAILS 2006-02-09 22:44:09 UTC (rev 18618)
@@ -0,0 +1,27 @@
+ MODULE=x264-cvs
+ VERSION=beta
+ SOURCE=$MODULE-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/x264
+ SOURCE_URL=svn://svn.videolan.org/x264/trunk:x264
+ WEB_SITE=http://developers.videolan.org/x264.html
+ ENTERED=20060130
+ UPDATED=`date -u +%Y%m%d`
+ SHORT="library for encoding H264/AVC video streams"
+
+cat << EOF
+x264 is a free library for encoding H264/AVC video streams. Encoder features
+CAVLC/CABAC
+Multi-references
+Intra: all macroblock types (16x16, 8x8, and 4x4 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, single or multipass ABR, optional VBV
+Scene cut detection
+Adaptive B-frame placement
+B-frames as references / arbitrary frame order
+8x8 and 4x4 adaptive spatial transform
+Lossless mode
+Custom quantization matrices
+Parallel encoding of multiple slices
+EOF
+
More information about the Lunar-commits
mailing list