dbzgundam
13th August 2005, 03:38
I've recently encoded an anime (Full Metal Panic!) episode (well, actually, about half of it), and while playing back what had encoded, the video was... playing back too quickly so to speak. The result is a desync; I thought maybe the container was a problem, but MKV gave the same problem.
FFDshow reports it playing back at 23.976, and the VMR9 renderer reports the same thing. The encode uses the latest x264 build (284 as of now?) at single pass - bitrate; these are the settings used:
http://x1.putfile.com/8/22321353257.png
As for my AVS script (Though I don't suspect it being the problem), here it is:
MPEG2Source("F:\FULL_METAL_PANIC_4\VIDEO_TS\FMP_D2V.d2v",ipp=true)
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\TIVTC\TIVTC.dll")
## Deinterlacing ##
TFM(order=1,mode=0,pp=7)
Decimate()
FreezeFrame(1462,1462,1463)
FreezeFrame(29,29,30)
FreezeFrame(585,585,586)
FreezeFrame(610,610,611)
FreezeFrame(621,621,622)
FreezeFrame(630,630,631)
FreezeFrame(652,652,653)
FreezeFrame(944,944,945)
## End ##
## Filtering ##
Crop(4,0,712,480)
LanczosResize(712*2,480*2)
SangNom
mergeluma(Deen("a3d",3,2,0))
mergeluma(awarpsharp(depth=10))
LanczosResize(704,480)
mergechroma(Tbilateral(chroma=true))
Oddly enough, every other encode I've made from this source (and script) seems fine, and the settings on x264 have remained relatively unchanged from what I recall...
FFDshow reports it playing back at 23.976, and the VMR9 renderer reports the same thing. The encode uses the latest x264 build (284 as of now?) at single pass - bitrate; these are the settings used:
http://x1.putfile.com/8/22321353257.png
As for my AVS script (Though I don't suspect it being the problem), here it is:
MPEG2Source("F:\FULL_METAL_PANIC_4\VIDEO_TS\FMP_D2V.d2v",ipp=true)
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\TIVTC\TIVTC.dll")
## Deinterlacing ##
TFM(order=1,mode=0,pp=7)
Decimate()
FreezeFrame(1462,1462,1463)
FreezeFrame(29,29,30)
FreezeFrame(585,585,586)
FreezeFrame(610,610,611)
FreezeFrame(621,621,622)
FreezeFrame(630,630,631)
FreezeFrame(652,652,653)
FreezeFrame(944,944,945)
## End ##
## Filtering ##
Crop(4,0,712,480)
LanczosResize(712*2,480*2)
SangNom
mergeluma(Deen("a3d",3,2,0))
mergeluma(awarpsharp(depth=10))
LanczosResize(704,480)
mergechroma(Tbilateral(chroma=true))
Oddly enough, every other encode I've made from this source (and script) seems fine, and the settings on x264 have remained relatively unchanged from what I recall...