Project

General

Profile

add logo on tvheadend

Added by new rpi almost 4 years ago

is it possible to add a logo on streaming video?


Replies (6)

RE: add logo on tvheadend - Added by saen acro almost 4 years ago

Yes possible with option "MPEG-TS Spawn" in streaming profile.

RE: add logo on tvheadend - Added by new rpi almost 4 years ago

can you please give me an example of the command?

this streaming profile is present only in the unstable version?

RE: add logo on tvheadend - Added by new rpi almost 4 years ago

yes i was able to add from line command and ffmpeg the logo!

but do i have to add that command in tvheadend in streaming profile?

RE: add logo on tvheadend - Added by saen acro almost 4 years ago

So add command to TVH interface and go to next case.
Use search in forum there are similar questions.

RE: add logo on tvheadend - Added by new rpi almost 4 years ago

new rpi wrote:

this streaming profile is present only in the unstable version?

where i can add the command in tvh interface :) i am using tvh 4.2

TRYED:
ffmpeg -y -i pipe:0 -i ./home/ubuntu/ffmpeg_sources/ffmpeg/test.png -filter_complex "overlay=10:10" -preset superfast -bitrate 2000k -bufsize 1500k -c:v libx264 -c:a aac -c:s copy -f mpegts pipe:1

while this is the comand working that add on a mp4 file my logo
ffmpeg -y -i mylink -i ./test.png -filter_complex "overlay=10:10" OUT.mp4

i can see video but no logo

    (1-6/6)