laravel-ffmpeg
laravel-ffmpeg copied to clipboard
Use seconds as float format
I'm probing media files using getDurationInSeconds(), however it doesn't return the correct timestamp.
Dashjs shows the correct timestamp 00:00:12, this package 00:00:11.
If a rounded number is really needed, I would use ceil instead of round, as this should correct the seconds number.
Thanks!