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

Readd a simple bob deinterlacer #19

Closed
anonova opened this issue Jan 31, 2013 · 2 comments
Closed

Readd a simple bob deinterlacer #19

anonova opened this issue Jan 31, 2013 · 2 comments

Comments

@anonova
Copy link

anonova commented Jan 31, 2013

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 using yadif=1 (or 3) 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.

@ghost
Copy link

ghost commented Jan 31, 2013

libpostproc provides bob deinterlacing. You can try with: --vf=pp=li
There are some other deinterlacer modes available too, see manpage.
Can you test whether that works for you?

(If you have vdpau, you could use its hardware deinterlacing and hardware decoding.)

@anonova
Copy link
Author

anonova commented Jan 31, 2013

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, pp=li and other modes work as expected!

I unfortunately have no devices that support vdpau.

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