Log in

View Full Version : PAL to NTSC, what am I doing wrong?


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?

ppera2
14th December 2003, 23:40
Try Mpeg2dec3.dll - it has some bugfixes.

How desync looks? Is it progressive, ocassional?

deanx0r
15th December 2003, 14:09
I got it fixed, but I am not sure how it got fixed... :/

I got some weird artifact on the very bottom of the screen after I encoded it... like a line of 1 pixel thick stretching horizontally from the one third of the screen to the right.

I tried avisynth 2.53 and Mpeg2dec3.dll that you recommmended.

Tried the latest version of BeSweet (1.5b23)to convert the audio from 25 to 23.796.

Well, that's what I think I did. It came out perfect.
Thx.