Skip to content

Beatrice-Raws/VapourSynth-TMaskCleaner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TMaskCleaner for VapourSynth

A really simple mask cleaning plugin for AviSynth based on mt_hysteresis. It discards all areas of less than length pixels with values bigger or equal to thresh. Original plugin by tp7.

Example usage

tmc.TMaskCleaner(clip, length=5, thresh=235, fade=0)

Original plugin works only with 8 bit input (and only Y plane). My port should support 10-16 bit as well (only plane 0 will be processed, 1 and 2 will be copied).

License

This plugin is licensed under the MIT license. Binaries are GPL v2 because if I understand licensing stuff right (please tell me if I don't) they must be.

About

A really simple mask cleaning plugin for VapouSynth

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 93.0%
  • Meson 7.0%