W Kristianto
W Kristianto
That's right @kovkor. We can use [`setInitialParameters` on `openAdvanced`](https://github.com/PHP-FFMpeg/PHP-FFMpeg/blob/master/README.md#customisation) @pascalbaljet : ``` $ffmpeg = FFMpeg::create(); $video = $ffmpeg->openAdvanced([$file]); $video->setInitialParameters(['-loop 1', '-r 25', '-t 15']); dd($video->getFinalCommand()); ``` ``` -y -loop 1...
I think making it [global](https://github.com/melihovv/laravel-package-generator/issues/17) is the best way.
Yes, you can. $aggregation = [ 'aggs' => [ 'hat_prices' => ['sum' => ['field' => 'price']], ], ]; $data = Audience::body($aggregation)->response(); dd($data); Will return : array:5 [▼ "took" => 40...
Looks like we'll need another update from your end @Sparkz0629
WTH is this? You don't explain anything here
Problem with Laravel 5.6 ```php Config::write('app', ['url' => 'http://your-site.com']); ``` > Unable to rewrite key "url" in config, rewrite failed