Results 1 to 4 of 4

Thread: Put Watermark on the Actual Video using FFMPEG convert command

  1. #1

    Default Put Watermark on the Actual Video using FFMPEG convert command

    Is there's a way, ffmpeg convert video with text watermark, because new version of JW Player 5.7 dont support watermark, and it is time to convert the video that has a watermark (put watermark on the actual video) i have browse the net and look for it, and they are saying ffmpeg can do this, hope someone can provide this command to work on ffmpeg

    Regards
    Mark

  2. #2

  3. #3

    Default

    Quote Originally Posted by vshare2 View Post
    Hi,

    It is only available in the license version of the player

  4. #4

    Default

    Hi,

    If you are using licensed version of Jwplayer, do the following.

    Open vShare/include/player.inc file and find
    Code:
    so.addVariable("logo","{$config['baseurl']}/templates/images/watermark.gif");
    Replace with
    Code:
    so.addVariable('logo.file', "{$config['baseurl']}/templates/images/watermark.gif");
    so.addVariable('logo.link', "{$config['baseurl']}");
    so.addVariable('logo.hide, "false");
    Try it now.

    If you can't get it fixed, open a support ticket at

    BuyScripts Helpdesk

    with your vShare admin and FTP login details.

    Thanks,

    Buyscripts Team.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •