A_T
12th April 2006, 13:31
I am having trouble getting the correct aspect ratio in the output when running an script through cce sp 2.50. dgindex tells me the input video is PAL 16:9 720x576 25 fps
I tried this script:
LoadPlugin("G:\....\DGDecode.dll")
MPEG2Source("VTS_01_1.d2v")
and encoded in cce at 16:9. The result was a video too narrow on both my dvd player and software dvd players. I also tried cce with 4:3 and 1:1 but the result was the same.
I then tried:
LoadPlugin("G:\...\DGDecode.dll")
MPEG2Source("G:\...\VTS_01_1.d2v")
Lanczos4Resize(624, 352)
but the result was too stretched.
I would be grateful if anyone could advise me as to what I should put in my script so that my dvd players shows the video in the same AR as the original source.
I tried this script:
LoadPlugin("G:\....\DGDecode.dll")
MPEG2Source("VTS_01_1.d2v")
and encoded in cce at 16:9. The result was a video too narrow on both my dvd player and software dvd players. I also tried cce with 4:3 and 1:1 but the result was the same.
I then tried:
LoadPlugin("G:\...\DGDecode.dll")
MPEG2Source("G:\...\VTS_01_1.d2v")
Lanczos4Resize(624, 352)
but the result was too stretched.
I would be grateful if anyone could advise me as to what I should put in my script so that my dvd players shows the video in the same AR as the original source.