A guacenc Docker version from the Guacamole environment ready to go.
1.1K
Docker image for using the guacenc utility
docker run -v /path/to/recording/folder:/recordings -d -it --name guacenc litios/guacenc
docker exec -it guacenc guacenc -f /recordings/my-file
To convert it to mp4
docker exec -it guacenc ffmpeg -i /recordings/my-file.m4v /recordings/my-file.mp4
Content type
Image
Digest
Size
253.1 MB
Last updated
about 6 years ago
docker pull litios/guacenc