View Single Post
Old 5th August 2016, 14:47   #1  |  Link
james1201
Registered User
 
Join Date: Feb 2013
Posts: 9
SangNom for VapourSynth

Source: https://bitbucket.org/James1201/vapo...ngnom/overview

Binary: https://bitbucket.org/James1201/vapo...gnom/downloads

Hello, I rewrote the SangNom for VapourSynth.
The original code is from AVISynth SangNom2 written by tp7.

This filter support 8...16 bit integer and 32 bit float input while the AVISynth SangNom2 only support 8 bit integer input.

see more information in the Source page.

Code:
r40
    remove param algo and the new algorithm, always use the original one now.
    add new param dh.
    fix a bug that keep bottom field donesn't work.
    add support for specifying aa values for different planes by using array.
r37
r36
    fix a bug that copyField didn't copy the whole lines in 16, 32 bit format.
    fix a bug that compute the last block twice. luckily it didn't affect the output result.
    check the video height which should be an even number.
    add SSE2 code for float type input.
    add configure scripts for linux users.

Last edited by james1201; 31st August 2016 at 11:28.
james1201 is offline   Reply With Quote