Music Fan
2nd August 2010, 11:34
Hi,
I have a very weird problem.
With these scripts, there's no problem ;
Mpeg2Source(...)
crop(0,40,0,-40)
video=Mpeg2Source(...)
audio=WAVSource(...)
audiodub(video,audio)
But with this one ;
video=Mpeg2Source(...)
audio=WAVSource(...)
crop(0,40,0,-40)
audiodub(video,audio)
... I get this message : "Crop : Destination height is 0 or less".
Why can't I crop when I add sound ?
I don't understand it.:confused:
Thanks for your help.:thanks:
I have a very weird problem.
With these scripts, there's no problem ;
Mpeg2Source(...)
crop(0,40,0,-40)
video=Mpeg2Source(...)
audio=WAVSource(...)
audiodub(video,audio)
But with this one ;
video=Mpeg2Source(...)
audio=WAVSource(...)
crop(0,40,0,-40)
audiodub(video,audio)
... I get this message : "Crop : Destination height is 0 or less".
Why can't I crop when I add sound ?
I don't understand it.:confused:
Thanks for your help.:thanks: