60e7 FreshPorts -- graphics/php5-ffmpeg
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
php5-ffmpeg 0.6.0_7 graphics on this many watch lists=2 search for ports that depend on this port
The ffmpeg shared extension for php
Maintained by: acm@FreeBSD.org search for ports maintained by this maintainer
Port Added: 17 Nov 2006 17:45:19
License: not specified in port


The ffmpeg-php is an extension for PHP that adds an easy to use, 
object-oriented API for accessing and retrieving information from video and 
audio files. It has methods for returning frames from movie files as images 
that can be manipulated using PHP's image functions. This works well for 
automatically creating thumbnail images from movies. ffmpeg-php is also useful 
for reporting the duration and bitrate of audio files (mp3, wma...). 

The ffmpeg-php can access many of the video formats supported by ffmpeg (mov, 
avi, mpg, wmv...)

WWW:	http://ffmpeg-php.sourceforge.net/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. lang/php5
  2. devel/autoconf
Required To Run:
  1. lang/php5
Required Libraries:
  1. graphics/gd
  2. multimedia/ffmpeg
There are no ports dependent upon this port

To install the port: cd /usr/ports/graphics/php5-ffmpeg/ && make install clean
To add the package: pkg_add -r php5-ffmpeg


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://freefr.dl.sourceforge.net/project/ffmpeg-php/ffmpeg-php/0.6.0/
  3. http://heanet.dl.sourceforge.net/project/ffmpeg-php/ffmpeg-php/0.6.0/
  4. http://internode.dl.sourceforge.net/project/ffmpeg-php/ffmpeg-php/0.6.0/
  5. http://iweb.dl.sourceforge.net/project/ffmpeg-php/ffmpeg-php/0.6.0/
  6. http://jaist.dl.sourceforge.net/project/ffmpeg-php/ffmpeg-php/0.6.0/
  7. http://kent.dl.sourceforge.net/project/ffmpeg-php/ffmpeg-php/0.6.0/
  8. http://nchc.dl.sourceforge.net/project/ffmpeg-php/ffmpeg-php/0.6.0/
  9. http://ncu.dl.sourceforge.net/project/ffmpeg-php/ffmpeg-php/0.6.0/
  10. http://osdn.dl.sourceforge.net/project/ffmpeg-php/ffmpeg-php/0.6.0/
  11. http://sunet.dl.sourceforge.net/project/ffmpeg-php/ffmpeg-php/0.6.0/
  12. http://surfnet.dl.sourceforge.net/project/ffmpeg-php/ffmpeg-php/0.6.0/
  13. http://switch.dl.sourceforge.net/project/ffmpeg-php/ffmpeg-php/0.6.0/
  14. http://ufpr.dl.sourceforge.net/project/ffmpeg-php/ffmpeg-php/0.6.0/
  15. http://voxel.dl.sourceforge.net/project/ffmpeg-php/ffmpeg-php/0.6.0/
  16. http://waix.dl.sourceforge.net/project/ffmpeg-php/ffmpeg-php/0.6.0/

Number of commits found: 13

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
02 Sep 2012 16:55:59
Original commit files touched by this commit  0.6.0_7
crees search for other commits by this committer
Fix INDEX build

Approved by:	portmgr (tabthorpe)
02 Sep 2012 05:15:16
Original commit files touched by this commit  0.6.0_7
  Sanity Test Failure
acm search for other commits by this committer
- Fix build on PHP 5.4.x

PR:             169370
Submitted by:   Alexander Moskalenko <alexander.moskalenko  at  gmail.com>
16 Feb 2012 15:57:34
Original commit files touched by this commit  0.6.0_6
ashish search for other commits by this committer
- Bump PORTREVISION to chase the update of multimedia/libvpx
03 Jul 2011 14:12:23
Original commit files touched by this commit  0.6.0_5
ohauer search for other commits by this committer
-remove MD5
24 Jun 2011 22:39:03
Original commit files touched by this commit  0.6.0_5
mm search for other commits by this committer
Bump due to ffmpeg update to 0.7.1
24 Jul 2010 16:38:20
Original commit files touched by this commit  0.6.0_4
mm search for other commits by this committer
- Update ffmpeg to 0.6
05 Feb 2010 11:46:55
Original commit files touched by this commit  0.6.0_3
dinoex search for other commits by this committer
- update to jpeg-8
26 Jan 2010 23:06:01
Original commit files touched by this commit  0.6.0_2
acm search for other commits by this committer
- Fix detection of swscale support
- Bump PORTREVISION

Submitted by:   Vadim Pisarev <plv _ at _ farpost.com> via email
22 Aug 2009 00:23:13
Original commit files touched by this commit  0.6.0_1
  Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with G
31 Jul 2009 13:57:52
Original commit files touched by this commit  0.6.0_1
dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
17 Jun 2009 23:08:59
Original commit files touched by this commit  0.6.0
acm search for other commits by this committer
- Fix with custom LOCALBASE

Reported by:    QAT
12 Nov 2008 17:06:31
Original commit files touched by this commit  0.6.0
pav search for other commits by this committer
- Update php4-ffmpeg to 0.5.1 (last version for php4)
- Upgrade php5-ffmpeg from slave to standalone port and update to 0.6.0

PR:             ports/126143
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by:    maintainer timeout (acm; 4 weeks)
17 Nov 2006 17:44:51
Original commit files touched by this commit  0.5.0
acm search for other commits by this committer
New ports: graphics/php4-ffmpeg graphics/php5-ffmpeg

The ffmpeg-php is an extension for PHP that adds an easy to use,
object-oriented API for accessing and retrieving information from video and
audio files. It has methods for returning frames from movie files as images
that can be manipulated using PHP's image functions. This works well for
automatically creating thumbnail images from movies. ffmpeg-php is also useful
for reporting the duration and bitrate of audio files (mp3, wma...).

The ffmpeg-php can access many of the video formats supported by ffmpeg (mov,
avi, mpg, wmv...)

WWW:    http://ffmpeg-php.sourceforge.net/

Number of commits found: 13

2812
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-f10-flashplugin10Aug 14
linux-f10-flashplugin11Aug 14
tor-develJun 16
dbusJun 13
owncloudJun 11
php5Jun 07
php53Jun 07
phpmyadminJun 05
telepathy-gabbleJun 05
chromiumJun 04
chromiumJun 04
libdmxJun 04
libFSJun 04
libGLJun 04
libGLJun 04

11 vulnerabilities affecting 33 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24566
Broken 190
Deprecated 460
Ignore 564
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 51
Set to expire 445
Interactive 33
new 24 hours 2
new 48 hours10
new 7 days30
new fortnight94
new month175

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0