Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Revan654 committed Sep 23, 2018
1 parent 83de01b commit 579872d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 14 deletions.
2 changes: 2 additions & 0 deletions docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ StaxRip is only available for x64 and therefore only x64 plugins can be used.

The AviSynth script can be edited manually using the code editor (Filters > Edit Code) or the filters menu can be configured using the filter profile editor (Filters > Profiles).

New LoadPlugin / Import filter can be loaded through Filters tab in Option Menu.


How can I use custom AviSynth scripts?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
15 changes: 4 additions & 11 deletions docs/powershell.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,23 +53,16 @@ Update.ps1
:language: powershell


_ScanType.ps1
Convert Bluray (BT2020) to 10bit 1000nits (MaxFALL-BT709) HDR AVS.ps1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. literalinclude:: powershell/Bluray (BT2020) HDR10 Avisynth.ps1
.. literalinclude:: powershell/Convert Bluray (BT2020) to 10bit 1000nits (MaxFALL-BT709) HDR AVS.ps1
:language: powershell


HDR10 (BT2020) Avisynth.ps1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. literalinclude:: powershell/Bluray (BT2020) HDR10 Avisynth.ps1
:language: powershell

HDR10 (BT2020) VapourSynth.ps1
Convert Bluray (BT2020) to 10bit 1000nits (MaxFALL-BT709) HDR VS.ps1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. literalinclude:: powershell/Bluray (BT2020) HDR10 VapourSynth.ps1
.. literalinclude:: powershell/Convert Bluray (BT2020) to 10bit 1000nits (MaxFALL-BT709) HDR VS.ps1
:language: powershell


Expand Down
22 changes: 19 additions & 3 deletions docs/tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,33 @@ AddGrainC

Generate film-like grain or other effects (like rain) by adding random noise to a video clip. This noise may optionally be horizontally or vertically correlated to cause streaking.

Used Version: 1.7.1
Version: 1.7.1

Adjust
~~~~~~~~~~~

very basic port of the built-in Avisynth filter Tweak.

Used Version: 2015-03-22
Version: 2015-03-22


AnimeIVTC
~~~~~~~~~~~

Used Version: 2.20
Designed to used with QTGMC.

Version: 2.20

http://avisynth.nl/index.php/AnimeIVTC

Average
~~~~~~~~~~~

A simple plugin that calculates a weighted frame-by-frame average from multiple clips. This is a modern rewrite of the old Average plugin but a bit faster, additional colorspace support, and some additional sanity checks.

Version: 0.94

http://avisynth.nl/index.php/Average

AviSynth+
~~~~~~~~~
Expand Down Expand Up @@ -52,6 +66,8 @@ Used Version: 2.6.6

https://forum.doom9.org/showthread.php?t=174797

AvsResize


BDSup2Sub++
~~~~~~~~~~~
Expand Down

0 comments on commit 579872d

Please sign in to comment.