AlexeyS
30th August 2005, 23:49
I need to add audio to my movie, change fps and resize. What is right commands order?
When I use this, it seems ChangeFPS doesn't work or audio converts too (streches):
a = MPEG2Source("d:\movie.d2v")
b = wavsource("d:\sound.wav")
audiodub(a,b)
LanczosResize(512,384,0,0)
ChangeFPS(23.970)
When I use this, it seems ChangeFPS doesn't work or audio converts too (streches):
a = MPEG2Source("d:\movie.d2v")
b = wavsource("d:\sound.wav")
audiodub(a,b)
LanczosResize(512,384,0,0)
ChangeFPS(23.970)