View Full Version : Converting Mpeg2 to Mpeg1 in Avisynth problem


numlock
20th August 2004, 03:15
OK, I have an MPEG-2 files that I need to convert to MPEG-1.

I use the followng script that I open in TMPGEnc

DirectShowSource("e:\Temp\1.mpg", fps = 29.97)
ReduceBy2
Crop(4, 0, 352, 240)


Problem is that the resulting mpeg-1 files plays very fast, it looks like it's being fast forwarded.

Any ideas ?