-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
42 lines (35 loc) · 1.25 KB
/
README
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
31
32
33
34
35
36
37
38
39
40
41
42
YATTA is a tool designed to collect metrics from several common IVTC filters used in Avisynth so that they can be manually improved upon. It also has several features related to generating complex Avisynth scripts for certain parts of the encoding process. The project also contains a few small filters that can be useful in the process.
See http://ivtc.org for downloads of YATTA and dependencies
Avisynth Dependencies
Required:
* SCXviD
* TelecideHints
* FieldHint
* Decomb
* TIVTC
Optional
* TDeint
* EEDI3
* KernelDeint
* LeakKernelDeint
* NNEDI
* NNEDI2
* NNEDI3
* SangNom
* Enpipe
Supported Sources
* DVD2AVI
* DGDecode
* DGAVCDecDi
* DGDecNV
* FFMS2
* Avisynth scripts
* AVI files
Compiling YATTA
Supported Delphi Versions:
Compiling YATTA should work in Delphi 7 and later (2005, 2006, TurboExplorer and 2007) with all the different patching levels. Delphi 6 may also be possible to use but it hasn't been tried recently. Earlier versions are guaranteed to fail due to missing compiler directives.
Build Dependencies:
Graphics32 - http://www.graphics32.org/wiki/
FastMM4 (Optional) - http://sourceforge.net/projects/fastmm
Just remove it from the uses clause if you don't want to use it. It's mostly useful for debugging.
For CHANGELIST, see compiled/changes.txt