Small follow-up on the second sample. 
I just remembered, I made a port of Avisynths AutoChromaFix a while ago.
Which automatically adjusts chroma shifts, I did a with your second source and it worked fine.
So you could:
![[Image: grafik.png]](https://i.ibb.co/KcqT8YSF/grafik.png)
and the second scenes:
![[Image: grafik.png]](https://i.ibb.co/yBkxM5tY/grafik.png)
chroma are fine, without having to adjust the chroma shift per scene.
General cleaning of the source shouldn't be an issue: https://www.mediafire.com/file/a5hqjjwdx...d.mp4/file
Cu Selur

I just remembered, I made a port of Avisynths AutoChromaFix a while ago.
Which automatically adjusts chroma shifts, I did a with your second source and it worked fine.
So you could:
- save https://pastebin.com/YtP0mP0R as autoChromaFix.py into your 'Hybrid/64bit/vsscripts'-folder
- load your second source in Hybrid
- overwrite the input frame rate to 29.970029 (Filtering->Misc->Overwrite Input->Frame rate)
- overwrite the content scan typt to 'telecine' (Filtering->(De-)Interlace/Telecine->Overwrite scan type)
- Create a custom section behind the deinterlacer, by using 'Filtering->Vapoursynth->Custom->Insert before->ReplaceBlackFrame' and adding
inside the text field.import autoChromaFix clip = autoChromaFix.AutoChromaFix(clip, nodisplay=True)
![[Image: grafik.png]](https://i.ibb.co/KcqT8YSF/grafik.png)
and the second scenes:
![[Image: grafik.png]](https://i.ibb.co/yBkxM5tY/grafik.png)
chroma are fine, without having to adjust the chroma shift per scene.

General cleaning of the source shouldn't be an issue: https://www.mediafire.com/file/a5hqjjwdx...d.mp4/file
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Offline between (including) 29th of June and 5th of July => RochHarz Festival
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Offline between (including) 29th of June and 5th of July => RochHarz Festival


