8000 Merge pull request #13155 from anntzer/ffmpeg-loglevel · matplotlib/matplotlib@6a6f21c · GitHub
[go: up one dir, main page]

Skip to content

Commit 6a6f21c

Browse files
authored
Merge pull request #13155 from anntzer/ffmpeg-loglevel
Let ffmpeg report errors.
2 parents d267a2a + 2b17953 commit 6a6f21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/animation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ def _args(self):
625625
# If you have a lot of frames in your animation and set logging to
626626
# DEBUG, you will have a buffer overrun.
627627
if _log.getEffectiveLevel() > logging.DEBUG:
628-
args += ['-loglevel', 'quiet']
628+
args += ['-loglevel', 'error']
629629
args += ['-i', 'pipe:'] + self.output_args
630630
return args
631631

0 commit comments

Comments
 (0)
0