Ah, I see. My bad. Wait, so how does it get progressively more delayed then?
It doesn't, I checked it with a -13.5 second audio delay and it looks good throughout from what I can tell, so I'm not sure where Ark is getting 30-40 from.
"P:\bat\x264.exe" --profile baseline --level 1.3 --pass 1 --bitrate 512 --stats "c:\%~nx1.stats" --thread-input --no-cabac --qpmin 17 --vbv-bufsize 768 --vbv-maxrate 768 --no-mixed-refs --output NUL "%1.avs" "P:\bat\x264.exe" --profile baseline --level 1.3 --pass 2 --bitrate 512 --stats "c:\%~nx1.stats" --thread-input --no-cabac --ref 1 --qpmin 17 --vbv-bufsize 768 --vbv-maxrate 768 --me umh --partitions p8x8,b8x8,i4x4 --weightp 2 --no-8x8dct --trellis 0 --no-mixed-refs --output "%1v.mp4" "%1.avs" "P:\bat\bepipe.exe" --script "DirectShowSource(^%1_game.avs^)" | "P:\bat\neroaacenc.exe" -br 64000 -lc -if - -of "%1a.mp4" "P:\bat\bepipe.exe" --script "DirectShowSource(^%1.avs^)" | "P:\bat\neroaacenc.exe" -br 64000 -lc -if - -of "%1a_commentary.mp4" "P:\bat\MP4Box.exe" -new -add "%1v.mp4" -add "%1a_commentary.mp4" -add "%1a.mp4" -disable 3 "%1.mp4" del %1v.mp4 %1a.mp4 %1a_commentary.mp4 "c:\%~nx1.stats" "c:\%~nx1.stats.mbtree"
#LoadPlugin("c:\Program Files\anrichan\dgmpgdec149\DGDecode.dll") #LoadPlugin("c:\Program Files\AviSynth 2.5\plugins\ac3source.dll") #ac3source(MPEG2source("3-2.d2v",upconv=1),"3-2 T80 2_0ch 256Kbps DELAY 0ms.ac3").delayaudio(0) #separatefields #nate_1_pixel_bob_fix #lanczos4resize(320,240) #changefps(59.94) #trim(173012,0) #game=last game=avisource("e:\ct.avi").assumefps(29.97).delayaudio(0.3)#.trim(80406+184553,80406+184553+24447) #80416 commentary=avisource("G:\segmented\079_c.ctrigger.avi").trim(355,0) stackhorizontal(game,commentary) audiodub(commentary) #audiodub(mergechannels(resampleaudio(game.converttomono, 48000), resampleaudio(commentary.converttomono, 48000))) run=last ImageSource("P:\bat\marathon2011statid\"+string(rand(max=5, seed=true)+1)+".png",end=4,fps=1) Subtitle("'Essentia'",font="Verdana",size=18,text_color=$FFFFFF,align=2,y=190) Subtitle("Chrono Trigger",font="Verdana",size=32,text_color=$FFFFFF,align=2,y=224) Subtitle("Game audio on track 2",font="Verdana",size=14,text_color=$E1CE8B,align=2) converttoyv12 changefps(run) audiodub(wavsource("P:\bat\silence_stereo_48000.wav")) ResampleAudio(run.audiorate) statid=last statid++run changefps(last.framerate) function nate_1_pixel_bob_fix(last) { converttorgb32 clip1=SelectEven.Crop(0,0,0,last.height).AddBorders(0,0,0,0) clip2=SelectOdd.Crop(0,0,0,last.height-1).AddBorders(0,1,0,0) Interleave(clip1,clip2) nate_strobe_fix converttoyv12 } function nate_strobe_fix(last) { croppy=2 Crop(0,0,0,last.height-croppy).AddBorders(0,0,0,croppy) Crop(0,croppy,0,0).AddBorders(0,croppy,0,0) }