-
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
Readd a simple bob deinterlacer #19
Comments
libpostproc provides bob deinterlacing. You can try with: --vf=pp=li (If you have vdpau, you could use its hardware deinterlacing and hardware decoding.) |
Aha, thanks! I wasn't aware libpostproc had deinterlacing filters. I always thought it was only for denoising, deblocking, color correction, etc., so I dismissed it when reading through the man page. But yes, I unfortunately have no devices that support vdpau. |
As per the policy for removed features, I'd like to request readding the
tfields
video filter (or something equivalent).In mplayer/mplayer2, I used
tfields=4
as a simple bob deinterlacer for 1080i transport streams. Although usingyadif=1
(or3
) would be more ideal, even my Core i7-2635QM is unable to keep up with it, i.e, I get the "Audio/Video desynchronisation detected!" message.The text was updated successfully, but these errors were encountered: