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

Account for framerate changes in custom lists #37

Open
LightArrowsEXE opened this issue Nov 12, 2024 · 0 comments
Open

Account for framerate changes in custom lists #37

LightArrowsEXE opened this issue Nov 12, 2024 · 0 comments

Comments

@LightArrowsEXE
Copy link
Member

Some presets may change the framerate (for example, by deinterlacing 60i -> 60p). Right now, the custom list does not account for this.

cl_qtgmc = preset_qtgmc(src)
src = c.std.Splice(mismatch=True, clips=[src[0:30549],cl_qtgmc[30549:33245],src[33245:]])

In this example, cl_qtgmc is 60p, but it still trims assuming a 60i/30 fps input. If this behaviour can be resolved, handling 60p content in wobbly will become a lot more feasible.

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