Difference between revisions of "Anri-chan/Source/sample.bat"
From SDA Knowledge Base
Ballofsnow (Talk | contribs) (Regular call since anri restarts itself in low priority mode.) |
Ballofsnow (Talk | contribs) (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 22: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