Skip to content

Commit

Permalink
Version 0.2
Browse files Browse the repository at this point in the history
- Reworked prefetch code
- Re-formatted source

Signed-off-by: DJATOM <[email protected]>
  • Loading branch information
DJATOM committed Apr 6, 2020
1 parent 846928b commit 47c6107
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 100 deletions.
8 changes: 4 additions & 4 deletions readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ VapourSynth Script Importer for Avisynth2.6/Avisynth+

version:
---------
0.1.1
0.2

requirement:
------------
Expand All @@ -15,7 +15,7 @@ AviSynth2.60 / Avisynth+MT r2005 or greater

Windows Vista sp2 or later

Microsoft Visual C++ 2015 Redistributable Package
Microsoft Visual C++ 2019 Redistributable Package

SSE2 capable CPU

Expand All @@ -28,7 +28,7 @@ as follows.::
source - input script path.
stacked - if this is set to true, MSB/LSB will be separated and be stacked vertically (default: false).
index - index of input clip(default:0).
prefetch - request more frames in advance, in case you really need multithreading from vapoursynth.
prefetch - request more frames in advance. By default will use amount of dedicated core threads from Vapoursynth.


VSEval(string source, bool "stacked", int "index", bool "utf8")
Expand Down Expand Up @@ -84,4 +84,4 @@ Not constant format/resolution/framerate clips are unsupported.

source code:
------------
https://github.com/chikuzen/VapourSource/
https://github.com/Beatrice-Raws/VapourSource/
Loading

0 comments on commit 47c6107

Please sign in to comment.