diff options
author | wg <wg@FreeBSD.org> | 2013-10-09 03:24:30 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-10-09 03:24:30 +0800 |
commit | 7d6df196041da922296dfbe544b21192e64b7185 (patch) | |
tree | 364e4ed58a06caf599984b03dc49c0f5556a6ef2 /multimedia/Makefile | |
parent | 3098054263963fdf2f1d1371b335c127a85269ef (diff) | |
download | freebsd-ports-gnome-7d6df196041da922296dfbe544b21192e64b7185.tar.gz freebsd-ports-gnome-7d6df196041da922296dfbe544b21192e64b7185.tar.zst freebsd-ports-gnome-7d6df196041da922296dfbe544b21192e64b7185.zip |
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.mplayerhq.hu/
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 a47203c5ceff..b61bae289bb6 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -55,6 +55,7 @@ SUBDIR += emovix SUBDIR += ffmpeg SUBDIR += ffmpeg-devel + SUBDIR += ffmpeg0 SUBDIR += ffmpeg1 SUBDIR += ffmpeg2 SUBDIR += ffmpeg2theora |