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 Logo on live stream

idealsat

Extended Member
Ext. Member
Joined
Sep 26, 2019
Messages
14
Reaction score
5
Points
14
Location
Paris
Hi

how i can add logo url with x-y positions in transcoding profile?

anybody know?

thanks
 
it depends what u use to transcode mate
 
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
i know i can put in transcode profile but how i put ffmpeg command for logo position

example if i want to show logo on center or right corner etc

how i can define positons etc?

can you give me some example?

thanks for your reply
 
i know i can put in transcode profile but how i put ffmpeg command for logo position

example if i want to show logo on center or right corner etc

how i can define positons etc?
LOGO-PATH.png
Transcoding.png

can you give me some example?

thanks for your reply
im using 150x22 logo
 
im using 150x22 logo
Yes i doing this but its showing upper on left how i move the logo?

example if i want to move on right side or bottom?

thanks for your reply
 
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
In XC FFMPEG custom command:
Eg.:

-i {INPUT} -filter_complex "overlay=10:10"

centrelized:
-i {INPUT} -filter_complex "overlay=x=(main_w-overlay_w)/2:y=(main_h-overlay_h)/2"

top-right corner:
-i {INPUT} -filter_complex "overlay=x=main_w-overlay_w-(main_w*0.01):y=main_h*0.01"

bottom-right corner:
-i {INPUT} -filter_complex "overlay=x=main_w-overlay_w-(main_w*0.01):y=main_h-overlay_h-(main_h*0.01)"
 
Yes i doing this but its showing upper on left how i move the logo?

example if i want to move on right side or bottom?

thanks for your reply
xtream codes in transcoding profiles has only for stable logo (top-right) you must use extra scripts to modify yours requires position.
 
Thanks for your help and support
 
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
Thanks for your help and support
Just use a transcoding profile normally, and make changes to the position-related parameter using the custom ffmpeg command for that, for the '-filter_complex' parameter ..., nothing more ...
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top