PDA

View Full Version : add a frame


Roman Helmet
16th December 2004, 04:58
I need to add one frame of black to the beginning of an avi that i have. How should I go about doing this? Is there some way I can add maybe a jpeg or something that I can make up to the avi? Thanks in advance for any help.

Leak
16th December 2004, 08:04
Originally posted by Roman Helmet
I need to add one frame of black to the beginning of an avi that i have. How should I go about doing this? Is there some way I can add maybe a jpeg or something that I can make up to the avi? Thanks in advance for any help.

How about encoding a single black frame with the same settings and joining them using VirtualDub's append command?

AS
16th December 2004, 12:53
Blankclip() or imagereader()/imagesource()... Take your pick ;)

Say:

a = imagesource(blah)
b = bleh

a+b

Make sure they are the same dimensions and etc.