deanx0r
13th December 2003, 18:29
PAL 25 fps non-interlaced movie.
I frameserv it with this script:
LoadPlugin("C:\Program Files\AviSynth2\plugins\MPEG2DEC.dll")
MPEG2Source("C:\CORRS_TEST\BLEH.d2v")
LanczosResize(720,480)
AssumeFPS(23.976)
ConvertToRGB()
Encode it with TMPGEnc as an NTSC movie (23.976 fps, internally 29.97 fps)
Then with the audio, I use BeSweet to slow it down from 25 fps down to 23.796.
Compile everything, and I get synch problems :/
What am I doing wrong?
I frameserv it with this script:
LoadPlugin("C:\Program Files\AviSynth2\plugins\MPEG2DEC.dll")
MPEG2Source("C:\CORRS_TEST\BLEH.d2v")
LanczosResize(720,480)
AssumeFPS(23.976)
ConvertToRGB()
Encode it with TMPGEnc as an NTSC movie (23.976 fps, internally 29.97 fps)
Then with the audio, I use BeSweet to slow it down from 25 fps down to 23.796.
Compile everything, and I get synch problems :/
What am I doing wrong?