View Single Post
Old 2012-01-26, 23:48   Link #563
TheRyuu
warpsharpened
 
Join Date: Sep 2008
(from visitors messages or something)
Quote:
Originally Posted by jnazh
When I used this orders, background of overlayFX video is black -_- ?

Code:
Import("D:\anime\Signs_Overlay.avs")
AVISource("D:\anime\Persona4 ED WR.avi")
avisign("D:\anime\OverlayFX.avi").sign(1,1720)


I used this orders when I make overlay video for ass karaoke FX
Code:
v =AviSource("D:\anime\Persona4 ED WR.avi")
MaskSub("D:\anime\persona 4 ED2 [Kanji Ktimed].ass" v.width,v.height,v.framerate,v.framecount).FlipVer tical()
thnx for help . ^^
You didn't save your overlay as RGBA.

When you make your overlay I'd use lagarith (lags), fast recompress, set to output RGBA (null frames and multithreading should probably be checked on too).
TheRyuu is offline   Reply With Quote