Replies: 1 comment 1 reply
-
|
I believe the 2D filter doesn't check for motion; that's the 3D filter. Doing motion estimation would involve passing multiple frames in each time, which would be a significant API rework. Implementing the 2D filter should be easier. Anyone implementing it can't use vhs-decode's source code as a reference, as it's licensed under the GPL. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This discussion i will hold for working with 2D adaptive comb in ntsc-rs, as i will search about how i can do this.
This method is used across many analog video decoders, to separate chroma from luma in composite signals.
Here's what i understand (based on searches):
Material:
VHS-Decode - comb.cpp
Extron - NTSC Decoding Basics (Part 3)
If anyone has ideas for how this can be implemented in ntsc-rs, tell here.
I will be very thankful, if i helped on this part.
💜 👍
Beta Was this translation helpful? Give feedback.
All reactions