-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
sysfce2
committed
Aug 23, 2024
0 parents
commit 99af3b8
Showing
3 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Dither tools | ||
<b>Dither — high-bit-depth tools for AviSynth</b> | ||
|
||
This package offers a set of tools to manipulate Stacked Hacked [high-bit-depth](http://avisynth.nl/index.php/High_bit-depth_Support_with_Avisynth) (16 bits per plane) video clips. | ||
|
||
The most prominent features are color banding artifact removal, | ||
dithering to 8 bits, colorspace conversions and resizing. | ||
|
||
Additionally, some existing filters ([dfttest](http://avisynth.nl/index.php/Dfttest), MDegrain from [MVTools](http://avisynth.nl/index.php/MVTools), etc) | ||
have been modified to handle 16-bit clips. | ||
See [High bit-depth Support with Avisynth](http://avisynth.nl/index.php/High_bit-depth_Support_with_Avisynth) for more information. | ||
|
||
Authors: Firesledge (aka Cretindesalpes)<br> | ||
Wiki: http://avisynth.nl/index.php/Dither_tools |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | ||
Version 2, December 2004 | ||
|
||
Copyright (C) 2004 Sam Hocevar <[email protected]> | ||
|
||
Everyone is permitted to copy and distribute verbatim or modified | ||
copies of this license document, and changing it is allowed as long | ||
as the name is changed. | ||
|
||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | ||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION | ||
|
||
0. You just DO WHAT THE FUCK YOU WANT TO. | ||
|