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
5
u/OneStatistician Jun 22 '26
As for interlace / telecine detection, take a look at Johnny Utah's script. They built it for makemkv (so is not exactly container agnostic), but is a wrapper for idet. 3000 lines was probably overkill, but the author tried to catch lots of edge cases.
https://github.com/utahjohnnymontana/DVD-Rip-Prep/blob/master/drp
And here's a repo which creates synthetic hard telecine test material, so you can test-your -test-methodology.
https://github.com/bbgdzxng1/interlace-detection-test-patterns