VideoHelp Forum
+ Reply to Thread
Results 1 to 5 of 5
Thread
  1. Hello!

    Is it possible to add any text or picture to my recorded file or while recording live stream in this player? I cant to find anything : (


    regards John
    Quote Quote  
  2. Member Budman1's Avatar
    Join Date
    Jul 2012
    Location
    NORTHWEST ILLINOIS, USA
    Search Comp PM
    It is possible with overlays using several programs including ffmpeg and/OR avisynth. Are you looking to add in just one spot for the length of the movie or several for short spans? Will you use both picture and text? Will they overlap or not?

    A little more information would make it easier to give a more detailed answer and example.
    Quote Quote  
  3. i would like to add my own logo like it is possible in VLC "overlay". i have seen this avisynth script but no idea how to use it.
    Quote Quote  
  4. Member Budman1's Avatar
    Join Date
    Jul 2012
    Location
    NORTHWEST ILLINOIS, USA
    Search Comp PM
    For my overlays I use FFmpeg to hardcode the AVIsynth script setup. The setup for my example is shown below:

    Click image for larger version

Name:	overlay setup.jpg
Views:	264
Size:	84.3 KB
ID:	41447
    Click image for larger version

Name:	overlay ffmpeg.jpg
Views:	233
Size:	56.2 KB
ID:	41450

    The avisynth script is:

    Code:
    v1 = Directshowsource("C:\Users\Bud\Desktop\Wham!Last Christmas.mp4").ConvertToRGB32.Lanczosresize(640, 360)
    img1 = ImageSource("C:\Users\Bud\Desktop\imagefolder\TransparentBG.png", pixel_type="RGB32", fps=30.000, end=8335).converttoRGB32.LanczosResize(114,76)
    clip1 = v1.trim(0, -8335).Overlay(img1, 10, 10,Opacity=1.0, img1.ShowAlpha())
    return clip1
    Click image for larger version

Name:	overlay script.jpg
Views:	196
Size:	72.1 KB
ID:	41448


    Which results in the video:

    Click image for larger version

Name:	Overlay Video.jpg
Views:	267
Size:	75.4 KB
ID:	41449
    Quote Quote  
  5. There is a simple trick but it is only possible in live version (not mini).

    Click image for larger version

Name:	2017-05-01_20-33-51.jpg
Views:	751
Size:	70.9 KB
ID:	41468


    Pressing casting button will open the following dialog.
    The option "Apply broadcast effects to on-air..." should be disabled.

    note: don't press the buttons of the dialog below.

    Click image for larger version

Name:	2017-05-01_20-34-49.jpg
Views:	247
Size:	75.4 KB
ID:	41469
    Last edited by sheppaul; 1st May 2017 at 06:59.
    Quote Quote  



Similar Threads

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