forked from chikuzen/avs2pipemod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
30 lines (23 loc) · 1 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
avs2pipemod is a modified version of avs2pipe basically only for my purpose.
Thanks to Chris Beswick who releases avs2pipe under GPL.
source code : https://github.com/chikuzen/avs2pipemod
Differences with original
* Display total elapsed time.
* contents of 'info'
* New option 'benchmark'.
* New option 'trim'.
* New option 'dumptxt'
* New option 'filters'
* 'y4mp', 'y4mt', 'y4mb' and 'rawvideo' options instead of 'video'.
* FieldBased input will be corrected to framebased on yuv4mpeg2 output modes.
* Colorspace conversion that takes colormatrix and interlace into consideration.
* 'wav', 'extwav' and 'rawaudio' option instead of 'audio'.
* Convert bit depth function in audio output mode.
Usage
Execute avs2pipemod.exe without any options.
Then help will be displayed.
Requirement
- Avisynth2.6.0final / Avisynth+MT r1706 or later.
- Windows Vista sp2 or later.
- Microsoft Visual C++ 2015 Redistributable Update 3
written by Oka Motofumi