Closed wxmerkt closed 4 years ago
This seems to be somehow related to an error I currently receive. When trying to record a movie of the crocoddyl example _bipedalwalking.py in the gepetto viewer, it fails with the following log:
Failed to start avconv. Either it is missing, or you may have insufficient permissions to invoke it.
You can manually run avconv -r 25 -i /tmp/gepetto-gui/record/img_0_%d.jpeg -vf scale=trunc(iw/2)*2:trunc(ih/2)*2 -r 25 -vcodec libx264 /home/###hidden###/Videos/bipedalRecording.mp4
@nim65s there are several possible workaround:
Thanks for the heads-up, I had forgotten this.
Fixed by #119
Relates to #92 and #94.
94 added the ability to configure
avconv
to beffmpeg
or whatever we want. However, in the robotpkg distributed viewer, it still points toavconv
on 18.04 by default - it is nowffmpeg
again. Can this be fixed in the distributed version?