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

Animation clear_temp=False reuses old frames #964

Closed
goretkin opened this issue Jun 25, 2012 · 1 comment
Closed

Animation clear_temp=False reuses old frames #964

goretkin opened this issue Jun 25, 2012 · 1 comment
Assignees

Comments

@goretkin
Copy link
Contributor

Using MPL version 1.0.1
If I make an animation consisting of 10 frames with the clear_temp=False option and then make an animation with 5 frames in the same folder, then the resulting movie contains the 5 frames from the new animation and the 5 final frames from the old animation.

Here's an example: https://gist.github.com/2989424

@ghost ghost assigned dopplershift Jul 20, 2012
@dopplershift
Copy link
Contributor

Thanks for the report. The save() support on 1.0.x was really half-baked, so I don't think it's worth fixing there necessarily. git master, which will become 1.2 has substantially refactored the writing support to be more robust and support passing more options to the writers.

I've fixed this on master by passing -vframes to ffmpeg and -frames to mencoder in commit ed6a250.

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

No branches or pull requests

2 participants