From 934db0f43803e4b1a16ed0bc43d7719076a0a463 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 18 Jan 2020 16:26:13 +0100 Subject: parameter smoothing --- cli/app/search/live.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli') diff --git a/cli/app/search/live.py b/cli/app/search/live.py index 3f720c5..389ece4 100644 --- a/cli/app/search/live.py +++ b/cli/app/search/live.py @@ -448,7 +448,7 @@ class Listener: '-y', '-f', 'image2pipe', '-vcodec', 'png', - '-r', FPS, + '-r', str(FPS), '-i', '-', '-c:v', 'libx264', '-preset', 'slow', @@ -456,7 +456,7 @@ class Listener: '-vf', 'fps={}'.format(FPS), '-pix_fmt', 'yuv420p', '-s', '512x512', - '-r', FPS, + '-r', str(FPS), fp_out ], stdin=PIPE, stdout=PIPE) -- cgit v1.2.3-70-g09d2