Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TFM overriding combed frame detection doesn't work in mode 7 #37

Open
Statick opened this issue Jan 4, 2023 · 1 comment
Open

TFM overriding combed frame detection doesn't work in mode 7 #37

Statick opened this issue Jan 4, 2023 · 1 comment

Comments

@Statick
Copy link

Statick commented Jan 4, 2023

if you have an overrides file for TFM and you override combed frame detection :
500,530 -
650,675 +

this works fine in modes 0-6, and all those frames will be "clean frame (forced)" or "combed frame (forced)", but not in mode 7. in mode 7 it ignores these instructions and just goes with the standard detection, unless you also override a field match
500,530 -
520 p
650,675 +
660 c

this will result in "clean frame (forced)" on frame 520 and "combed frame (forced)" on frame 660 but the other frames will not follow the overrides

so you can work around the problem of a range of frames being incorrectly detected by also manually overriding the field matches with whatever it matched anyway, or by changing the MI value for a range of frames, but it would be simpler if this could behave as expected!

@Statick
Copy link
Author

Statick commented Jan 6, 2023

I've just realised this is also the case in all modes when micmatching happens - a micmatched frame can't have the combed flag overridden without also overriding the match itself

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant