0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 30, 2024 — Nov 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
chore(composer): increase version number More... almost 9 years ago
chore(composer): update composer info More... almost 9 years ago
test: fix all adapter tests More... almost 9 years ago
test(FFmpegMovieTest): fix tests More... almost 9 years ago
test(ffmpeg_movie_Test): fix duration test More... almost 9 years ago
ci(circleci): add basic configuration More... almost 9 years ago
Implemented support for multiple file types for getFrameAtTime More... almost 9 years ago
Added getPixelAspectRatio() method and test for it. More... over 10 years ago
PEAR release preparations. More... over 12 years ago
Release 2.7.0. preparations. More... over 12 years ago
Updated LICENSE date validity. More... over 12 years ago
Preparations for new release - version 2.7 More... over 12 years ago
Fixed docstring for @trhow directive. More... over 12 years ago
Merge pull request #17 from nburka/master More... over 12 years ago
Merge pull request #14 from glensc/patch-1 More... over 12 years ago
This is a much faster way to grab frames from a video. Seeking aftering the -i flag causes the video to load all frames right up to $frameTime. In a large movie file this is extremely slow. Instead, you can seek quickly before the input file is loaded with -i, but this isn't quite as accurate as having the -ss after the -i. But, there's a fast & accurate way to seek ahead, which is to quick-seek to a point close to $frameTime, and then accurately seek from there to $frameTime using a second -ss option. See http://ffmpeg.org/trac/ffmpeg/wiki/Seeking%20with%20FFmpeg for a thorough explanation. This makes grabbing frames more than a minute or two into a large movie 100x (or more) faster as it gets progressively slower the further into the video the frame is with -i before -ss. More... over 12 years ago
Update README.rst More... almost 13 years ago
Updated README file after repo transfer. More... almost 13 years ago
Fixed composer package name More... about 13 years ago
Updated composer file More... about 13 years ago
Merge pull request #13 from danielholmes/master More... over 13 years ago
Added composer installation ability More... over 13 years ago
Issue #12; Fixed: Unable to find a suitable output format for 'file' More... over 13 years ago
Fixed pear package.xml file for pear package generation More... over 13 years ago
Meta file for pear packager More... almost 14 years ago
Increased version number More... almost 14 years ago
Removed php closing tag from all php files More... almost 14 years ago
Little fixes for Robs Walchs patch More... almost 14 years ago
Merge branch 'master' of github.com:char0n/ffmpeg-php More... almost 14 years ago
Fixed tests for newest ffmpeg version N-37798-gcd1c12b More... almost 14 years ago