Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix Bug: % symbol stripped from ffmpeg command #95

Merged
merged 3 commits into from
Oct 18, 2016

Conversation

SamarRizvi
Copy link
Contributor

@SamarRizvi SamarRizvi commented Jul 13, 2016

% 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

ProcessUtils is a bunch of utility methods taken from Symphony. This class contains static methods only and is not meant to be instantiated.
Correctly escape ffmpeg shell command so that % symbol is not stripped out in case of multi-output.
@buggedcom buggedcom merged commit 7f7c784 into buggedcom:master Oct 18, 2016
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants