diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-09-25 19:27:11 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-09-25 19:27:11 +0000 |
commit | afac057a11d71b83b0b22bf68c20834c8dfe80e5 (patch) | |
tree | 373bc98dcfe00de6e0ff17bf11187f87e2ba5722 /multimedia/ffmpeg-devel/pkg-descr | |
parent | chase library dependency due to update of avifile port to 0.60.20010920 (diff) |
o New port ffmpeg version 0.4.5: Hyper fast realtime audio/video
encoder/converter, streaming server
Thanks to: fenner, imp, Chris "Vulpyne" Austin <vulpyne@way2fast.com>
* for this patch -> #define INT64_C(x) x##LL
Notes
Notes:
svn path=/head/; revision=48195
Diffstat (limited to 'multimedia/ffmpeg-devel/pkg-descr')
-rw-r--r-- | multimedia/ffmpeg-devel/pkg-descr | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/multimedia/ffmpeg-devel/pkg-descr b/multimedia/ffmpeg-devel/pkg-descr new file mode 100644 index 000000000000..cdb037459048 --- /dev/null +++ b/multimedia/ffmpeg-devel/pkg-descr @@ -0,0 +1,24 @@ +[ excerpt (with adaptations) from developer's README ] +ffmpeg is a hyper fast realtime audio/video encoder, a streaming +server and a generic audio and video file converter. + +It can convert a standard video source into several file formats +based on DCT/motion compensation encoding. Sound is compressed in +MPEG audio layer 2 or using an AC3 compatible stream. + +What makes ffmpeg interesting ? +- Simple and efficient video encoder: outputs MPEG1, H263, Real + Video(tm), MPEG4, DIVX and MJPEG compatible bitstreams using the + same encoder core. +- Hyper fast MPEG audio layer 2 compression (50 times faster than + realtime on a K6 500). +[snip -> rest on website below] + +ffmpeg is made of two programs: +* ffmpeg: soft VCR which encodes in real time to several formats. + It can also encode from any supported input file format to any + input supported format. +* ffserver: high performance live broadcast streaming server based + on the ffmpeg core encoders. + +WWW: http://ffmpeg.sourceforge.net/ |