JuliaIO / VideoIO.jl

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

fixed test result for frame rate (fps) #394

Closed AbelHo closed 1 year ago

AbelHo commented 1 year ago

I have edited the correct fps that the test should check for.

I am guessing you prefer to fix this via julia instead of using ffprobe?

The framerate now for Ladybird opening wings CC-BY NatureClip.mp4 -> 30000//1 it should be 30000//1001

Artist’s_impression_of_the_black_hole_inside_NGC_300X-1(ESO_1004c).webm -> 1000//1 should be 25/11

IanButterworth commented 1 year ago

I'll merge this into #393 and continue debugging over there