VideoHelp.com Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. Member
    Join Date: Aug 2002
    Location: USA
    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?
    Quote Quote  

  2. 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")
    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.

    (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.
    Quote Quote  

  3. Alternatively you can use somthing like FrameFun it's freeware and can batch add borders to your photos before importing then in DsG.
    Quote Quote  




Similar Threads

  1. DVD SlideshowGUI - Random slides / images missing from the ISO file
    By DaveHole in forum Newbie / General discussions
    Replies: 0
    Last Post: 5th Dec 2010, 05:30
  2. Incorporating video in DVD SlideshowGUI without speeding it up
    By rosmari in forum Newbie / General discussions
    Replies: 2
    Last Post: 5th Nov 2009, 21:47
Search   Contact us   About   Advertise   Forum   RSS Feeds   Statistics   Tools