Difference between revisions of "Anri-chan/Source/sample.bat"
From SDA Knowledge Base
| Ballofsnow  (Talk | contribs)  (Call anri-chan with parameter "sample".) | Ballofsnow  (Talk | contribs)  m (Problem with parentheses in path.) | ||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| <pre><nowiki> | <pre><nowiki> | ||
| @echo off | @echo off | ||
| − | + | SET anri_dir=%~dp0 | |
| CD %anri_dir% | CD %anri_dir% | ||
| − | + | 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> | ||
Latest revision as of 16: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 

