Son Nguyen Ba

Results 13 comments of Son Nguyen Ba

Just in case someone else looking at this issue: This happens when you have v-if in your inner component (the default slot). For example: ` ` If the condition is...

It will work if in the output filename I put %d.

Yes of course. ``` PHP $config = new PHPVideoToolkit\Config( array( 'ffmpeg' => 'PATH', 'ffprobe' => 'PATH', 'gifsicle' => 'PATH', 'convert' => 'PATH', 'temp_directory' => 'internal_data/temp', 'gif_transcoder' => 'gifsicle', 'gif_transcoder_convert_use_dither' =>...

Yes you are right. I am developing on Win8.1 using Xampp.

Thanks for let me know.

This is a known issue in PHP 5.3.0 which was reported here: https://bugs.php.net/bug.php?id=43200. In order to get rid of this issue, I believe we can safety remove the abstract method...

This has been reported here: https://github.com/buggedcom/phpvideotoolkit-v2/issues/51

It happens if the command contains the data type, for instance this command: `[241] => Array ( [0] => -color_trc EDV.. [1] => color_trc [2] => [3] => EDV.. )`...

I have created a pull request here: https://github.com/buggedcom/phpvideotoolkit-v2/pull/60

I was wrong in above pull request, since this is preg_match_all, it should be $data_type_matches[1][0]. I have created another pull request https://github.com/buggedcom/phpvideotoolkit-v2/pull/62