alanisrox69
24th January 2006, 07:38
Hi all,
a while ago I got some great help from scharfbrain about PAL->NTSC conversion.
Unfortunately I have this really weird PAL disc. Here's the specs:
MPEG2 Video 720x576 (4:3) 25.00fps 3900Kbps
now, I want to take it to 16:9 NTSC 720x480 because it's an anamorphic movie, just was encoded to 4:3, and since I'm reconverting for NTSC, I figured I might as well utilize the 16:9 encoding method.
Here's the AVS script I used:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
mpeg2source("I:\narnia.d2v")
ConvertToYUY2()
Bob()
Crop(0,58,0,-58)
lanczosresize(720,480)
changefps(59.94)
separatefields()
selectevery(4,1,2)
weave()
I used the Crop method otherwise the aspect ratio wouldn't be correct (it wasn't correct in the first place).
I encoded it using CCE 2.67, 9pass VBR @ 4250kbps, 16:9. Here's the weird part, when I demuxed the original audio/video, I assumed I would have to adjust the audio so that it would be in synch, but I didn't, the audio from the original PAL matched fine with the newly converted 29.97fps video. So I moved on.
Multiplexed it and it looks great in media player. I author it using TMPGEnc DVD Author, burn it, and pop it in my player...starts up and I notice a jerking effect, seems like other couple of frames it goes back 1 frame. Yet it plays perfect in media player!
What am I doing wrong here?
Thanks!
-Derek-
PS. If you need more info, it's the Narnia DVD Screener.....
a while ago I got some great help from scharfbrain about PAL->NTSC conversion.
Unfortunately I have this really weird PAL disc. Here's the specs:
MPEG2 Video 720x576 (4:3) 25.00fps 3900Kbps
now, I want to take it to 16:9 NTSC 720x480 because it's an anamorphic movie, just was encoded to 4:3, and since I'm reconverting for NTSC, I figured I might as well utilize the 16:9 encoding method.
Here's the AVS script I used:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
mpeg2source("I:\narnia.d2v")
ConvertToYUY2()
Bob()
Crop(0,58,0,-58)
lanczosresize(720,480)
changefps(59.94)
separatefields()
selectevery(4,1,2)
weave()
I used the Crop method otherwise the aspect ratio wouldn't be correct (it wasn't correct in the first place).
I encoded it using CCE 2.67, 9pass VBR @ 4250kbps, 16:9. Here's the weird part, when I demuxed the original audio/video, I assumed I would have to adjust the audio so that it would be in synch, but I didn't, the audio from the original PAL matched fine with the newly converted 29.97fps video. So I moved on.
Multiplexed it and it looks great in media player. I author it using TMPGEnc DVD Author, burn it, and pop it in my player...starts up and I notice a jerking effect, seems like other couple of frames it goes back 1 frame. Yet it plays perfect in media player!
What am I doing wrong here?
Thanks!
-Derek-
PS. If you need more info, it's the Narnia DVD Screener.....