Home Comments Thread
New Thread

1 Comment

giscus-bot giscus-bot 2022-12-17 01:59:24
Guest *antoine* @ 2017-11-19 23:32:39 originally posted:

Hello
I am trying to save my animation (mac users) but I have troubles with ffmpeg
it is properly installed (via conda install ffmpeg) but within R studio, I still have the following error mesage:

saveVideo(render.animation(mydynamicnetwork,vertex.col="steelblue",edge.col='gray',

  • main='A network animation',displaylabels=F,render.cache='none'))
    sh: ffmpeg: command not found

Error in system(paste(ffmpeg, "-version"), intern = TRUE) :
error in running command
NULL
Warning message:
In saveVideo(render.animation(mydynamicnetwork, vertex.col = "steelblue", :
The command "'ffmpeg'" is not available in your system. Please install FFmpeg or avconv first: http://ffmpeg.org/download.html

Sign in to join the discussion

Sign in with GitHub