Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes issue #2482 and adds note in matplotlibrc.template #2615

Merged
merged 3 commits into from Nov 25, 2013

Conversation

vlsd
Copy link
Contributor

@vlsd vlsd commented Nov 25, 2013

Three changes:

  1. Changed the order of arguments in the call to ffmpeg. Now output options go with the output file instead of the input file. This avoids an issue with ffmpeg 2.x rejecting the call.
  2. Fixed a bug where xrange() was assumed (incorrectly) to be a generator. It is in fact some sort of lazy list, so it does not have the __next__() method generators have. The bug manifested itself when calling FuncAnimate() with a constant number of frames, like in examples/animation/basic_example.py.
  3. Added a note in the INSTALL document about the incompatibility of the tight setting for bbox with generating movies using pipe writers, like ffmpeg.

This is a cleaned up version of #2493

@vlsd vlsd mentioned this pull request Nov 25, 2013
tacaswell added a commit that referenced this pull request Nov 25, 2013
Fixes issue #2482 and adds note in matplotlibrc.template
@tacaswell tacaswell merged commit 0b1820d into matplotlib:master Nov 25, 2013
@vlsd vlsd deleted the issue2482 branch November 30, 2013 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants