Difference between revisions of "Anri-chan/Source/sample.bat"
From SDA Knowledge Base
Ballofsnow (Talk | contribs) |
Ballofsnow (Talk | contribs) m (Problem with parentheses in path.) |
||
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | <pre><nowiki>@echo off | + | <pre><nowiki> |
+ | @echo off | ||
+ | SET anri_dir=%~dp0 | ||
+ | CD %anri_dir% | ||
+ | CALL anri.bat samplemode | ||
+ | EXIT | ||
+ | </nowiki></pre> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | Use this AviSynth script when determining DFnD: | |
− | + | <pre><nowiki> | |
− | : | + | ### Use FFDShow VFW |
− | + | directshowsource("sample.mp4") | |
− | + | converttoyuy2 | |
− | + | assumefieldbased | |
− | + | assumetff | |
− | + | weave | |
− | + | </nowiki></pre> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | " | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Latest revision as of 15:56, 30 March 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