> Assumptions: > 1, ffprobe's 'interlaced_frame' is the inverse of MPEG2's > 'progressive_frame', and > 2, ffprobe's 'repeat_pict' is identical to MPEG2's 'repeat_first_field', and > 3, ffprobe's quirks are also ffmpeg's quirks, so this problem applies also to > ffmpeg. > > If my assumptions are incorrect, > 1, What is the correct meaning of ffmpeg's 'interlaced_frame'? > 2, What is the correct meaning of ffmpeg's 'repeat_pict’?
interlaced_frame is the inverse of progressive_frame if progressive_sequence isn’t 1. Otherwise it is 0 for the sequence. repeat_pict isn’t a flag, it indicates the number of repeats I think, determined by repeat_first_field, top_field_first, progressive_frame and progressive_sequence _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
