diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-24 19:13:13 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-24 19:13:13 +0000 |
commit | 64491432c4332e117122ed549c6469a285239519 (patch) | |
tree | d338b5e9194dd38f0946496250154bf21a1b78b5 /multimedia/libfame/pkg-descr | |
parent | Add simple patch to fix compiling with kaclmanipulation.h on -current. (diff) |
add libfame 0.8.9
A video encoding library
Notes
Notes:
svn path=/head/; revision=56552
Diffstat (limited to 'multimedia/libfame/pkg-descr')
-rw-r--r-- | multimedia/libfame/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/multimedia/libfame/pkg-descr b/multimedia/libfame/pkg-descr new file mode 100644 index 000000000000..e6a7be5a0744 --- /dev/null +++ b/multimedia/libfame/pkg-descr @@ -0,0 +1,15 @@ +libfame is a video encoding library. + +It can currently encode MPEG-1 and MPEG-4 rectangular video, as well as +MPEG-4 video with arbitrary shape. + +Objectives + - Compliance : Provide bitstreams compliant to the MPEG-1, MPEG-2 and + MPEG-4 video standards. + - Speed : Provide a fast implementation of the techniques used in MPEG + standards. + - Flexibility : Allow the user to choose between different options for + speed, compression ratio and quality. + - Portability : Support many different platforms and architectures. + +WWW: http://fame.sourceforge.net/ |