From 754d2b7227619d8cd512b025a16f72d0b56c05eb Mon Sep 17 00:00:00 2001 From: apatsekin Date: Mon, 15 Apr 2019 13:52:29 -0400 Subject: [PATCH] Update README.md non-existing parameter --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 208c7b5..8ceade8 100644 --- a/examples/README.md +++ b/examples/README.md @@ -51,7 +51,7 @@ out, _ = ( .input(in_filename) .filter('select', 'gte(n,{})'.format(frame_num)) .output('pipe:', vframes=1, format='image2', vcodec='mjpeg') - .run(capture_output=True) + .run(capture_stdout=True) ) ```