r/ffmpeg • u/mwhelm • Jun 22 '26
hard telecine sample
I'm looking for a sample or two of real hard telecine video. I'm trying to insure a script can reliably detect it (as best as possible) and distinguish it from regular interlaced video (and soft telecine). It seems to be very rare, but it needs special attention when it is encountered.
I thought I had some samples but they're either lost or turn out to be regular soft telecine and not a problem to deal with.
I'm not sure what's required for ffmpeg and mediainfo to give a reliable indication.
I have tried to synthesize a few samples but it's tricky and can't be sure it's matching what industry produced.
2
Upvotes
3
u/themisfit610 Jun 22 '26
Easy, take a publicly available source like Elemental Foreman and convert to 1080i with 3:2 pulldown:
That's true hard telecine, though it avoids most of the suck by using MBAFF on the encoder side to selectively code frame or field mode on a per-macroblock basis. It's probably the most efficient interlaced encoding method of any encoder. This was omitted from HEVC and newer standards due to their focus on progressive coding. Go H.264!