Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.409.577 Times

Ffmpeg Php freeware
Filter: All | Freeware | Demo
 

Ffmpeg Php

1 2 3 4 5 > 
Added: July 16, 2010 | Visits: 1.661

ffmpeg-php extension ffmpeg-php is an extension for PHP that adds an easy to use object-oriented API for retrieving information from movies and audio files. It has methods for returning frames from movie files as images that can be manipulated using PHPs image functions. This works well for automatically creating...



Platforms: *nix

License: Freeware Size: 1.5 MB Download (140): ffmpeg-php extension Download

Added: May 10, 2013 | Visits: 557

ffmpeg-php 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...





Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (62): ffmpeg-php Download

Added: October 10, 2013 | Visits: 577

ffmpeginstall ffmpeginstall is a full ffmpeg-php configuration script in GNU/Linux servers. This will help you to setup server environments for streaming applications. Home page: http://ffmpeg.sherin.in Support forum : http://forum.sherin.in/


Platforms: *nix

License: Freeware Size: 10.24 KB Download (36): ffmpeginstall Download

Added: August 28, 2013 | Visits: 479

PHP Video Toolkit PHP Video Toolkit is a wrapper around FFmpeg & FLVTools2 to allow developers to manipulate & convert video files in any easy to use object oriented way.PHP Video Toolkit also currently provides FFmpeg-PHP emulation in pure PHP so you don't need to compile & install the module.


Platforms: PHP

License: Freeware Size: 12.82 MB Download (40): PHP Video Toolkit Download

Released: January 05, 2004  |  Added: October 18, 2006 | Visits: 11.632

Aardvark Topsites PHP Aardvark Topsites PHP is the premier free PHP/MySQL topsites script. Aardvark Topsites PHP has all the features you will ever need. Members' ranks can be shown on their button. There are 6 different ranking methods, including pageviews. Powerful anticheating protection is included. It supports...


Platforms: Windows, *nix

License: Freeware Size: 70 KB Download (831): Aardvark Topsites PHP Download

Released: October 21, 2014  |  Added: February 03, 2015 | Visits: 3.793

CodeLobster PHP Edition CodeLobster PHP Edition is a free portable handy and easy-in-use code editor that is primarily intended for quick and easy creation and editing of PHP, HTML, CSS, JavaScript files with support Drupal CMS, Joomla CMS, Smarty template engine, Twig, JQuery library, CodeIgniter framework, CakePHP...


Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 26.81 MB Download (228): CodeLobster PHP Edition Download

Released: August 10, 2008  |  Added: August 29, 2008 | Visits: 10.178

PHP Form Validator It is quite essential to have input validations in the server side form processing script. Having the right set of validations prevent bad data entering your database. Form validations can, to some extend, prevent attacks too. The PHP form validation script contains a set of commonly required...


Platforms: Not Applicable

License: Freeware Size: 49.74 KB Download (1945): PHP Form Validator Download

Added: May 10, 2013 | Visits: 2.157

PHP Cleaner PHP Cleaner is an utility written in PHP to 'clean' php, css and js files. What it does is stripping comments and removing every spaces (unless that space is needed) which result is much smaller files, and help decreases the execution time.


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (148): PHP Cleaner Download

Added: January 18, 2010 | Visits: 2.237

PHP Online RPG PHP Online RPG project is an graphical online RPG. This RPG uses only the browser to create a vast world. The power of html tables allow us to create a graphical online rpg that is fast, and vivid. The only requirements are a browser and patience. As the world grows, its possible for the code...


Platforms: *nix

License: Freeware Size: 2.5 MB Download (139): PHP Online RPG Download

Added: January 18, 2010 | Visits: 1.707

PHP FastFileCache PHP FastFileCache caches output from dynamic PHP scripts, and stores them in files for fast retrieval under high server load.. WebSuck is a web spider for Java2 (C) 2001 Åke Wallebom


Platforms: *nix

License: Freeware Size: 2.05 KB Download (97): PHP FastFileCache Download

Added: January 18, 2010 | Visits: 3.789

PHP Personal Movie Database PHP Personal Movie Database lets you organise (add/edit/delete) and display your movies list (DVD, SVCD, VCD, DIVX, etc.). Features include the ability to retrive information (title, actor, poster, etc.) from IMDB, to display a poster of the movie on mouseover, and more. Whats New in This...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (308): PHP Personal Movie Database Download

Added: August 17, 2010 | Visits: 1.662

PHP Tag Engine PHP Tag Engine project is a library that allows you to easily add tagging functionality to a PHP application.. Crowd Favorite offers web-based task-management software, WordPress development, blog consulting and general web development services.


Platforms: *nix

License: Freeware Size: 87.04 KB Download (101): PHP Tag Engine Download

Added: May 10, 2013 | Visits: 2.156

Cute PHP library cphplib (Cute PHP library) is a small collection of classes for PHP. Purpose of the classes is to simplify functions for daily work with PHP. e.g. convertions, formating, DB session and so on.


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (147): Cute PHP library Download

Added: March 14, 2010 | Visits: 1.540

FFmpeg::Stream::Audio FFmpeg::Stream::Audio is an audio stream from a (multi)media stream group. SYNOPSIS $ff = FFmpeg->new(); #see FFmpeg #... $sg = $ff->create_streamgroup(); #see FFmpeg $st = ($sg->streams())[0]; #this is a FFmpeg::Stream Objects of this class are not intended to be instantiated directly...


Platforms: *nix

License: Freeware Size: 1.8 MB Download (171): FFmpeg::Stream::Audio Download

Added: June 01, 2010 | Visits: 891

FFmpeg::StreamGroup FFmpeg::StreamGroup is a group of related media streams, typically encapsulated in a single file. SYNOPSIS $ff = FFmpeg->new() #see FFmpeg; #... $sg = $ff->build_streamgroup(); Objects of this class are not intended to be instantiated directly by the end user. Access FFmpeg::StreamGroup...


Platforms: *nix

License: Freeware Size: 1.8 MB Download (91): FFmpeg::StreamGroup Download

Added: June 14, 2010 | Visits: 1.057

FFmpeg::FileFormat FFmpeg::FileFormat is a multimedia file format supported by FFmpeg (eg avi, mov, mpeg, mp3, &c). SYNOPSIS $ff = FFmpeg->new(); #see FFmpeg $xx = $ff->file_format(mov); #...do something with $xx Objects of this class are not intended to be instantiated directly by the end user. Access...


Platforms: *nix

License: Freeware Size: 1.8 MB Download (100): FFmpeg::FileFormat Download

Added: March 27, 2010 | Visits: 1.429

FFmpeg::Stream FFmpeg::Stream is an audio or video stream from a (multi)media file. SYNOPSIS $ff = FFmpeg->new(); #see FFmpeg #... $sg = $ff->create_streamgroup(); #see FFmpeg $st = ($sg->streams())[0]; #this is a FFmpeg::Stream FFmpeg::Stream objects are not instantiated. Rather, objects are...


Platforms: *nix

License: Freeware Size: 921.6 KB Download (126): FFmpeg::Stream Download

Added: January 07, 2010 | Visits: 1.635

FFmpeg::Stream::Video FFmpeg::Stream::Video is a video stream from a (multi)media stream group. SYNOPSIS $ff = FFmpeg->new(); #see FFmpeg #... $sg = $ff->create_streamgroup(); #see FFmpeg $st = ($sg->streams())[0]; #this is a FFmpeg::Stream Objects of this class are not intended to be instantiated directly by...


Platforms: *nix

License: Freeware Size: 962.56 KB Download (199): FFmpeg::Stream::Video Download

Added: May 23, 2010 | Visits: 3.892

W3C-PHP W3C-PHP is a little php-cli script that can validate a list of URLs trough the W3C validator Web site (http://validator.w3.org/) with PHP-DOM functions. Configuration: list.txt -> contain the list of url that you need to validate the URLs must start with ":" without the "http://" prefix for...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (136): W3C-PHP Download

Added: October 14, 2010 | Visits: 3.913

PHP P10 Oper Services PHP P10 Oper Services project is a small IRCD operator services written in the PHP scripting language. It supports levels, and it uses a database. It currently supports the IRCU P10+ IRC server and the PostgreSQL database. Whats New in This Release: - PHP Oper Services Alpha 1 PL1 This is a...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (128): PHP P10 Oper Services Download

1 2 3 4 5 >