-
Notifications
You must be signed in to change notification settings - Fork 13
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
FFMPEG.ffmpeg_exe failed because of ERROR: failed process #42
Comments
Same issue here, any news? |
Can you please try using FFMPEG.FFMPEG_jll
run(`$(ffmpeg()) -v 0 -framerate 15 -i /home/akira/materials-for-FFMPEG/%06d.png -i /home/akira/matrials-for-FFMPEG/palette.bmp -lavfi paletteuse=dither=sierra2_4a -loop 0 -y anim_fps15.gif`) |
Thank you. But it doesn't work for me.
|
There is a workaround here which worked for me: But this is not a solution, only a workaround. The bug has to be fixed somehow. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FFMPEG.ffmpeg_exe
failed withERROR: failed process
. Although the use of ffmpeg through FFMPEG.jl failed, I can use it with appropriate LD_LIBRARY_PATH.Do you have any advice or workaround?
The text was updated successfully, but these errors were encountered: