---------------------------------------- Contents of project folder ---------------------------------------- Volume in drive C has no label. Volume Serial Number is 2C37-6ED6 Directory of C:\Documents and Settings\djs\Desktop\sm64test 2012-08-09 17:01 . 2012-08-09 17:01 .. 2012-08-09 16:56 65 fourcc.log 2007-11-12 02:02 23 infotemplate.avs 2012-08-09 16:57 678 job_sm64test.bak 2012-08-09 16:57 678 job_sm64test.bat 2012-08-09 16:56 277 mediainfo.log 2012-08-09 16:56 107 sm64test.avs 2012-08-09 17:01 sm64test_finished 2012-08-09 16:57 1ÿ121 sm64test_HQ.avs 2012-08-09 17:01 386ÿ443 sm64test_HQ.stats.mbtree 2012-08-09 16:57 1ÿ121 sm64test_IQ.avs 2012-08-09 16:57 1ÿ185 sm64test_LQ.avs 2012-08-09 16:58 386ÿ443 sm64test_LQ.stats.mbtree 2012-08-09 16:57 1ÿ167 sm64test_LQ_xvid.avs 2012-08-09 16:57 1ÿ185 sm64test_MQ.avs 2012-08-09 17:00 785ÿ507 sm64test_MQ.stats.mbtree 2012-08-09 16:56 32 sm64test_source.avs 2012-08-09 16:57 990 sm64test_XQ.avs 2012-08-09 16:57 1ÿ167 sm64test_xvid.avs 2007-07-31 13:47 121ÿ732 statid.png 2010-04-29 06:55 9ÿ070 statid_alternative.png 2012-08-09 17:01 14ÿ937 x264pass1_stdout.txt 20 File(s) 1ÿ713ÿ928 bytes 3 Dir(s) 36ÿ580ÿ171ÿ776 bytes free ---------------------------------------- Contents of job_sm64test.bat ---------------------------------------- @ECHO OFF SET proj_anriver=3.3 SET using_settings=y SET sourcetype=AVI SET fieldorder=b SET d=4 SET f=2 SET vhs=n SET deflicker= SET deflickeralt= SET onepixel= SET onepixelalt= SET nes=n SET twod=n SET statid=n SET statid1= SET statid2= SET statid3= SET statid_alternative= SET statid_commentary= SET driveletter= SET projname=sm64test SET gba=n SET gameboy=n SET prog=n SET trim=n SET trimarray= SET maxaudiobitrate=320000 SET isPCGAME=n SET nativewidth=720 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\anrichan3.3\anri.bat" ---------------------------------------- Contents of fourcc.log ---------------------------------------- FOURCC of 'c:\heh\lolol2.avi' : Description : HFYU Use : HFYU ---------------------------------------- Contents of mediainfo.log ---------------------------------------- Width:720 Height:480 FrameCount:1307 FrameRate:29.969999 FrameRateNumerator:2997 FrameRateDenominator:100 AudioRate:48000 AudioLength:2091750 AudioLengthF:2091750.000000 AudioChannels:2 AudioBits:16 IsAudioFloat:false IsAudioInt:true HasAudio:true HasVideo:true ---------------------------------------- Contents of infotemplate.avs ---------------------------------------- __vid__,__aud__,__del__ ---------------------------------------- Contents of sm64test.avs ---------------------------------------- import("C:\Program Files\anrichan3.3\plugins\plugins.avs") import("sm64test_source.avs") converttoyuy2 ---------------------------------------- Contents of sm64test_HQ.avs ---------------------------------------- import("C:\Program Files\anrichan3.3\plugins\plugins.avs") import("sm64test_source.avs") converttoyuy2 AssumeBFF sourcewidth=last.width sourceheight=last.height DAR=4./3 * float(last.width)/last.height * float(sourceheight)/sourcewidth separatefields prenmfrate=last.framerate Try{import("sm64test_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/2) 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 sm64test_IQ.avs ---------------------------------------- import("C:\Program Files\anrichan3.3\plugins\plugins.avs") import("sm64test_source.avs") converttoyuy2 AssumeBFF sourcewidth=last.width sourceheight=last.height DAR=4./3 * float(last.width)/last.height * float(sourceheight)/sourcewidth separatefields prenmfrate=last.framerate Try{import("sm64test_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/2) 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 sm64test_LQ.avs ---------------------------------------- import("C:\Program Files\anrichan3.3\plugins\plugins.avs") import("sm64test_source.avs") converttoyuy2 AssumeBFF 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/2) 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/2) : last assumeframebased ---------------------------------------- Contents of sm64test_LQ_xvid.avs ---------------------------------------- import("C:\Program Files\anrichan3.3\plugins\plugins.avs") import("sm64test_source.avs") converttoyuy2 AssumeBFF 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/2) 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/2) : last ---------------------------------------- Contents of sm64test_MQ.avs ---------------------------------------- import("C:\Program Files\anrichan3.3\plugins\plugins.avs") import("sm64test_source.avs") converttoyuy2 AssumeBFF 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/2) 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/2) : last assumeframebased ---------------------------------------- Contents of sm64test_source.avs ---------------------------------------- avisource("c:\heh\lolol2.avi") ---------------------------------------- Contents of sm64test_XQ.avs ---------------------------------------- import("C:\Program Files\anrichan3.3\plugins\plugins.avs") import("sm64test_source.avs") converttoyuy2 AssumeBFF sourcewidth=last.width sourceheight=last.height DAR=4./3 * float(last.width)/last.height * float(sourceheight)/sourcewidth separatefields prenmfrate=last.framerate Try{import("sm64test_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/2) 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 sm64test_xvid.avs ---------------------------------------- import("C:\Program Files\anrichan3.3\plugins\plugins.avs") import("sm64test_source.avs") converttoyuy2 AssumeBFF 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/2) 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/2) : last