Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!

Question How to embed watermark of filename into a video?

benlisto

Extended Member
Ext. Member
Joined
Apr 29, 2020
Messages
22
Reaction score
28
Points
24
Location
Colombia
As the title says I am trying to figure out a way to automatically embed / watermark a filename of a movie into the actual video itself.
I have seen scripts that will add logos in as a watermark, however I need something that can just add the name of the video that's playing...

Ie: Terminator2.mkv would show this as the watermark.

I need this as I am trying to create my own 24-7 channels (for movies), that will allow the user to actually know what they are watching as EPG obviously won't work for 24-7.

Any insight on this would be greatly appreciated! Also willing to pay someone to create a script that can mass encode the filename stamp to thousands of movies at a time.
Thanks!
 
As the title says I am trying to figure out a way to automatically embed / watermark a filename of a movie into the actual video itself.
I have seen scripts that will add logos in as a watermark, however I need something that can just add the name of the video that's playing...

Ie: Terminator2.mkv would show this as the watermark.

I need this as I am trying to create my own 24-7 channels (for movies), that will allow the user to actually know what they are watching as EPG obviously won't work for 24-7.

Any insight on this would be greatly appreciated! Also willing to pay someone to create a script that can mass encode the filename stamp to thousands of movies at a time.
Thanks!
You wanna do it trought ffmpeg?
 
You wanna do it trought ffmpeg?
If possible yes FFMPEG would be ideal as we could set it in our panel under the header.

The question is can we create FFMPEG command that will

1. Check the file name and overlay the filename without us putting a static name in the actual command.
2. Be able to process the active stream/channel without having to output a new file.

Something similar to this command however that will fix issues 1 and 2

ffmpeg -i input.mp4 -vf "drawtext=fontfile=/path/to/font.ttf:text='Stack Overflow':fontcolor=white:fontsize=24:box=1:boxcolor=[email protected]:boxborderw=5:x=(w-text_w)/2:y=(h-text_h)/2" -codec:a copy output.mp4
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
As the title says I am trying to figure out a way to automatically embed / watermark a filename of a movie into the actual video itself.
I have seen scripts that will add logos in as a watermark, however I need something that can just add the name of the video that's playing...

Ie: Terminator2.mkv would show this as the watermark.

I need this as I am trying to create my own 24-7 channels (for movies), that will allow the user to actually know what they are watching as EPG obviously won't work for 24-7.

Any insight on this would be greatly appreciated! Also willing to pay someone to create a script that can mass encode the filename stamp to thousands of movies at a time.
Thanks!
you can do it with foxcodec,(movie name,logo,time left and epg for 24/7 channels)
 
If possible yes FFMPEG would be ideal as we could set it in our panel under the header.

The question is can we create FFMPEG command that will

1. Check the file name and overlay the filename without us putting a static name in the actual command.
2. Be able to process the active stream/channel without having to output a new file.

Something similar to this command however that will fix issues 1 and 2

ffmpeg -i input.mp4 -vf "drawtext=fontfile=/path/to/font.ttf:text='Stack Overflow':fontcolor=white:fontsize=24:box=1:boxcolor=[email protected]:boxborderw=5:x=(w-text_w)/2:y=(h-text_h)/2" -codec:a copy output.mp4
This can be done via php, which takes a list of files (from one folder) and runs recursively and synchronously.
One by one it would get the filename and send it to a variable, and that variable would be indicated in 'text' in the ffmpeg command, which would run on that same file...
 
I am also interested in such a solution, especially if it could be implemented in XtreamUI
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
As the title says I am trying to figure out a way to automatically embed / watermark a filename of a movie into the actual video itself.
I have seen scripts that will add logos in as a watermark, however I need something that can just add the name of the video that's playing...

Ie: Terminator2.mkv would show this as the watermark.

I need this as I am trying to create my own 24-7 channels (for movies), that will allow the user to actually know what they are watching as EPG obviously won't work for 24-7.

Any insight on this would be greatly appreciated! Also willing to pay someone to create a script that can mass encode the filename stamp to thousands of movies at a time.
Thanks!
you can done it with FFMPEG

 
Last edited by a moderator:
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top