Is it possible to create your own border for the images in DVD Slideshow GUI. Maybe I could create my own transparent border instead of the simple white border that comes with the program?
+ Reply to Thread
Results 1 to 3 of 3
-
-
Yes it can be done with 2 lines of avisynth scripting notepad:
Code:ImageSource("yourimage.png",fps=25) Overlay(last, loop(ImageSource("OverlayTemplate.png", pixel_type="RGB32", fps=25).lanczosresize(last.width(),last.height()), last.framecount()), mask=ShowAlpha(ImageSource("OverlayTemplate.png", pixel_type="RGB32", fps=25).lanczosresize(last.width(),last.height())),mode="blend")
(Paint.Net can be used to make png's with alpha.)
Alternatively you can change the clouds image in the posteffects folder, if you want to make one border over the entire slideshow.
Similar Threads
-
DVD SlideshowGUI - Random slides / images missing from the ISO file
By DaveHole in forum Newbie / General discussionsReplies: 0Last Post: 5th Dec 2010, 05:30 -
Incorporating video in DVD SlideshowGUI without speeding it up
By rosmari in forum Newbie / General discussionsReplies: 2Last Post: 5th Nov 2009, 21:47