no lower third when zmq is missing

This commit is contained in:
jb-alvarado 2022-01-28 07:56:25 +01:00
parent 35c779a758
commit 455159a699

View File

@ -582,7 +582,8 @@ def validate_ffmpeg_libs():
if 'tpad' not in FF_LIBS['filters']:
logger.error('ffmpeg contains no tpad filter!')
if 'zmq' not in FF_LIBS['filters']:
logger.error(
lower_third.add_text = False
logger.warning(
'ffmpeg contains no zmq filter! Text messages will not work...')