laravel-ffmpeg icon indicating copy to clipboard operation
laravel-ffmpeg copied to clipboard

Use seconds as float format

Open francoism90 opened this issue 2 years ago • 0 comments

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!

francoism90 avatar Aug 15 '22 11:08 francoism90