Rosey
9th October 2003, 04:51
hi everyone!
im having a horrible time here. this is what i know and have done:
1)im using avisynth to frameserve a very simple resizing to cce (2.67.00.10)
AviSource("D:\mymovie.avi")
BicubicResize(720,352)
AddBorders(0,64,0,64)
2) the origional video is "640x352 (1.82:1) [=20:11] with 25 fps" from gspot, so my resizing should be correct, right?
3) i load the mpv file into dvd labs and it says the video is 720x576! what is causing this?
4)i use pulldown to change the framerate to 29.97
5) the audio is mp3, so i use virtualdub to extract the wav. at this point, no matter what ive dont, the audio i never in synch with the video. if i "stretched" the video via pulldown, how do i do the same with the audio?
well, i know its a tall order, but y'alls help is greatly needed.
p.s. i tried this aviscript and i still get the 720x576 dimensions, so i dont know what the problem is.
AviSource("D:\mymovie.avi")
BicubicResize(720,396)
AddBorders(0,42,0,42)
im having a horrible time here. this is what i know and have done:
1)im using avisynth to frameserve a very simple resizing to cce (2.67.00.10)
AviSource("D:\mymovie.avi")
BicubicResize(720,352)
AddBorders(0,64,0,64)
2) the origional video is "640x352 (1.82:1) [=20:11] with 25 fps" from gspot, so my resizing should be correct, right?
3) i load the mpv file into dvd labs and it says the video is 720x576! what is causing this?
4)i use pulldown to change the framerate to 29.97
5) the audio is mp3, so i use virtualdub to extract the wav. at this point, no matter what ive dont, the audio i never in synch with the video. if i "stretched" the video via pulldown, how do i do the same with the audio?
well, i know its a tall order, but y'alls help is greatly needed.
p.s. i tried this aviscript and i still get the 720x576 dimensions, so i dont know what the problem is.
AviSource("D:\mymovie.avi")
BicubicResize(720,396)
AddBorders(0,42,0,42)