VideoHelp Forum
+ Reply to Thread
Results 1 to 5 of 5
Thread
  1. I was playing around with a plugin in avisynth called subtitle and I noticed its got decent customization.

    I was also make it slightly transparent like this.




    Is it possible to do this with a small image or logo as well?

    If so, how would you go about doing it?
    Quote Quote  
  2. Overlay(base, logo, mask=transparency_mask)

    The transparency mask is a greyscale image where black marks the areas of the logo that are transparent, white the areas that are opaque, and shades of grey in between are proportionally transparent.

    But really, don't ruin a video with a logo.
    Quote Quote  
  3. Hello killerteengohan

    I put small logo with:

    a1=ffvideosource("video.mkv").spline36resize(720,4 04)
    a2=imagereader("LOGO1.PNG", pixel_type="RGB32")
    Overlay(a1,a2, mask=a2.ShowAlpha(pixel_type="RGB32"), x=686, y=0, mode="blend", opacity=0.5)
    Quote Quote  
  4. Originally Posted by jagabo View Post
    Overlay(base, logo, mask=transparency_mask)

    The transparency mask is a greyscale image where black marks the areas of the logo that are transparent, white the areas that are opaque, and shades of grey in between are proportionally transparent.

    But really, don't ruin a video with a logo.
    I wanted to know for educational purposes or personal video editing for youtube channel. I wont be ruining good video with it lol.

    I'll give it a try tomorrow.

    Thanks!
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!