diff options
author | ahze <ahze@FreeBSD.org> | 2005-01-12 12:57:18 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-01-12 12:57:18 +0800 |
commit | 0547fa42ef2e3d0766eb6e5f7896098f9d14276e (patch) | |
tree | e408665fb6a4410b29014673758e25f1e193f62c /multimedia/Makefile | |
parent | 112b346b267a9a88c11164ccdd7debf9c963b6a3 (diff) | |
download | freebsd-ports-gnome-0547fa42ef2e3d0766eb6e5f7896098f9d14276e.tar.gz freebsd-ports-gnome-0547fa42ef2e3d0766eb6e5f7896098f9d14276e.tar.zst freebsd-ports-gnome-0547fa42ef2e3d0766eb6e5f7896098f9d14276e.zip |
Add x264
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
Diffstat (limited to 'multimedia/Makefile')
-rw-r--r-- | multimedia/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index 65fb858fbb97..565de5513149 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -141,6 +141,7 @@ SUBDIR += vcdtools SUBDIR += vlc SUBDIR += win32-codecs + SUBDIR += x264 SUBDIR += xanim SUBDIR += xawtv SUBDIR += xdvshow |