Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Compression Techniques FFMPEG RTMP publish with logo overlay

  • FFMPEG RTMP publish with logo overlay

    Posted by Abhilash Krishnan on November 7, 2010 at 7:17 pm

    Can anyone help me in ffmpeg rtmp with a logo overlay in top right corner. I tried using the following but it doesn’t work

    ffmpeg -re -i test.flv -acodec copy -vcodec copy -f flv -vf “movie=0:png:espn.png [watermark];[in] [watermark]overlay=0:0:1[out] rtmp://localhost/live/livestream

    Michael Rampe replied 15 years, 8 months ago 2 Members · 4 Replies
  • 4 Replies
  • Michael Rampe

    November 10, 2010 at 4:14 am

    please post the output including error messages.

    Michael

  • Abhilash Krishnan

    November 10, 2010 at 11:27 am

    There is no error as such. The video is playing but no overlay logo on it.

  • Abhilash Krishnan

    November 10, 2010 at 11:34 pm

    The error message is : Unable to find a suitable output format for ‘[watermark];’

    The command is: ffmpeg -i C:\stream\content\movie.flv –
    vf ‘movie=0:jpg:logo.jpg,pad=300:200:0:0:0x00000000 [watermark]; [in] [watermark]overlay=0:0:1[out]’ -re -acodec copy -ar 22050 -vcodec h264 -f flv rtmp://localhost/live/livestream

  • Michael Rampe

    November 20, 2010 at 5:16 am

    try double quotes “” instead of single quotes ”

    Michael

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy