Skip to content

Commit

Permalink
Fix usage
Browse files Browse the repository at this point in the history
  • Loading branch information
DJATOM authored Nov 5, 2017
1 parent 132e6bb commit 99f15d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ A really simple mask cleaning plugin for AviSynth based on mt_hysteresis. It dis

## 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 ###
Expand Down

0 comments on commit 99f15d8

Please sign in to comment.