laravel-ffmpeg
laravel-ffmpeg copied to clipboard
PHP deprecated: getDurationInMiliseconds() and getDurationInSeconds()
When using getDurationInMiliseconds() and getDurationInSeconds() PHP throws this message:
PHP Deprecated: Implicit conversion from float 10983.333 to int loses precision
I think it should be using float, instead of int. See #429
i changed with my pr https://github.com/protonemedia/laravel-ffmpeg/pull/403/files so .. there is no silence :-)
Fixed in v8.2.0