Difference between revisions of "Anri-chan/Source/sample.bat"

From SDA Knowledge Base

Jump to: navigation, search
(Regular call since anri restarts itself in low priority mode.)
(AviSynth script.)
Line 5: Line 5:
 
CALL anri.bat samplemode
 
CALL anri.bat samplemode
 
EXIT
 
EXIT
 +
</nowiki></pre>
 +
 +
 +
Use this AviSynth script when determining DFnD:
 +
<pre><nowiki>
 +
### Use FFDShow VFW
 +
directshowsource("sample.mp4")
 +
converttoyuy2
 +
assumefieldbased
 +
assumetff
 +
weave
 
</nowiki></pre>
 
</nowiki></pre>

Revision as of 23:23, 12 February 2008

@echo off
(SET anri_dir=%~dp0)
CD %anri_dir%
CALL anri.bat samplemode
EXIT


Use this AviSynth script when determining DFnD:

### Use FFDShow VFW 
directshowsource("sample.mp4") 
converttoyuy2 
assumefieldbased 
assumetff 
weave 
Personal tools