ffmpeg be quiet

- otherwise buildbot won't let tests timeout
This commit is contained in:
Peter Šurda 2022-08-19 18:47:22 +08:00
parent 51378a75bc
commit 6dee19fe26
Signed by: PeterSurda
GPG Key ID: 3E47497CF67ABB95

View File

@ -28,6 +28,7 @@ if __name__ == "__main__":
ffmpeg = subprocess.Popen([ # pylint: disable=consider-using-with
"ffmpeg", "-y", "-nostdin", "-f", "x11grab", "-video_size", "vga",
"-v", "quiet", "-nostats",
"-draw_mouse", "0", "-i", os.environ['DISPLAY'],
"-codec:v", "libvpx-vp9", "-lossless", "1", "-r", "60",
"../out/test.webm"