expose logo opacity and add info about progressive

This commit is contained in:
jb-alvarado 2019-09-01 22:35:09 +02:00
parent 70c4e6d48a
commit 5f4be41da7

View File

@ -59,8 +59,10 @@ log_level = INFO
; copy_mode means that there is no recomression ; copy_mode means that there is no recomression
; aspect mus be a float number ; aspect mus be a float number
; logo is only used if the path exist ; 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 ; 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 ; live_protocols is for checking input, is input a live source ffplayout handles it a bit different
; info: outout is progressive!
[PRE_COMPRESS] [PRE_COMPRESS]
copy_mode = False copy_mode = False
width = 1024 width = 1024
@ -68,6 +70,7 @@ height = 576
aspect = 1.778 aspect = 1.778
fps = 25 fps = 25
logo = logo.png logo = logo.png
logo_opacity = 0.7
logo_filter = overlay=W-w-12:12 logo_filter = overlay=W-w-12:12
live_protocols = ["http", "https", "ftp", "rtmp", "rtmpe", "rtmps", "rtp", "rtsp", "srt", "tcp", "udp"] live_protocols = ["http", "https", "ftp", "rtmp", "rtmpe", "rtmps", "rtp", "rtsp", "srt", "tcp", "udp"]