From 5f4be41da786482abd046870f7b98cd543927225 Mon Sep 17 00:00:00 2001 From: jb-alvarado Date: Sun, 1 Sep 2019 22:35:09 +0200 Subject: [PATCH] expose logo opacity and add info about progressive --- ffplayout.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ffplayout.conf b/ffplayout.conf index b4a98ae7..d96e6189 100644 --- a/ffplayout.conf +++ b/ffplayout.conf @@ -59,8 +59,10 @@ log_level = INFO ; copy_mode means that there is no recomression ; aspect mus be a float number ; logo is only used if the path exist +; with logo_opacity logo can make transparent ; with logo_filter = overlay=W-w-12:12 you can modify the logo position ; live_protocols is for checking input, is input a live source ffplayout handles it a bit different +; info: outout is progressive! [PRE_COMPRESS] copy_mode = False width = 1024 @@ -68,6 +70,7 @@ height = 576 aspect = 1.778 fps = 25 logo = logo.png +logo_opacity = 0.7 logo_filter = overlay=W-w-12:12 live_protocols = ["http", "https", "ftp", "rtmp", "rtmpe", "rtmps", "rtp", "rtsp", "srt", "tcp", "udp"]