Hello all,

I have an issue about retrieving the framerate from a video.


For one of my videos, when I look at infos displayed by VLC Media Player :


[cid:61644d77-dbc7-48ed-9826-98476a1f96ae]


and when I execute the following command :


ffprobe -v error -select_streams v:0 -show_entries 
stream=width,height,avg_frame_rate -of default=noprint_wrappers=1 "D:\temp\my 
movie.mkv"


it gives the following result :


[cid:586730b9-d2f7-4a33-bc71-39bf41043a29]


which shows that «  avg_frame_rate » argument, returns a wrong value : 24/1 = 
the integer value 24 ; which is different from the (effective) decimal value 
24.000384.


I’ve searched (by google) in parameters ; so far I haven’t found yet which 
parameter (if it exists) can retrieve the exact decimal value ; and not an 
integer-rounded value, for the framerate.


Do anybody have any idea to do so ? Either with the appropriate ffprobe 
parameters (if it exists) ; or with another software.


Thanks for your advices.


Regards,

HA
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to