Open raunakbh92 opened 4 years ago
I think @MaximeBouton might have some ideas.
I think FFMPEG needs a flag when compiled to support svg: https://stackoverflow.com/questions/48216871/ffmpeg-support-for-svg-rasterization
Here is the build recipe for FFMPEG.jl: https://github.com/JuliaPackaging/Yggdrasil/blob/master/F/FFMPEG/build_tarballs.jl#L69 the svg flag is not there.
You could:
The example would work with an older version of Reel.jl (v1.1) that is using ImageMagick for gifs instead of ffmpeg.
Reverted Reel to v1.1.1 and tried rerunning the animation script from the tutorial. While the animation shows up fine, the axes labels don't show up. Wondering what could be causing that?
I tried to run the animation example provided in the tutorial. However, ran into the following error.
I see on the Reel.jl page that some recent changes have taken place in terms of dependency on FFMPEG.jl. Could that be the potential cause here?