Port details |
- ffmpeg24 Realtime audio/video encoder/converter and streaming server
- 2.4.3_4 multimedia
=0 2.4.3_4Version of this port present on the latest quarterly branch.
- Maintainer: riggs@FreeBSD.org
- Port Added: 2014-10-12 18:13:22
- Last Update: 2014-12-27 15:28:46
- SVN Revision: 375688
- Also Listed In: audio ipv6 net
- License: GPLv2 LGPL21
- WWW:
- http://ffmpeg.org/
- Description:
- FFmpeg is a complete, cross-platform solution to record, convert and stream
audio and video. It includes libavcodec - the leading audio/video codec
library.
This version is from the 2.0 release branch.
WWW: http://ffmpeg.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ffmpeg24>0:multimedia/ffmpeg24
- No installation instructions:
- This port has been deleted.
- PKGNAME: ffmpeg24
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- yasm : devel/yasm
- as : devel/binutils
- texi2html : textproc/texi2html
- frei0r.h : graphics/frei0r
- gmake : devel/gmake
- pkgconf : devel/pkgconf
- perl5.18.4 : lang/perl5.18
- Library dependencies:
-
- libfontconfig.so : x11-fonts/fontconfig
- libfreetype.so : print/freetype2
- libgnutls.so : security/gnutls
- libopencv_imgproc.so : graphics/opencv-core
- libschroedinger-1.0.so : multimedia/schroedinger
- libtheora.so : multimedia/libtheora
- libvorbisenc.so : audio/libvorbis
- libvpx.so : multimedia/libvpx
- libx264.so : multimedia/libx264
- libxvidcore.so : multimedia/xvid
- libiconv.so.3 : converters/libiconv
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ffmpeg24-2.4.3_4:
AACPLUS=off: AAC support via libaacplus
ALSA=off: ALSA audio architecture support
AMR_NB=off: AMR Narrow Band audio support (opencore)
AMR_WB=off: AMR Wide Band audio support (opencore)
ASS=off: Subtitles rendering via libass
CDIO=off: Audio CD grabbing with libcdio
CELT=off: CELT audio codec support
DEBUG=off: Build with debugging support
DOCS=on: Build and/or install documentation
FAAC=off: FAAC AAC encoder support
FDK_AAC=off: AAC audio encoding via Fraunhofer FDK
FFSERVER=on: Build and install ffserver
FONTCONFIG=on: X11 font configuration support
FREETYPE=on: TrueType font rendering support
FREI0R=on: Frei0r video plugins support
GNUTLS=on: SSL/TLS support via GnuTLS
GSM=off: GSM codec support
ICONV=on: Encoding conversion support via iconv
JACK=off: JACK audio server support
LAME=off: LAME MP3 audio encoder support
LIBBLURAY=off: Blu-ray discs support via libbluray
LIBV4L=off: Video for Linux support
MODPLUG=off: ModPlug decoder support
OPENAL=off: Audio support via OpenAL
OPENCV=on: Computer Vision support via OpenCV
OPENJPEG=off: Enhanced JPEG graphics support
OPENSSL=off: SSL/TLS support via OpenSSL
OPTIMIZED_CFLAGS=off: Use extra compiler optimizations
OPUS=off: Opus audio codec support
PULSEAUDIO=off: PulseAudio sound server support
RTMP=off: RTMP protocol support via librtmp
SCHROEDINGER=on: Dirac video codec support via libschroedinger
SDL=off: Simple Direct Media Layer support
SPEEX=off: Speex audio format support
THEORA=on: Ogg Theora video codec support
VAAPI=off: VAAPI (GPU video acceleration) support
VDPAU=off: VDPAU (GPU video acceleration) support
VORBIS=on: Ogg Vorbis audio codec support
VO_AACENC=off: AAC audio encoding via vo-aacenc
VO_AMRWBENC=off: AMR Wide Band encoding via vo-amrwbenc
VPX=on: VP8/VP9 video codec support
X11GRAB=off: Enable x11 grabbing
X264=on: H.264 video codec support via x264
X265=off: H.265 video codec support via x265
XVID=on: Xvid MPEG-4 video codec support
===> Use 'make config' to modify these settings
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.4.3_4 27 Dec 2014 15:28:46 |
riggs |
Replace multimedia/ffmpeg24 with ffmpeg25
(no ports depend on ffmpeg24 and ffmpeg25 is the more likely candidate
for the eventual replacement of multimedia/ffmpeg) |
2.4.3_4 08 Dec 2014 16:48:41 |
tijl |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
2.4.3_3 02 Dec 2014 03:23:14 |
amdmi3 |
- Drop .la files from multimedia/dirac and multimedia/schroedinger
- Bump dependent ports as .so versions have changed
- While here, remove @dirrm* from plists and add missing empty directory to
plist of multimedia/lives
Approved by: portmgr blanket |
2.4.3_2 22 Nov 2014 16:23:34 |
xmj |
multimedia/x264: General overhaul
- Split x264 into two ports: the CLI application (x264), and the library
(libx264). This will allow x264 to use lavf and friends from ffmpeg for
decoding and demuxing while preventing a circular dependency between the
two: x264 can depend on ffmpeg, but ffmpeg will depend on libx264 rather
than x264.
- Add the LAVF option to the CLI port, making the dependency on ffmpeg
optional.
- Update to 0.142.2455.
- Amend fixes to local patches so that they can apply to the new upstream
files.
- Provide the git revision and other version information to the build
environment, allowing the CLI binary to display this information (like the
Windows builds).
- Remove unsupported build options (X11_OUTPUT).
- Ensure that the library and CLI ports each have the appropriate options.
- Add notes for future contributors who wish to update the ports.
- Bump PORTREVISION for all dependent ports.
PR: 187805
Differential Revision: https://reviews.freebsd.org/D1159
Submitted by: Andrew Berg <aberg010@my.hennepintech.edu>
Approved by: koobs (maintainer, mentor) |
2.4.3_1 20 Nov 2014 19:34:19 |
riggs |
Un-break non-default OPTION OPENSSL
PR: 195202
Submitted by: jbeich@vfemail.net |
2.4.3_1 08 Nov 2014 22:26:54 |
adamw |
Bump PORTREVISION on libx265 consumers after r372289.
PR: 194907
Submitted by: Anton Sayetsky |
2.4.3 02 Nov 2014 21:12:57 |
riggs |
Update to 2.4.3 |
2.4.2_1 20 Oct 2014 06:16:59 |
riggs |
- Merge OPTION to enable x265 from multimedia/ffmpeg
Reported by: nox |
2.4.2_1 12 Oct 2014 21:40:29 |
riggs |
- Set UNIQUENAME to include PKGNAMESUFFIX
Avoids name clash of installed ldconfig file with ffmpeg0
- Bump PORTREVISION
Reported by: mva |
2.4.2 12 Oct 2014 18:13:09 |
riggs |
- Initial import of ffmpeg from the 2.4 branch
This branch is not API compatible with previous ffmpeg releases,
so allow for side-by-side installations with multimedia/ffmpeg and
multimedia/ffmpeg0 for gradual transition. |