OpenWorm icon indicating copy to clipboard operation
OpenWorm copied to clipboard

Use a more efficient means for recording Sibernetic simulation video

Open mwatts15 opened this issue 4 years ago • 0 comments

Current Docker container uses an ffmpeg screen recording feature (x11grab) to record Sibernetic simulation video. This method of recording brings in several X11 dependencies which are not otherwise necessary which complicates maintenance of the Docker image. Rather than this, it would be preferable to provide other means of recording a video of the simulation, possibly as a separate operation from the master_openworm.py script execution.

Relates to: openworm/sibernetic#182

mwatts15 avatar Sep 11 '21 03:09 mwatts15