phpvideotoolkit-v2
phpvideotoolkit-v2 copied to clipboard
PHP Video Toolkit version 2 helps take the voodoo out of ffmpeg and provides a convenient object oriented wrapper around the ffmpeg programme.
i want to convert videos in different formates and i am using phpvideotoolkit but unfortunately i am unable to configure it.I am getting error of Unrecognised cache driver engine. The...
Error is returned when you try to generate GIF from MP4 > Encoding failed and an error was returned from ffmpeg. Error code 1 was returned the message (if any)...
My users got this issue. It seems happens to some specific format only: ``` #0 /library/PHPVideoToolkit/FfmpegParserAbstract.php(819): XenForo_Application::handlePhpError(8, 'Undefined offse...', '/...', 819, Array) #1 [internal function]: PHPVideoToolkit\FfmpegParserAbstract->getCommands() #2 //library/PHPVideoToolkit/FfmpegParser.php(83): call_user_func_array(Array, Array)...
Hello, Without define any cache_driver, one of my users get this issue while processing the video: `Fatal Error: Can't inherit abstract function PHPVideoToolkit\CacheInterface::isAvailable() (previously declared abstract in PHPVideoToolkit\CacheAbstract) - library/PHPVideoToolkit/CacheAbstract.php:22`
Hello, I have a problem with extracting frames from video file. I set a new video file, call function extractFrames, but allways I have only one picture. Could anyone help...
Hello, I followed the example but unable to produce an animated gif. I tryied php, gifsicle and convert. It keeps throwing: ``` [image2 @ 0000000003005520] Could not get frame filename...
Hello! Is there a way to get the `ffmpeg` command that will be executed without run any `save` method? My idea is to store in a database these commands to...
Seems that sample_aspect_ratio is referred to as pixel_aspect_ratio, instead it should be Storage Aspect Ratio. http://en.wikipedia.org/wiki/Pixel_aspect_ratio PAR can be calculated though from SAR/DAR apparently.
What would be fairly cool is a way to use cropdetect with ffmpeg. It would be nice that somehow this could be implemented as part of a workflow. http://www.renevolution.com/understanding-ffmpeg-part-iii-cropping/ Below...
Hello! I'm here trying to understand why the output file is badly formated when I try to use `%timecode` in output file. The test code: ``` php try { $path...