-
Notifications
You must be signed in to change notification settings - Fork 300
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
Cannot save a multiscene animation - imagio:ffmpeg warning #679
Comments
How big was the area of the data being saved (rows x cols)? |
a full MSG image 3712 by 3712, 6 hours worth of data ie 24files at fps=2 |
Did the animation PR solve this ? |
well this and installing imagio 2.4.1 - works fine now |
This seems like a bug in ffmpeg. I'm guessing it is either not working with the newest versions of ffmpeg or more likely it is not communicating in the same way. I'm not sure there is an option for it but imageio probably needs to wait longer (be more patient) for ffmpeg to process our large frames. Either way it'll take a lot of testing. |
This should be fixed in |
Testing the pytrolls_example exercise7 notebook created for eumetsat training session i was unable to save then MSG animation created during the example.
Initailly i had to set the client option to false in save_animation as there was an error generated stating that the client object didnt have a gather attribute. After this change a save was attempted but not completed
Expected behavior
The animation shuold have been saved as an mp4 file
Actual results
File not saved
imagio version
imageio 2.5.0 py36_0 conda-forge
imageio-ffmpeg 0.2.0 py_0 conda-forge
Additional context
imageio was downgraded to 2.4.1 and the notebook worked as expected
The text was updated successfully, but these errors were encountered: