Anri-chan/Source/statid.bat

From SDA Knowledge Base

< Anri-chan‎ | Source
Revision as of 10:52, 18 July 2007 by B'man (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

@echo off echo This batch will create a preview version of your Station ID called statid_preview.avi on your desktop. echo cd "%HOMEPATH%\Desktop" set statid1= set statid2= set statid3= set /P statid1=Station ID Line 1 (normally runner name): set /P statid2=Station ID Line 2 (normally game name, run type and time): set /P statid3=Station ID Line 3 (normally game name, run type and time continued if necessary): echo global pal=false > statid_preview.avs echo import("%PROGRAMFILES%\anrichan\nate.avs") >> statid_preview.avs echo run=blankclip(fps=29.97).audiodub(wavsource("%PROGRAMFILES%\anrichan\silence_stereo_48000.wav")) >> statid_preview.avs echo nate_statid_d1(run,"%statid1%","%statid2%","%statid3%").Lanczos4Resize(640,480).converttoyv12 >> "statid_preview.avs" "%PROGRAMFILES%\anrichan\xvid_encraw.exe" -i "statid_preview.avs" -bitrate 512 -pass1 "statid_preview.stats" "%PROGRAMFILES%\anrichan\xvid_encraw.exe" -i "statid_preview.avs" -bitrate 512 -pass2 "statid_preview.stats" -avi "statid_preview.avi" del statid_preview.stats del statid_preview.avs set statid1= set statid2= set statid3= @echo on

Personal tools