show duration in play info

This commit is contained in:
jb-alvarado 2021-02-17 11:41:28 +01:00
parent f0cf5d80e3
commit 4d711affe6

View File

@ -64,7 +64,9 @@ def output():
if watcher is not None:
watcher.current_clip = node.get('source')
messenger.info(f'Play: {node.get("source")}')
messenger.info(
f'Play for {node["out"] - node["seek"]:.2f} '
f'seconds: {node.get("source")}')
dec_cmd = [
'ffmpeg', '-v', _log.ff_level.lower(),