Various
23rd February 2008, 03:45
Hello,
I have a video clip that is 640x480. I did this:
a = AviSource("video.avi")
b = LetterBox(a, 0,0, 40,40)
return b
When I open this avs file in VirtualDub, I can see
the letterbox effect i.e. black bars on left & right.
However when I go to File->file-information,
it says the width is still 640.
Is that a bug?
Thanks.
I have a video clip that is 640x480. I did this:
a = AviSource("video.avi")
b = LetterBox(a, 0,0, 40,40)
return b
When I open this avs file in VirtualDub, I can see
the letterbox effect i.e. black bars on left & right.
However when I go to File->file-information,
it says the width is still 640.
Is that a bug?
Thanks.