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

vf_d3d11vpp: adjust options for userdeint filter #14822

Merged
merged 1 commit into from
Sep 8, 2024

Conversation

kasper93
Copy link
Contributor

@kasper93 kasper93 commented Sep 8, 2024

No description provided.

@kasper93 kasper93 merged commit f6d9313 into mpv-player:master Sep 8, 2024
24 checks passed
@@ -93,7 +93,9 @@ static void deint_process(struct mp_filter *f)
p->sub.filter =
mp_create_user_filter(f, MP_OUTPUT_CHAIN_VIDEO, "vdpaupp", args);
} else if (img->imgfmt == IMGFMT_D3D11) {
char *args[] = {"parity", field_parity, NULL};
char *args[] = {"deint", "yes",
"interlaced-only", "yes",
Copy link
Contributor

@hooke007 hooke007 Sep 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems not be correct here.
Manually enable deinterlace by user usually means the source was encoded to p.
Use interlaced-only=no

kasper93 added a commit to kasper93/mpv that referenced this pull request Sep 13, 2024
kasper93 added a commit that referenced this pull request Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants