-
-
Notifications
You must be signed in to change notification settings - Fork 359
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
[BUG] ffmpeg ProcessSignaled(11) #3575
Comments
@helgehr as a workaround you can use Overrides.toml
with FFMPEG a path to a directory containing |
Did not work for me :( |
Still a Try:
And post the results here. Install My output:
|
Thanks for your advise! For me it sadly does not work either. So I added this in my
Now if I go to the julia REPL and type in
When I type in the suggested commands and afterwards try
Did I do something wrong in editing the Overrides.toml? |
Yes, it should be:
, so that
It think it errors out because it fails to find FFMPEG in 1.
|
Ok, thank you! I also had to install the But now it works! |
Glad to hear ! Don't forget to close the issue if all is resolved 😉 . |
@t-bltg Thanks for your help! It did work :) |
@mo8it, great ! It is a workaround, yes, but there is nothing If |
Details
When trying to save a animation with
gif(anim, "anim.gif")
an error is thrown:The Problem seems to be an segmentation violation by the ffmpeg executable. When I use the same command in a terminal with
/bin/ffmpeg
instead everything seems to work fine.This seems to be related to the following issue. I am running Arch Linux as well.
My full stacktraces is attatched: anim.log
Backends
This bug occurs on ( insert
x
below )Versions
Plots.jl version: 1.16.5
Backend version (
]st -m <backend(s)>
): 0.57.5Output of
versioninfo()
:The text was updated successfully, but these errors were encountered: