ok a whole new question.. i want to put antoher picture and i tried this code
Code: Select all
LoadPlugin("C:\VirtualDubMod\plugins\immaavs.dll")
video = DirectShowSource("C:\Users\Dor\Desktop\פרקי דרגון בול\נקיים\[www.bafsubs.tk]Dragon_Ball_Kai_E1.mkv",fps=23.976,convertfps=true)
part1 = video.Trim(0,300)
part2 = video.Trim(301,404)
part3 = video.Trim(405,0)
part4 = video.Trim(0,300)
part5 = video.Trim(301,404)
part6 = video.Trim(405,0)
image = Imagesource("C:\Users\Dor\Desktop\פרקי דרגון בול\נקיים\pic3.png", pixel_type="RGB32")
image2 = Imagesource("C:\Users\Dor\Desktop\פרקי דרגון בול\נקיים\pic3.png", pixel_type="RGB32")
Overlay(part2, image, x=130, y=180, mask=image.ShowAlpha())
Overlay(part5, image2, x=-130, y=-180, mask=image.ShowAlpha())
Part1 ++ Overlay(part2, image, x=130, y=180, mask=image.ShowAlpha()) ++ Part3
Part4 ++ Overlay(part5, image2, x=-130, y=-180, mask=image.ShowAlpha()) ++ Part6
and now i cant see both of the picture what wrong with it?