-
Notifications
You must be signed in to change notification settings - Fork 3k
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
deinterlace
fails with hwdec
for mpeg2video
#14816
Comments
It's a cpu filter. Use |
Or use d3d11vpp's deint with |
@hooke007 Thanks for the notes. These methods work, but I'd prefer the direct decoding mode and the possibility to use An additional finding: I grabbed |
this should in fact work automatically: Lines 95 to 98 in e169302
|
@hooke007 @jiangzhenjerry does #14822 work for you? |
@kasper93 Thank you, it works for me. |
mpv Information
Other Information
Reproduction Steps
Attached later in this issue is
1.mkv
, which is a shortmpeg2video
remuxed directly from a DVD I own.mpv.conf
mpv --deinterlace 1.mkv
. This correctly deinterlaces the video.mpv --deinterlace --hwdec --hwdec-codecs=all 1.mkv
. This fails to deinterlace the video.Expected Behavior
In Step 3 above, the video should be deinterlaced.
Actual Behavior
In Step 3 above, the video is not deinterlaced.
Log File
output.txt
Sample Files
1.mkv.zip
I carefully read all instruction and confirm that I did the following:
--log-file=output.txt
.The text was updated successfully, but these errors were encountered: