----------------------------------------
Contents of maglord_job.bat
----------------------------------------
@ECHO OFF
SET proj_anriver=3
SET using_settings=y
SET dvdsource=y
SET avifolder=
SET avifiles=
SET fieldorder=t
SET d=4
SET f=1
SET vhs=n
SET onepixel=n
SET nes=n
SET twod=y
SET statid=n
SET statid1=
SET statid2=
SET statid3=
SET driveletter=
SET projname=maglord
SET gba=n
SET gameboy=n
SET deflicker=y
SET prog=n
SET trim=y
SET trimarray=7300 8500
SET widescreen=n
SET maxaudiobitrate=256000
SET hqq=17
SET isPCGAME=
IF NOT "%in_anrichan%"=="y" call "D:\Program Files\anrichan3.0\anri.bat"
----------------------------------------
Contents of project folder
----------------------------------------
Volume in drive D has no label.
Volume Serial Number is 50AD-8754
Directory of D:\Documents and Settings\Admin\Desktop\maglord
02/23/2010 11:54 PM
.
02/23/2010 11:54 PM ..
02/23/2010 11:54 PM finished
02/23/2010 11:43 PM 1,747 maglord.avs
02/23/2010 11:37 PM 887 maglord.bak
02/23/2010 11:49 PM 3,473,263 maglord.mp4
02/23/2010 11:47 PM 1,904,786 maglord.stats.mbtree
02/23/2010 11:37 PM 6,308,864 maglord_1_I01_001 T80 2_0ch 256Kbps DELAY 64ms.ac3
02/23/2010 11:37 PM 24,979 maglord_1_I01_001.d2v
02/23/2010 11:37 PM 546 maglord_1_I01_001.log
02/23/2010 11:37 PM 625,664 maglord_2_I01_002 T80 2_0ch 256Kbps DELAY 64ms.ac3
02/23/2010 11:37 PM 2,710 maglord_2_I01_002.d2v
02/23/2010 11:37 PM 546 maglord_2_I01_002.log
02/23/2010 11:37 PM 4,328,448 maglord_3_I01_003 T80 2_0ch 256Kbps DELAY 64ms.ac3
02/23/2010 11:37 PM 17,158 maglord_3_I01_003.d2v
02/23/2010 11:37 PM 546 maglord_3_I01_003.log
02/23/2010 11:43 PM 1,822 maglord_HQ.avs
02/23/2010 11:54 PM 10,689,915 maglord_HQ.mp4
02/23/2010 11:50 PM 668,499 maglord_HQ.stats.mbtree
02/23/2010 11:43 PM 1,822 maglord_IQ.avs
02/23/2010 11:43 PM 523 maglord_job.bak
02/23/2010 11:43 PM 523 maglord_job.bat
02/23/2010 11:43 PM 1,796 maglord_LQ.avs
02/23/2010 11:46 PM 1,166,971 maglord_LQ.mp4
02/23/2010 11:44 PM 211,731 maglord_LQ.stats.mbtree
02/23/2010 11:43 PM 1,796 maglord_LQ_xvid.avs
02/23/2010 11:43 PM 1,796 maglord_xvid.avs
02/23/2010 11:37 PM 276 mediainfo.txt
07/31/2007 11:47 AM 121,732 ntsc_d1.png
02/23/2010 11:37 PM 733 plugins.avs
02/23/2010 11:37 PM 733 plugins.bak
02/23/2010 11:54 PM 9 resolution.log
07/31/2007 11:47 AM 1,920,044 silence_stereo_48000.wav
02/23/2010 11:54 PM 78,162 x264pass2_stdout_HQ.txt
31 File(s) 31,559,027 bytes
3 Dir(s) 113,045,565,440 bytes free
----------------------------------------
Contents of maglord.avs
----------------------------------------
loadplugin("D:\Program Files\anrichan3.0\dgmpgdec150\DGDecode.dll")
import("D:\Program Files\anrichan3.0\nate.avs")
import("D:\Documents and Settings\Admin\Desktop\maglord\plugins.avs")
AC3source(MPEG2source("D:\Documents and Settings\Admin\Desktop\maglord\maglord_1_I01_001.d2v",upConv=1),"D:\Documents and Settings\Admin\Desktop\maglord\maglord_1_I01_001 T80 2_0ch 256Kbps DELAY 64ms.ac3").DelayAudio(0.064)
\++\
AC3source(MPEG2source("D:\Documents and Settings\Admin\Desktop\maglord\maglord_2_I01_002.d2v",upConv=1),"D:\Documents and Settings\Admin\Desktop\maglord\maglord_2_I01_002 T80 2_0ch 256Kbps DELAY 64ms.ac3").DelayAudio(0.064)
\++\
AC3source(MPEG2source("D:\Documents and Settings\Admin\Desktop\maglord\maglord_3_I01_003.d2v",upConv=1),"D:\Documents and Settings\Admin\Desktop\maglord\maglord_3_I01_003 T80 2_0ch 256Kbps DELAY 64ms.ac3").DelayAudio(0.064)
trim(7300,8500)
AssumeTFF()
global pal = (last.height==576) ? true : false
global f1 = (pal==true) ? 50 : 59.94
global d1 = false ? ((pal==true) ? 704 : 640) : ((pal==true) ? 352 : 320)
(pal==true ? d1==704 : d1==640) ? mvbob : separatefields
nate_retard_bob_2
lanczos4resize(d1,last.height)
changefps(f1/1)
run=converttoyv12
statid=nate_statid_d1(run,"","","").ConvertToRGB
statid = float(run.width) / run.height >= 4./3 ?
\ statid.Lanczos4Resize(round(run.height*4./3),run.height).AddBorders(floor((run.width-round(run.height*4./3))/2.),0,ceil((run.width-round(run.height*4./3))/2.),0).ConvertToYv12 :
\ statid.Lanczos4Resize(run.width,round(run.width*3./4)).AddBorders(0,floor((run.height-round(run.width*3./4))/2.),0,ceil((run.height-round(run.width*3./4))/2.)).ConvertToYv12
run
changefps(last.framerate)
converttoyv12
----------------------------------------
Contents of maglord_HQ.avs
----------------------------------------
loadplugin("D:\Program Files\anrichan3.0\dgmpgdec150\DGDecode.dll")
import("D:\Program Files\anrichan3.0\nate.avs")
import("D:\Documents and Settings\Admin\Desktop\maglord\plugins.avs")
AC3source(MPEG2source("D:\Documents and Settings\Admin\Desktop\maglord\maglord_1_I01_001.d2v",upConv=1),"D:\Documents and Settings\Admin\Desktop\maglord\maglord_1_I01_001 T80 2_0ch 256Kbps DELAY 64ms.ac3").DelayAudio(0.064)
\++\
AC3source(MPEG2source("D:\Documents and Settings\Admin\Desktop\maglord\maglord_2_I01_002.d2v",upConv=1),"D:\Documents and Settings\Admin\Desktop\maglord\maglord_2_I01_002 T80 2_0ch 256Kbps DELAY 64ms.ac3").DelayAudio(0.064)
\++\
AC3source(MPEG2source("D:\Documents and Settings\Admin\Desktop\maglord\maglord_3_I01_003.d2v",upConv=1),"D:\Documents and Settings\Admin\Desktop\maglord\maglord_3_I01_003 T80 2_0ch 256Kbps DELAY 64ms.ac3").DelayAudio(0.064)
trim(7300,8500)
AssumeTFF()
global pal = (last.height==576) ? true : false
global f1 = (pal==true) ? 50 : 59.94
WriteFileStart("resolution.log","last.width",""" "," """, "last.height")
global d1 = false ? ((pal==true) ? 704 : 640) : ((pal==true) ? 352 : 320)
(pal==true ? d1==704 : d1==640) ? mvbob : separatefields
nate_retard_bob_2
lanczos4resize(d1,last.height)
changefps(f1/1)
run=converttoyv12
statid=nate_statid_d1(run,"","","").ConvertToRGB
statid = float(run.width) / run.height >= 4./3 ?
\ statid.Lanczos4Resize(round(run.height*4./3),run.height).AddBorders(floor((run.width-round(run.height*4./3))/2.),0,ceil((run.width-round(run.height*4./3))/2.),0).ConvertToYv12 :
\ statid.Lanczos4Resize(run.width,round(run.width*3./4)).AddBorders(0,floor((run.height-round(run.width*3./4))/2.),0,ceil((run.height-round(run.width*3./4))/2.)).ConvertToYv12
run
changefps(last.framerate)
converttoyv12
----------------------------------------
Contents of maglord_IQ.avs
----------------------------------------
loadplugin("D:\Program Files\anrichan3.0\dgmpgdec150\DGDecode.dll")
import("D:\Program Files\anrichan3.0\nate.avs")
import("D:\Documents and Settings\Admin\Desktop\maglord\plugins.avs")
AC3source(MPEG2source("D:\Documents and Settings\Admin\Desktop\maglord\maglord_1_I01_001.d2v",upConv=1),"D:\Documents and Settings\Admin\Desktop\maglord\maglord_1_I01_001 T80 2_0ch 256Kbps DELAY 64ms.ac3").DelayAudio(0.064)
\++\
AC3source(MPEG2source("D:\Documents and Settings\Admin\Desktop\maglord\maglord_2_I01_002.d2v",upConv=1),"D:\Documents and Settings\Admin\Desktop\maglord\maglord_2_I01_002 T80 2_0ch 256Kbps DELAY 64ms.ac3").DelayAudio(0.064)
\++\
AC3source(MPEG2source("D:\Documents and Settings\Admin\Desktop\maglord\maglord_3_I01_003.d2v",upConv=1),"D:\Documents and Settings\Admin\Desktop\maglord\maglord_3_I01_003 T80 2_0ch 256Kbps DELAY 64ms.ac3").DelayAudio(0.064)
trim(7300,8500)
AssumeTFF()
global pal = (last.height==576) ? true : false
global f1 = (pal==true) ? 50 : 59.94
WriteFileStart("resolution.log","last.width",""" "," """, "last.height")
global d1 = false ? ((pal==true) ? 704 : 640) : ((pal==true) ? 352 : 320)
(pal==true ? d1==704 : d1==640) ? mvbob : separatefields
nate_retard_bob_2
lanczos4resize(d1,last.height)
changefps(f1/1)
run=converttoyv12
statid=nate_statid_d1(run,"","","").ConvertToRGB
statid = float(run.width) / run.height >= 4./3 ?
\ statid.Lanczos4Resize(round(run.height*4./3),run.height).AddBorders(floor((run.width-round(run.height*4./3))/2.),0,ceil((run.width-round(run.height*4./3))/2.),0).ConvertToYv12 :
\ statid.Lanczos4Resize(run.width,round(run.width*3./4)).AddBorders(0,floor((run.height-round(run.width*3./4))/2.),0,ceil((run.height-round(run.width*3./4))/2.)).ConvertToYv12
run
changefps(last.framerate)
converttoyv12
----------------------------------------
Contents of maglord_LQ.avs
----------------------------------------
loadplugin("D:\Program Files\anrichan3.0\dgmpgdec150\DGDecode.dll")
import("D:\Program Files\anrichan3.0\nate.avs")
import("D:\Documents and Settings\Admin\Desktop\maglord\plugins.avs")
AC3source(MPEG2source("D:\Documents and Settings\Admin\Desktop\maglord\maglord_1_I01_001.d2v",upConv=1),"D:\Documents and Settings\Admin\Desktop\maglord\maglord_1_I01_001 T80 2_0ch 256Kbps DELAY 64ms.ac3").DelayAudio(0.064)
\++\
AC3source(MPEG2source("D:\Documents and Settings\Admin\Desktop\maglord\maglord_2_I01_002.d2v",upConv=1),"D:\Documents and Settings\Admin\Desktop\maglord\maglord_2_I01_002 T80 2_0ch 256Kbps DELAY 64ms.ac3").DelayAudio(0.064)
\++\
AC3source(MPEG2source("D:\Documents and Settings\Admin\Desktop\maglord\maglord_3_I01_003.d2v",upConv=1),"D:\Documents and Settings\Admin\Desktop\maglord\maglord_3_I01_003 T80 2_0ch 256Kbps DELAY 64ms.ac3").DelayAudio(0.064)
trim(7300,8500)
AssumeTFF()
global pal = (last.height==576) ? true : false
global f1 = (pal==true) ? 50 : 59.94
global d1 = false ? ((pal==true) ? 704 : 640) : ((pal==true) ? 352 : 320)
(pal==true ? d1==704 : d1==640) ? mvbob : separatefields
nate_retard_bob_2
lanczos4resize(d1,last.height)
changefps(f1/1)
run=converttoyv12
statid=nate_statid_d1(run,"","","").ConvertToRGB
statid = float(run.width) / run.height >= 4./3 ?
\ statid.Lanczos4Resize(round(run.height*4./3),run.height).AddBorders(floor((run.width-round(run.height*4./3))/2.),0,ceil((run.width-round(run.height*4./3))/2.),0).ConvertToYv12 :
\ statid.Lanczos4Resize(run.width,round(run.width*3./4)).AddBorders(0,floor((run.height-round(run.width*3./4))/2.),0,ceil((run.height-round(run.width*3./4))/2.)).ConvertToYv12
run
changefps(last.framerate)
converttoyv12
(last.framerate > 31) ? changefps(f1/3) : last
----------------------------------------
Contents of maglord_LQ_xvid.avs
----------------------------------------
loadplugin("D:\Program Files\anrichan3.0\dgmpgdec150\DGDecode.dll")
import("D:\Program Files\anrichan3.0\nate.avs")
import("D:\Documents and Settings\Admin\Desktop\maglord\plugins.avs")
AC3source(MPEG2source("D:\Documents and Settings\Admin\Desktop\maglord\maglord_1_I01_001.d2v",upConv=1),"D:\Documents and Settings\Admin\Desktop\maglord\maglord_1_I01_001 T80 2_0ch 256Kbps DELAY 64ms.ac3").DelayAudio(0.064)
\++\
AC3source(MPEG2source("D:\Documents and Settings\Admin\Desktop\maglord\maglord_2_I01_002.d2v",upConv=1),"D:\Documents and Settings\Admin\Desktop\maglord\maglord_2_I01_002 T80 2_0ch 256Kbps DELAY 64ms.ac3").DelayAudio(0.064)
\++\
AC3source(MPEG2source("D:\Documents and Settings\Admin\Desktop\maglord\maglord_3_I01_003.d2v",upConv=1),"D:\Documents and Settings\Admin\Desktop\maglord\maglord_3_I01_003 T80 2_0ch 256Kbps DELAY 64ms.ac3").DelayAudio(0.064)
trim(7300,8500)
AssumeTFF()
global pal = (last.height==576) ? true : false
global f1 = (pal==true) ? 50 : 59.94
global d1 = false ? ((pal==true) ? 704 : 640) : ((pal==true) ? 352 : 320)
(pal==true ? d1==704 : d1==640) ? mvbob : separatefields
nate_retard_bob_2
lanczos4resize(d1,last.height)
changefps(f1/1)
run=converttoyv12
statid=nate_statid_d1(run,"","","").ConvertToRGB
statid = float(run.width) / run.height >= 4./3 ?
\ statid.Lanczos4Resize(round(run.height*4./3),run.height).AddBorders(floor((run.width-round(run.height*4./3))/2.),0,ceil((run.width-round(run.height*4./3))/2.),0).ConvertToYv12 :
\ statid.Lanczos4Resize(run.width,round(run.width*3./4)).AddBorders(0,floor((run.height-round(run.width*3./4))/2.),0,ceil((run.height-round(run.width*3./4))/2.)).ConvertToYv12
run
changefps(last.framerate)
converttoyv12
(last.framerate > 31) ? changefps(f1/3) : last
----------------------------------------
Contents of maglord_xvid.avs
----------------------------------------
loadplugin("D:\Program Files\anrichan3.0\dgmpgdec150\DGDecode.dll")
import("D:\Program Files\anrichan3.0\nate.avs")
import("D:\Documents and Settings\Admin\Desktop\maglord\plugins.avs")
AC3source(MPEG2source("D:\Documents and Settings\Admin\Desktop\maglord\maglord_1_I01_001.d2v",upConv=1),"D:\Documents and Settings\Admin\Desktop\maglord\maglord_1_I01_001 T80 2_0ch 256Kbps DELAY 64ms.ac3").DelayAudio(0.064)
\++\
AC3source(MPEG2source("D:\Documents and Settings\Admin\Desktop\maglord\maglord_2_I01_002.d2v",upConv=1),"D:\Documents and Settings\Admin\Desktop\maglord\maglord_2_I01_002 T80 2_0ch 256Kbps DELAY 64ms.ac3").DelayAudio(0.064)
\++\
AC3source(MPEG2source("D:\Documents and Settings\Admin\Desktop\maglord\maglord_3_I01_003.d2v",upConv=1),"D:\Documents and Settings\Admin\Desktop\maglord\maglord_3_I01_003 T80 2_0ch 256Kbps DELAY 64ms.ac3").DelayAudio(0.064)
trim(7300,8500)
AssumeTFF()
global pal = (last.height==576) ? true : false
global f1 = (pal==true) ? 50 : 59.94
global d1 = false ? ((pal==true) ? 704 : 640) : ((pal==true) ? 352 : 320)
(pal==true ? d1==704 : d1==640) ? mvbob : separatefields
nate_retard_bob_2
lanczos4resize(d1,last.height)
changefps(f1/1)
run=converttoyv12
statid=nate_statid_d1(run,"","","").ConvertToRGB
statid = float(run.width) / run.height >= 4./3 ?
\ statid.Lanczos4Resize(round(run.height*4./3),run.height).AddBorders(floor((run.width-round(run.height*4./3))/2.),0,ceil((run.width-round(run.height*4./3))/2.),0).ConvertToYv12 :
\ statid.Lanczos4Resize(run.width,round(run.width*3./4)).AddBorders(0,floor((run.height-round(run.width*3./4))/2.),0,ceil((run.height-round(run.width*3./4))/2.)).ConvertToYv12
run
changefps(last.framerate)
converttoyv12
(last.framerate > 31) ? changefps(f1/3) : last
----------------------------------------
Contents of plugins.avs
----------------------------------------
loadplugin("D:\Program Files\anrichan3.0\plugins\ac3source.dll")
loadplugin("D:\Program Files\anrichan3.0\plugins\EEDI2.dll")
loadplugin("D:\Program Files\anrichan3.0\plugins\LeakKernelDeint.dll")
loadplugin("D:\Program Files\anrichan3.0\plugins\MaskTools.dll")
import("D:\Program Files\anrichan3.0\plugins\MCBob_v03c.avs")
loadplugin("D:\Program Files\anrichan3.0\plugins\mpasource.dll")
import("D:\Program Files\anrichan3.0\plugins\mvbob.avs")
loadplugin("D:\Program Files\anrichan3.0\plugins\MVTools.dll")
loadplugin("D:\Program Files\anrichan3.0\plugins\RemoveGrain_v10pre1.dll")
loadplugin("D:\Program Files\anrichan3.0\plugins\TomsMoComp.dll")
loadplugin("D:\Program Files\anrichan3.0\plugins\UnDot.dll")
----------------------------------------
Contents of maglord_1_I01_001.log
----------------------------------------
Stream Type: MPEG2 Program
Profile: main@main
Frame Size: 720x576
Display Size: 720x576
Aspect Ratio: 4:3 [2]
Frame Rate: 25.000000 fps
Video Type: PAL
Frame Type: Interlaced
Coding Type: I
Colorimetry: BT.470-2 B,G*
Frame Structure: Frame
Field Order: Top
Coded Number: 99
Playback Number: 99
Frame Repeats: 0
Field Repeats: 0
VOB ID:
Cell ID:
Bitrate: 2.712 Mbps
Bitrate (Avg): 2.732 Mbps
Bitrate (Max): 2.752 Mbps
Audio Stream: 80: AC3 2/0 256
Timestamp: 0:00:03
Elapsed: 0:00:01
Remain: 0:01:24
FPS: 86.46
Info:
----------------------------------------
Contents of maglord_2_I01_002.log
----------------------------------------
Stream Type: MPEG2 Program
Profile: main@main
Frame Size: 720x576
Display Size: 720x576
Aspect Ratio: 4:3 [2]
Frame Rate: 25.000000 fps
Video Type: PAL
Frame Type: Interlaced
Coding Type: I
Colorimetry: BT.470-2 B,G*
Frame Structure: Frame
Field Order: Top
Coded Number: 99
Playback Number: 99
Frame Repeats: 0
Field Repeats: 0
VOB ID:
Cell ID:
Bitrate: 2.512 Mbps
Bitrate (Avg): 2.720 Mbps
Bitrate (Max): 2.929 Mbps
Audio Stream: 80: AC3 2/0 256
Timestamp: 0:00:03
Elapsed: 0:00:01
Remain: 0:00:05
FPS: 94.94
Info:
----------------------------------------
Contents of maglord_3_I01_003.log
----------------------------------------
Stream Type: MPEG2 Program
Profile: main@main
Frame Size: 720x576
Display Size: 720x576
Aspect Ratio: 4:3 [2]
Frame Rate: 25.000000 fps
Video Type: PAL
Frame Type: Interlaced
Coding Type: I
Colorimetry: BT.470-2 B,G*
Frame Structure: Frame
Field Order: Top
Coded Number: 99
Playback Number: 99
Frame Repeats: 0
Field Repeats: 0
VOB ID:
Cell ID:
Bitrate: 2.551 Mbps
Bitrate (Avg): 2.701 Mbps
Bitrate (Max): 2.851 Mbps
Audio Stream: 80: AC3 2/0 256
Timestamp: 0:00:03
Elapsed: 0:00:01
Remain: 0:00:50
FPS: 95.54
Info:
----------------------------------------
Contents of resolution.log
----------------------------------------
720,576