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

example interlacing image is wrong, #25

Open
raszpl opened this issue Jun 4, 2017 · 1 comment
Open

example interlacing image is wrong, #25

raszpl opened this issue Jun 4, 2017 · 1 comment

Comments

@raszpl
Copy link

raszpl commented Jun 4, 2017

first example interlacing image is wrong, shows running dogo with simulated division into scan lines, but does not take into account timing difference - that was one of the mayor sources of deinterlacing artifacts. Alternating fields are 1/60 second apart in time.

http://www.onlinevideo.net/2011/05/learn-the-basics-of-deinterlacing-your-online-videos/

also " it basically sends half of the screen in 1 "frame" and the other half in the next "frame"." line is wrong. Should be "sends odd numbered lines of screen 1 in 1 frame and the even numbered lines of screen 2 in the next "frame".

@leandromoreira
Copy link
Owner

Thanks @raszpl ! You're totally right, I'll leave this open so when I have some time I'll try to produce a better image that passes this idea of timing, feel free to send a PR too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants