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.)
m (Problem with parentheses in path.)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
<pre><nowiki>
 
<pre><nowiki>
 
@echo off
 
@echo off
(SET anri_dir=%~dp0)
+
SET anri_dir=%~dp0
 
CD %anri_dir%
 
CD %anri_dir%
 
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>

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 
Personal tools