JuliaIO / VideoIO.jl

Reading and writing of video files in Julia via ffmpeg
https://juliaio.github.io/VideoIO.jl/stable
Other
127 stars 53 forks source link

duration is in microseconds not milliseconds #161

Closed yakir12 closed 5 years ago

yakir12 commented 5 years ago

The correct duration of the "annie_oakley.ogg" movie is 24224200 microsecond (24.2242 seconds), not milliseconds. Otherwise it would have been 6 hours and 43 minutes and 44.2 seconds long..!

IanButterworth commented 5 years ago

Good catch! Thanks