---------------------------------------- Contents of job_100.bat ---------------------------------------- @ECHO OFF SET proj_anriver=3.1 SET using_settings=y SET dvdsource=n SET avifolder= SET avifiles="D:\02.avi" SET fieldorder= SET d=1 SET f=1 SET vhs= SET onepixel= SET nes= SET twod=n SET statid=y SET statid1=David Arnold SET statid2=Fable: The Lost Chapters (100) SET statid3=[3:10:xx] SET statid_alternative=n SET statid_commentary=n SET driveletter= SET projname=100 SET gba= SET gameboy= SET deflicker= SET prog=y SET trim=n SET trimarray= SET maxaudiobitrate=320000 SET hqq=19 SET isPCGAME=y SET nativewidth=1360 SET nativeheight=768 SET DARnum=16 SET DARden=9 IF NOT "%in_anrichan%"=="y" call "C:\Program Files (x86)\anrichan3.1\anri.bat" ---------------------------------------- Contents of fourcc.log ---------------------------------------- cfourcc 0.1.0 - (stupid) console fourcc changer Author : mypapit Licensed under the terms of the GNU General Public License FOURCC of 'D:\02.avi' : Description : FPS1 Use : FPS1 ---------------------------------------- Contents of mediainfo.log ---------------------------------------- Width:1360 Height:768 FrameCount:426754 FrameRate:30.000000 FrameRateNumerator:30 FrameRateDenominator:1 AudioRate:44100 AudioLength:627326980 AudioLengthF:627326976.000000 AudioChannels:2 AudioBits:16 IsAudioFloat:false IsAudioInt:false HasAudio:true HasVideo:true ---------------------------------------- Contents of SAR_100_HQ.log ---------------------------------------- 856,480 ---------------------------------------- Contents of project folder ---------------------------------------- Directory of H:\100 05/06/2010 04:06 AM . 05/06/2010 04:06 AM .. 04/06/2010 09:39 AM 1,254 100.avs 04/06/2010 09:38 AM 128 100.bak 04/06/2010 09:39 AM 1,045 100_HQ.avs 04/06/2010 08:42 PM 773,876,257 100_HQ.stats.mbtree 04/06/2010 09:39 AM 1,045 100_IQ.avs 04/06/2010 09:39 AM 1,257 100_LQ.avs 04/06/2010 09:39 AM 1,170 100_LQ_xvid.avs 04/06/2010 09:39 AM 921 100_XQ.avs 04/06/2010 09:39 AM 1,170 100_xvid.avs 05/06/2010 04:06 AM finished 04/06/2010 09:38 AM 208 fourcc.log 12/11/2007 10:02 AM 23 infotemplate.avs 04/06/2010 01:11 PM 681 job_100.bak 04/06/2010 01:11 PM 681 job_100.bat 04/06/2010 09:38 AM 281 mediainfo.log 04/06/2010 01:11 PM 938 plugins.avs 04/06/2010 01:11 PM 938 plugins.bak 05/06/2010 03:55 AM 9 SAR_100_HQ.log 31/07/2007 09:47 PM 121,732 statid.png 29/04/2010 02:55 PM 9,070 statid_alternative.png 19 File(s) 774,018,808 bytes 3 Dir(s) 758,722,588,672 bytes free ---------------------------------------- Contents of 100.avs ---------------------------------------- import("C:\Program Files (x86)\anrichan3.1\sda.avs") import("H:\100\plugins.avs") avisource("D:\02.avi") converttorgb32 last.height > 700 ? lanczos4resize(last.width,240) : (last.height >= 480 ? lanczos4resize(last.width,last.height/2) : lanczos4resize(last.width,240)) last.height > 700 ? (last.width > 480 * 16./9 ? lanczos4resize(ceil(480 * 16./9),480) : lanczos4resize(last.width,480)) : (last.width > last.height * 16./9 ? lanczos4resize(ceil(last.height * 16./9),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(last.framerate/1) statid=nate_statid(last,"David Arnold\n\nFable: The Lost Chapters (100%)\n[3:10:xx]","n","n") statid=statid.AddBorders(int((statid.width * float(16*statid.height)/float(9*statid.width) - statid.width) / 2.), 0, int((statid.width * float(16*statid.height)/float(9*statid.width) - statid.width) / 2.), 0).Lanczos4Resize(statid.width,statid.height) statid++last++statid changefps(last.framerate) converttoyv12 (last.framerate > 31) ? changefps(last.framerate/2) : last WriteFileStart("SAR_100.log","last.width",""" "," """, "last.height",append=false) ---------------------------------------- Contents of 100_HQ.avs ---------------------------------------- import("C:\Program Files (x86)\anrichan3.1\sda.avs") import("H:\100\plugins.avs") avisource("D:\02.avi") converttorgb32 last.height > 700 ? (last.width > 480 * 16./9 ? lanczos4resize(ceil(480 * 16./9),480) : lanczos4resize(last.width,480)) : (last.width > last.height * 16./9 ? lanczos4resize(ceil(last.height * 16./9),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(last.framerate/1) statid=nate_statid(last,"David Arnold\n\nFable: The Lost Chapters (100%)\n[3:10:xx]","n","n") statid=statid.AddBorders(int((statid.width * float(16*statid.height)/float(9*statid.width) - statid.width) / 2.), 0, int((statid.width * float(16*statid.height)/float(9*statid.width) - statid.width) / 2.), 0).Lanczos4Resize(statid.width,statid.height) statid++last++statid changefps(last.framerate) converttoyv12 WriteFileStart("SAR_100_HQ.log","last.width",""" "," """, "last.height",append=false) ---------------------------------------- Contents of 100_IQ.avs ---------------------------------------- import("C:\Program Files (x86)\anrichan3.1\sda.avs") import("H:\100\plugins.avs") avisource("D:\02.avi") converttorgb32 last.height > 768 ? (last.width > 768 * 16./9 ? lanczos4resize(ceil(768 * 16./9),768) : lanczos4resize(last.width,768)) : (last.width > last.height * 16./9 ? lanczos4resize(ceil(last.height * 16./9),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(last.framerate/1) statid=nate_statid(last,"David Arnold\n\nFable: The Lost Chapters (100%)\n[3:10:xx]","n","n") statid=statid.AddBorders(int((statid.width * float(16*statid.height)/float(9*statid.width) - statid.width) / 2.), 0, int((statid.width * float(16*statid.height)/float(9*statid.width) - statid.width) / 2.), 0).Lanczos4Resize(statid.width,statid.height) statid++last++statid changefps(last.framerate) converttoyv12 WriteFileStart("SAR_100_IQ.log","last.width",""" "," """, "last.height",append=false) ---------------------------------------- Contents of 100_LQ.avs ---------------------------------------- import("C:\Program Files (x86)\anrichan3.1\sda.avs") import("H:\100\plugins.avs") avisource("D:\02.avi") converttorgb32 last.height > 700 ? lanczos4resize(last.width,240) : (last.height >= 480 ? lanczos4resize(last.width,last.height/2) : lanczos4resize(last.width,240)) last.height > 700 ? (last.width > 480 * 16./9 ? lanczos4resize(ceil(480 * 16./9),480) : lanczos4resize(last.width,480)) : (last.width > last.height * 16./9 ? lanczos4resize(ceil(last.height * 16./9),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(last.framerate/1) statid=nate_statid(last,"David Arnold\n\nFable: The Lost Chapters (100%)\n[3:10:xx]","n","n") statid=statid.AddBorders(int((statid.width * float(16*statid.height)/float(9*statid.width) - statid.width) / 2.), 0, int((statid.width * float(16*statid.height)/float(9*statid.width) - statid.width) / 2.), 0).Lanczos4Resize(statid.width,statid.height) statid++last++statid changefps(last.framerate) converttoyv12 (last.framerate > 31) ? changefps(last.framerate/2) : last WriteFileStart("SAR_100_LQ.log","last.width",""" "," """, "last.height",append=false) ---------------------------------------- Contents of 100_LQ_xvid.avs ---------------------------------------- import("C:\Program Files (x86)\anrichan3.1\sda.avs") import("H:\100\plugins.avs") avisource("D:\02.avi") converttorgb32 last.height > 700 ? lanczos4resize(last.width,240) : (last.height >= 480 ? lanczos4resize(last.width,last.height/2) : lanczos4resize(last.width,240)) last.height > 700 ? (last.width > 480 * 16./9 ? lanczos4resize(ceil(480 * 16./9),480) : lanczos4resize(last.width,480)) : (last.width > last.height * 16./9 ? lanczos4resize(ceil(last.height * 16./9),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(last.framerate/1) statid=nate_statid(last,"David Arnold\n\nFable: The Lost Chapters (100%)\n[3:10:xx]","n","n") statid=statid.AddBorders(int((statid.width * float(16*statid.height)/float(9*statid.width) - statid.width) / 2.), 0, int((statid.width * float(16*statid.height)/float(9*statid.width) - statid.width) / 2.), 0).Lanczos4Resize(statid.width,statid.height) statid++last++statid changefps(last.framerate) converttoyv12 (last.framerate > 31) ? changefps(last.framerate/2) : last ---------------------------------------- Contents of 100_XQ.avs ---------------------------------------- import("C:\Program Files (x86)\anrichan3.1\sda.avs") import("H:\100\plugins.avs") avisource("D:\02.avi") converttorgb32 last.width > last.height * 16./9 ? lanczos4resize(ceil(last.height * 16./9),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(last.framerate/1) statid=nate_statid(last,"David Arnold\n\nFable: The Lost Chapters (100%)\n[3:10:xx]","n","n") statid=statid.AddBorders(int((statid.width * float(16*statid.height)/float(9*statid.width) - statid.width) / 2.), 0, int((statid.width * float(16*statid.height)/float(9*statid.width) - statid.width) / 2.), 0).Lanczos4Resize(statid.width,statid.height) statid++last++statid changefps(last.framerate) converttoyv12 WriteFileStart("SAR_100_XQ.log","last.width",""" "," """, "last.height",append=false) ---------------------------------------- Contents of 100_xvid.avs ---------------------------------------- import("C:\Program Files (x86)\anrichan3.1\sda.avs") import("H:\100\plugins.avs") avisource("D:\02.avi") converttorgb32 last.height > 700 ? lanczos4resize(last.width,240) : (last.height >= 480 ? lanczos4resize(last.width,last.height/2) : lanczos4resize(last.width,240)) last.height > 700 ? (last.width > 480 * 16./9 ? lanczos4resize(ceil(480 * 16./9),480) : lanczos4resize(last.width,480)) : (last.width > last.height * 16./9 ? lanczos4resize(ceil(last.height * 16./9),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(last.framerate/1) statid=nate_statid(last,"David Arnold\n\nFable: The Lost Chapters (100%)\n[3:10:xx]","n","n") statid=statid.AddBorders(int((statid.width * float(16*statid.height)/float(9*statid.width) - statid.width) / 2.), 0, int((statid.width * float(16*statid.height)/float(9*statid.width) - statid.width) / 2.), 0).Lanczos4Resize(statid.width,statid.height) statid++last++statid changefps(last.framerate) converttoyv12 (last.framerate > 31) ? changefps(last.framerate/2) : last ---------------------------------------- Contents of infotemplate.avs ---------------------------------------- __vid__,__aud__,__del__ ---------------------------------------- Contents of plugins.avs ---------------------------------------- loadplugin("C:\Program Files (x86)\anrichan3.1\plugins\ac3source.dll") loadplugin("C:\Program Files (x86)\anrichan3.1\plugins\Decomb.dll") loadplugin("C:\Program Files (x86)\anrichan3.1\plugins\EEDI2.dll") loadplugin("C:\Program Files (x86)\anrichan3.1\plugins\ffms2.dll") loadplugin("C:\Program Files (x86)\anrichan3.1\plugins\LeakKernelDeint.dll") loadplugin("C:\Program Files (x86)\anrichan3.1\plugins\MaskTools.dll") import("C:\Program Files (x86)\anrichan3.1\plugins\MCBob_v03c.avs") loadplugin("C:\Program Files (x86)\anrichan3.1\plugins\mpasource.dll") import("C:\Program Files (x86)\anrichan3.1\plugins\mvbob.avs") loadplugin("C:\Program Files (x86)\anrichan3.1\plugins\MVTools.dll") loadplugin("C:\Program Files (x86)\anrichan3.1\plugins\RemoveGrain_v10pre1.dll") loadplugin("C:\Program Files (x86)\anrichan3.1\plugins\TomsMoComp.dll") loadplugin("C:\Program Files (x86)\anrichan3.1\plugins\UnDot.dll")