buggedcom / phpvideotoolkit-v2

PHP Video Toolkit version 2 helps take the voodoo out of ffmpeg and provides a convenient object oriented wrapper around the ffmpeg programme.
Other
260 stars 86 forks source link

Fix Bug: % symbol stripped from ffmpeg command #95

Closed SamarRizvi closed 7 years ago

SamarRizvi commented 8 years ago

% symbol gets stripped out from resulting ffmpeg command (tested in Windows) causing error when a person tries PHPVideoToolkit for multiple output like frame every x seconds, etc. Fixes Issue #99