Julius Busecke
Julius Busecke
Can you pass an explicit string instead of `output_dir + 'SLA2019_Saildrone_movie.mp4' to test?
This suggests to me that there is something incompatible with the version of ffmpeg you have installed. Could you try to install a new version via conda/mamba? ``` $conda install...
Ooof that is frustrating, sorry. These were all run with 'verbose=True'? I think this is then purely an issue with printing the ffmpeg output to the notebook, since 2.-4. produce...
Good question. I dont thing so? But that would need some testing.
Thanks for reporting this problem @mcucchi9. This is certainly frustrating. Does a conda only install e.g. `conda create -n xmovie python=3.9 xmovie` work for you? I have had some issues...
I think a code snippet would be nice in general. I think I understand the issue you are having and having different dimension names is a good work around. It...
Hey @joglekara, I think that would be a great idea. I think the easiest way to do this is to add a kwarg here: https://github.com/jbusecke/xmovie/blob/f69ed6d6813e230f96188deec62e66aa7db3a926/xmovie/core.py#L219. The question is that how...
Thanks for using xmovie! I think this would be something that might be addressed with the right FFMPEG options. Ill try to look into it next week. I remember there...
Could you actually provide the code you used here? That way I can make sure we are talking about the same 'baseline'. Thanks
Ah interesting, this seems like a good solution, but I think we need a test to check this behavior. I am pretty busy for this/next week, so will probably not...