----------------------------------------
Contents of project folder
----------------------------------------
Volume in drive C has no label.
Volume Serial Number is E64D-9C98
Directory of C:\Users\Jason\Desktop\wii-test
04/11/2013 08:34 PM
.
04/11/2013 08:34 PM ..
04/11/2013 08:32 PM 94 fourcc.log
11/11/2007 08:02 PM 23 infotemplate.avs
04/11/2013 08:33 PM 681 job_wii-test.bak
04/11/2013 08:33 PM 681 job_wii-test.bat
04/11/2013 08:32 PM 279 mediainfo.log
07/31/2007 07:47 AM 121,732 statid.png
04/29/2010 12:55 AM 9,070 statid_alternative.png
04/11/2013 08:32 PM 110 wii-test.avs
04/11/2013 08:34 PM wii-test_finished
04/11/2013 08:33 PM 1,124 wii-test_HQ.avs
04/11/2013 08:34 PM 952,585 wii-test_HQ.stats.mbtree
04/11/2013 08:33 PM 1,124 wii-test_IQ.avs
04/11/2013 08:33 PM 1,188 wii-test_LQ.avs
04/11/2013 08:33 PM 212,754 wii-test_LQ.stats.mbtree
04/11/2013 08:33 PM 1,170 wii-test_LQ_xvid.avs
04/11/2013 08:33 PM 1,128 wii-test_MQ.avs
04/11/2013 08:34 PM 2,096,288 wii-test_MQ.stats.mbtree
04/11/2013 08:32 PM 61 wii-test_source.avs
04/11/2013 08:33 PM 993 wii-test_XQ.avs
04/11/2013 08:33 PM 1,170 wii-test_xvid.avs
04/11/2013 08:34 PM 4,770 x264pass1_stdout.txt
20 File(s) 3,407,025 bytes
3 Dir(s) 312,421,584,896 bytes free
----------------------------------------
Contents of job_wii-test.bat
----------------------------------------
@ECHO OFF
SET proj_anriver=3.3
SET using_settings=y
SET sourcetype=AVI
SET fieldorder=t
SET d=4
SET f=1
SET vhs=n
SET deflicker=
SET deflickeralt=
SET onepixel=
SET onepixelalt=
SET nes=n
SET twod=y
SET statid=n
SET statid1=
SET statid2=
SET statid3=
SET statid_alternative=
SET statid_commentary=
SET driveletter=
SET projname=wii-test
SET gba=n
SET gameboy=n
SET prog=n
SET trim=n
SET trimarray=
SET maxaudiobitrate=320000
SET isPCGAME=n
SET nativewidth=640
SET nativeheight=480
SET DARnum=4
SET DARden=3
SET crop=n
SET cropx1=
SET cropx2=
SET cropy1=
SET cropy2=
IF NOT "%in_anrichan%"=="y" call "C:\Program Files (x86)\anrichan\anri.bat"
----------------------------------------
Contents of fourcc.log
----------------------------------------
FOURCC of 'd:\amarec\recordings\amarec(20130411-2020).avi' :
Description : LAGS
Use : LAGS
----------------------------------------
Contents of mediainfo.log
----------------------------------------
Width:640
Height:480
FrameCount:1744
FrameRate:29.970030
FrameRateNumerator:30000
FrameRateDenominator:1001
AudioRate:48000
AudioLength:2793600
AudioLengthF:2793600.000000
AudioChannels:2
AudioBits:16
IsAudioFloat:false
IsAudioInt:true
HasAudio:true
HasVideo:true
----------------------------------------
Contents of infotemplate.avs
----------------------------------------
__vid__,__aud__,__del__
----------------------------------------
Contents of wii-test.avs
----------------------------------------
import("C:\Program Files (x86)\anrichan\plugins\plugins.avs")
import("wii-test_source.avs")
converttoyuy2
----------------------------------------
Contents of wii-test_HQ.avs
----------------------------------------
import("C:\Program Files (x86)\anrichan\plugins\plugins.avs")
import("wii-test_source.avs")
converttoyuy2
AssumeTFF
sourcewidth=last.width
sourceheight=last.height
DAR=4./3 * float(last.width)/last.height * float(sourceheight)/sourcewidth
separatefields
prenmfrate=last.framerate
Try{import("wii-test_source_nmf.avs")
nmf=true}catch(err_msg){nmf=false}
last.height > 700 ? (last.width > 480 * DAR ? lanczos4resize(sda_even(round(480 * DAR)),480) : lanczos4resize(last.width,480)) : (last.width > last.height * DAR ? lanczos4resize(sda_even(round(last.height * DAR)),last.height) : NOP)
last.height % 2 == 1 ? AddBorders(0,0,0,1) : NOP
last.width % 4 <> 0 ? AddBorders(floor((4 - last.width % 4) / 2.), 0, ceil((4 - last.width % 4) / 2.), 0) : NOP
changefps(prenmfrate/1)
statid=nate_statid(last,"\n\n\n","","")
statid=statid.AddBorders(int((statid.width * float(4*statid.height)/float(3*statid.width) - statid.width) / 2.), 0, int((statid.width * float(4*statid.height)/float(3*statid.width) - statid.width) / 2.), 0).Lanczos4Resize(statid.width,statid.height)
changefps(last.framerate)
assumeframebased
----------------------------------------
Contents of wii-test_IQ.avs
----------------------------------------
import("C:\Program Files (x86)\anrichan\plugins\plugins.avs")
import("wii-test_source.avs")
converttoyuy2
AssumeTFF
sourcewidth=last.width
sourceheight=last.height
DAR=4./3 * float(last.width)/last.height * float(sourceheight)/sourcewidth
separatefields
prenmfrate=last.framerate
Try{import("wii-test_source_nmf.avs")
nmf=true}catch(err_msg){nmf=false}
last.height > 768 ? (last.width > 768 * DAR ? lanczos4resize(sda_even(round(768 * DAR)),768) : lanczos4resize(last.width,768)) : (last.width > last.height * DAR ? lanczos4resize(sda_even(round(last.height * DAR)),last.height) : NOP)
last.height % 2 == 1 ? AddBorders(0,0,0,1) : NOP
last.width % 4 <> 0 ? AddBorders(floor((4 - last.width % 4) / 2.), 0, ceil((4 - last.width % 4) / 2.), 0) : NOP
changefps(prenmfrate/1)
statid=nate_statid(last,"\n\n\n","","")
statid=statid.AddBorders(int((statid.width * float(4*statid.height)/float(3*statid.width) - statid.width) / 2.), 0, int((statid.width * float(4*statid.height)/float(3*statid.width) - statid.width) / 2.), 0).Lanczos4Resize(statid.width,statid.height)
changefps(last.framerate)
assumeframebased
----------------------------------------
Contents of wii-test_LQ.avs
----------------------------------------
import("C:\Program Files (x86)\anrichan\plugins\plugins.avs")
import("wii-test_source.avs")
converttoyuy2
AssumeTFF
sourcewidth=last.width
sourceheight=last.height
DAR=4./3 * float(last.width)/last.height * float(sourceheight)/sourcewidth
last.height > 700 ? separatefields.lanczos4resize(last.width,240) : separatefields
prenmfrate=last.framerate
nmf=false
last.height > 700 ? (last.width > 480 * DAR ? lanczos4resize(sda_even(round(480 * DAR)),480) : lanczos4resize(last.width,480)) : (last.width > last.height * DAR ? lanczos4resize(sda_even(round(last.height * DAR)),last.height) : NOP)
last.height % 2 == 1 ? AddBorders(0,0,0,1) : NOP
last.width % 4 <> 0 ? AddBorders(floor((4 - last.width % 4) / 2.), 0, ceil((4 - last.width % 4) / 2.), 0) : NOP
changefps(prenmfrate/1)
statid=nate_statid(last,"\n\n\n","","")
statid=statid.AddBorders(int((statid.width * float(4*statid.height)/float(3*statid.width) - statid.width) / 2.), 0, int((statid.width * float(4*statid.height)/float(3*statid.width) - statid.width) / 2.), 0).Lanczos4Resize(statid.width,statid.height)
changefps(last.framerate)
(last.framerate > 31) ? changefps(last.framerate/3) : last
assumeframebased
----------------------------------------
Contents of wii-test_LQ_xvid.avs
----------------------------------------
import("C:\Program Files (x86)\anrichan\plugins\plugins.avs")
import("wii-test_source.avs")
converttoyuy2
AssumeTFF
sourcewidth=last.width
sourceheight=last.height
DAR=4./3 * float(last.width)/last.height * float(sourceheight)/sourcewidth
last.height > 700 ? separatefields.lanczos4resize(last.width,240) : separatefields
prenmfrate=last.framerate
nmf=false
last.height > 700 ? (last.width > 480 * DAR ? lanczos4resize(sda_even(round(480 * DAR)),480) : lanczos4resize(last.width,480)) : (last.width > last.height * DAR ? lanczos4resize(sda_even(round(last.height * DAR)),last.height) : NOP)
last.height % 2 == 1 ? AddBorders(0,0,0,1) : NOP
last.width % 4 <> 0 ? AddBorders(floor((4 - last.width % 4) / 2.), 0, ceil((4 - last.width % 4) / 2.), 0) : NOP
changefps(prenmfrate/1)
statid=nate_statid(last,"\n\n\n","","")
statid=statid.AddBorders(int((statid.width * float(4*statid.height)/float(3*statid.width) - statid.width) / 2.), 0, int((statid.width * float(4*statid.height)/float(3*statid.width) - statid.width) / 2.), 0).Lanczos4Resize(statid.width,statid.height)
changefps(last.framerate)
(last.framerate > 31) ? changefps(last.framerate/3) : last
----------------------------------------
Contents of wii-test_MQ.avs
----------------------------------------
import("C:\Program Files (x86)\anrichan\plugins\plugins.avs")
import("wii-test_source.avs")
converttoyuy2
AssumeTFF
sourcewidth=last.width
sourceheight=last.height
DAR=4./3 * float(last.width)/last.height * float(sourceheight)/sourcewidth
last.height > 700 ? separatefields.lanczos4resize(last.width,240) : separatefields
prenmfrate=last.framerate
nmf=false
last.height > 700 ? (last.width > 480 * DAR ? lanczos4resize(sda_even(round(480 * DAR)),480) : lanczos4resize(last.width,480)) : (last.width > last.height * DAR ? lanczos4resize(sda_even(round(last.height * DAR)),last.height) : NOP)
last.height % 2 == 1 ? AddBorders(0,0,0,1) : NOP
last.width % 4 <> 0 ? AddBorders(floor((4 - last.width % 4) / 2.), 0, ceil((4 - last.width % 4) / 2.), 0) : NOP
changefps(prenmfrate/1)
statid=nate_statid(last,"\n\n\n","","")
statid=statid.AddBorders(int((statid.width * float(4*statid.height)/float(3*statid.width) - statid.width) / 2.), 0, int((statid.width * float(4*statid.height)/float(3*statid.width) - statid.width) / 2.), 0).Lanczos4Resize(statid.width,statid.height)
changefps(last.framerate)
assumeframebased
----------------------------------------
Contents of wii-test_source.avs
----------------------------------------
avisource("d:\amarec\recordings\amarec(20130411-2020).avi")
----------------------------------------
Contents of wii-test_XQ.avs
----------------------------------------
import("C:\Program Files (x86)\anrichan\plugins\plugins.avs")
import("wii-test_source.avs")
converttoyuy2
AssumeTFF
sourcewidth=last.width
sourceheight=last.height
DAR=4./3 * float(last.width)/last.height * float(sourceheight)/sourcewidth
separatefields
prenmfrate=last.framerate
Try{import("wii-test_source_nmf.avs")
nmf=true}catch(err_msg){nmf=false}
last.width > last.height * DAR ? lanczos4resize(sda_even(round(last.height * DAR)),last.height) : NOP
last.height % 2 == 1 ? AddBorders(0,0,0,1) : NOP
last.width % 4 <> 0 ? AddBorders(floor((4 - last.width % 4) / 2.), 0, ceil((4 - last.width % 4) / 2.), 0) : NOP
changefps(prenmfrate/1)
statid=nate_statid(last,"\n\n\n","","")
statid=statid.AddBorders(int((statid.width * float(4*statid.height)/float(3*statid.width) - statid.width) / 2.), 0, int((statid.width * float(4*statid.height)/float(3*statid.width) - statid.width) / 2.), 0).Lanczos4Resize(statid.width,statid.height)
changefps(last.framerate)
assumeframebased
----------------------------------------
Contents of wii-test_xvid.avs
----------------------------------------
import("C:\Program Files (x86)\anrichan\plugins\plugins.avs")
import("wii-test_source.avs")
converttoyuy2
AssumeTFF
sourcewidth=last.width
sourceheight=last.height
DAR=4./3 * float(last.width)/last.height * float(sourceheight)/sourcewidth
last.height > 700 ? separatefields.lanczos4resize(last.width,240) : separatefields
prenmfrate=last.framerate
nmf=false
last.height > 700 ? (last.width > 480 * DAR ? lanczos4resize(sda_even(round(480 * DAR)),480) : lanczos4resize(last.width,480)) : (last.width > last.height * DAR ? lanczos4resize(sda_even(round(last.height * DAR)),last.height) : NOP)
last.height % 2 == 1 ? AddBorders(0,0,0,1) : NOP
last.width % 4 <> 0 ? AddBorders(floor((4 - last.width % 4) / 2.), 0, ceil((4 - last.width % 4) / 2.), 0) : NOP
changefps(prenmfrate/1)
statid=nate_statid(last,"\n\n\n","","")
statid=statid.AddBorders(int((statid.width * float(4*statid.height)/float(3*statid.width) - statid.width) / 2.), 0, int((statid.width * float(4*statid.height)/float(3*statid.width) - statid.width) / 2.), 0).Lanczos4Resize(statid.width,statid.height)
changefps(last.framerate)
(last.framerate > 31) ? changefps(last.framerate/3) : last