PDA

View Full Version : inserting PNG image to clip


emdiem
19th May 2005, 00:50
I havent visited this forum for a long time now.
I am using LanczosResize(480,576) when converting my productions to SVCD format.

I was looking for a way to implant a PNG file or JPG file in x,y cordinats but I havent found anything working.

I might use the wrong search words. anyone can help me out?

This is my code inside my .avs file:
AVIFileSource("clip.avi")
LanczosResize(480,576)

esby
19th May 2005, 02:21
- For inserting image:
imagereader() should do the job.

Now for inserting clip containt in an other clip, search the help for layer and overlay function If I remember correctly.
(I do think that this subject has been treated in theses forums a couple of times already.)

esby