aboutsummaryrefslogtreecommitdiff
path: root/transcoders/video_ffmpeg_php.inc
AgeCommit message (Collapse)Author
2011-07-27Checks if ffmpeg extension is available at video_ffmpeg_php transcoderSilvio
2011-07-13Single if block check at generate_thumbnails()Silvio
2011-07-13TODO cleanupSilvio
2011-07-12Enhancing error handling at video_ffmpeg_php transcoderSilvio
2011-07-05Adding video_ffmpeg_php transcoderSilvio
This transcoder extends video_ffmpeg and uses ffmpeg-php extension to get duration, dimensions and generating thumbnails. This allows the video module to run in a restricted environment where exec() and variants are not available.