sven_pether
28th April 2008, 18:28
Hi,
I started using the Divx converter 720p profile to make HD movies on my old Xbox with XBMC installed. It works but my problem is that after every encode the framerate is wrong and it makes the audio go out of sync. To get around this i run it through VirtualDub and change the framerate to 23.976 and remux it.
This is how my AVS script looks:
DirectShowSource("C:\Temp\XXXXX.m2ts",fps=23.976024)
crop( 0, 132, 0, -132)
LanczosResize(1280,544) # Lanczos (Sharp)
ColorMatrix(mode="Rec.709->Rec.601")
Still the finished muxed encode from the DivX Converter comes out with 23.97500????
Any help would be greatly appreciated.
Baelog
I started using the Divx converter 720p profile to make HD movies on my old Xbox with XBMC installed. It works but my problem is that after every encode the framerate is wrong and it makes the audio go out of sync. To get around this i run it through VirtualDub and change the framerate to 23.976 and remux it.
This is how my AVS script looks:
DirectShowSource("C:\Temp\XXXXX.m2ts",fps=23.976024)
crop( 0, 132, 0, -132)
LanczosResize(1280,544) # Lanczos (Sharp)
ColorMatrix(mode="Rec.709->Rec.601")
Still the finished muxed encode from the DivX Converter comes out with 23.97500????
Any help would be greatly appreciated.
Baelog