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
Thread: DVD SlideshowGUI
Thread
-
Yes it can be done with 2 lines of avisynth scripting notepad:
Change the 'yourimage.png'(photo) and 'OverlayTemplate.png'(border with alpha), save as .avs and import the .avs as a slide, then you got your image with your border.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.
Alternatively you can use somthing like FrameFun it's freeware and can batch add borders to your photos before importing then in DsG.
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
Statistics
Newest guides
Latest tool updates
New media comments




Quote