Mr901
29th November 2011, 10:23
Yes ive searched.
This is my script
DirectShowSource("E:\PC\part 3.mp4\blue.mp4")
a1=DirectShowSource("E:\PC\part 3.mp4\blue.mp4")
a2=ImageReader("C:\Users\Mr901\Desktop\logo.png")
a3=ImageReader("C:\Users\Mr901\Desktop\logo.png",pixel_type="RGB32").ShowAlpha(pixel_type="RGB32")
Overlay(a1,a2,mask=a3)
What im trying to do is fix the pixelated logo, its text with transparent background, and its pixelated around the edges
This is my script
DirectShowSource("E:\PC\part 3.mp4\blue.mp4")
a1=DirectShowSource("E:\PC\part 3.mp4\blue.mp4")
a2=ImageReader("C:\Users\Mr901\Desktop\logo.png")
a3=ImageReader("C:\Users\Mr901\Desktop\logo.png",pixel_type="RGB32").ShowAlpha(pixel_type="RGB32")
Overlay(a1,a2,mask=a3)
What im trying to do is fix the pixelated logo, its text with transparent background, and its pixelated around the edges