We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548a05b commit c4d5f65Copy full SHA for c4d5f65
src/PHPVideoToolkit/Config.php
@@ -31,13 +31,14 @@ class Config
31
protected $_ffmpeg;
32
protected $_ffprobe;
33
protected $_yamdi;
34
- protected $_temp_directory;
35
protected $_qtfaststart;
36
- protected $_force_enable_qtfaststart;
+ protected $_temp_directory;
37
protected $_gif_transcoder;
38
protected $_gifsicle;
39
protected $_convert;
40
protected $_php_exec_infinite_timelimit;
+ protected $_force_enable_qtfaststart;
41
+ protected $_force_enable_flv_meta;
42
43
/**
44
* Get the Instance of self
0 commit comments