Hello Everyone,
I am trying a simple method to get some meta data from video files for a little project of mine. VideoUltimate seems to be the right tool for me. However, I do have a small issue. When I try to read the frame rate, I get "0" as a value. I know that it should be 25.
This seems to happen on Animation and Prores Codecs so far. H264 reads it out right, so I can con firm that VideoUltimate works in priciple. Here is the Codec readout I get:
Codec Name: qtrle
Codec Description: QuickTime Animation (RLE) video
Codec Tag: rle
Framerate: 0
or
Codec Name: prores
Codec Description: ProRes
Codec Tag: apch
Framerate: 0
Has someone come accross this problem as well? I could do it with ffprobe, but it's a bit of a pain to dissect the console output. Thanks for the advice.
Cheers