Sorry for bringing this up again, but the information on the Web is way to
ambiguous...

It seems for H.264 encoded *interlaced* video the frame rate displayed by
ffprobe -show_streams -i [inputfile]
is still twice the actual frame rate, is this correct (i.e. 1080i25 video
is displayed as having 50fps)?

So in order to determine the actual video frame rate one must use
ffprobe -select_streams 0 -show_entries "frame=interlaced_frame" -i
[inputfile]
to make sure the frame rate is displayed correctly (if interlaced_frame=0)
or is indeed 1/2 of the displayed frame rate (if interlaced_frame=1).
Correct?

Regards,
Erik
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://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