Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8e517d8

Browse files
authored
Merge pull request#8743 from ElieGouzien/fix-anim-avconv
Fix 'animation' unable to detect AVConv.
2 parentsd526105 +e99096c commit8e517d8

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

‎doc/users/whats_new/fix_avconv.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
AVConv writer is back
2+
---------------------
3+
Correct a bug that prevented detection of AVconv for matplotlib.animation.

‎lib/matplotlib/animation.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,7 @@ def output_args(self):
616616
def_handle_subprocess(cls,process):
617617
_,err=process.communicate()
618618
# Ubuntu 12.04 ships a broken ffmpeg binary which we shouldn't use
619+
# NOTE : when removed, remove the same method in AVConvBase.
619620
if'Libav'inerr.decode():
620621
returnFalse
621622
returnTrue
@@ -674,6 +675,11 @@ class AVConvBase(FFMpegBase):
674675
exec_key='animation.avconv_path'
675676
args_key='animation.avconv_args'
676677

678+
# NOTE : should be removed when the same method is removed in FFMpegBase.
679+
@classmethod
680+
def_handle_subprocess(cls,process):
681+
returnMovieWriter._handle_subprocess(process)
682+
677683

678684
# Combine AVConv options with pipe-based writing
679685
@writers.register('avconv')

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp