ffmpeg be quiet
- otherwise buildbot won't let tests timeout
This commit is contained in:
parent
51378a75bc
commit
6dee19fe26
|
@ -28,6 +28,7 @@ if __name__ == "__main__":
|
||||||
|
|
||||||
ffmpeg = subprocess.Popen([ # pylint: disable=consider-using-with
|
ffmpeg = subprocess.Popen([ # pylint: disable=consider-using-with
|
||||||
"ffmpeg", "-y", "-nostdin", "-f", "x11grab", "-video_size", "vga",
|
"ffmpeg", "-y", "-nostdin", "-f", "x11grab", "-video_size", "vga",
|
||||||
|
"-v", "quiet", "-nostats",
|
||||||
"-draw_mouse", "0", "-i", os.environ['DISPLAY'],
|
"-draw_mouse", "0", "-i", os.environ['DISPLAY'],
|
||||||
"-codec:v", "libvpx-vp9", "-lossless", "1", "-r", "60",
|
"-codec:v", "libvpx-vp9", "-lossless", "1", "-r", "60",
|
||||||
"../out/test.webm"
|
"../out/test.webm"
|
||||||
|
|
Reference in New Issue
Block a user