vapoursynth / vivtc

Field matcher and decimation filter for VapourSynth similar to TIVTC
GNU Lesser General Public License v2.1
6 stars 3 forks source link

Integration with BestSource #6

Open emotion3459 opened 3 weeks ago

emotion3459 commented 3 weeks ago

Now that BestSource has hinting of RFF flags via FrameProps, VIVTC could make use of this information to improve it's fieldmatching & decimation accuracy.

myrsloik commented 2 weeks ago

Exactly when would it help? Mostly soft pulldown material? Speedup due to knowing when matching is pointless (same field tried for multiple matches)?

emotion3459 commented 2 weeks ago

From my observations there is quite a bit of "mixed scan type" anime DVDs ranging from 30% to 70% soft pulldown. VIVTC's decisions are far from perfect and I imagine making use of such flags would help significantly since it at least ensures those portions are matched/decimated correctly.