VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. I attach a script, to create a logo on videos, you could convert it to the most updated version for RIPBOT+avisynth
    Thank you

    Code:
    video=DirectShowSource("C:\test.mp4").ConvertToYV12()
    logo = imagesource ("C:\logo.png",pixel_type="RGB32") 
    overlay(video,logo,mask=logo.ShowAlpha, x= 05, y= 05, mode ="blend", opacity=.25)
    Quote Quote  



Similar Threads

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