nigelxw
every fourth frame repeated
It is kind of 2:3 pulldown. 4 in 5 frames recorded. You need to decimate 1 odd frame from every 5 frames.
what to do, and how to do it?
1. Download TIVTCv105.zip form TIVTC page
2. Unzip and place TIVTC.dll into C:\Program Files (x86)\AviSynth 2.5\plugins
3. Open notepad and copy-paste script:
DirectShowSource("Video-24-in-30fps.mkv")
TDecimate(cycle=5)
- change "Video-24-in-30fps.mkv" to your video file name
- save as fixed_video.avs in the same folder near your video file name
4. Start MPC-HC and open this fixed_video.avs (you can use drag and drop)
Alternative way. Don't do that. Just download correct video with mative 24 fps.