thanks a lot.

Is 'guacenc' build on ffmpeg?
I use ffmpeg to convert recording file to mp4 failed. 
```
ffmpeg -i <recording file> output.mp4
```
can I deal recording file laike this? and how?




thanks 
















在 2022-02-13 20:36:40,"Nick Couchman" <vn...@apache.org> 写道:

On Sat, Feb 12, 2022 at 11:26 PM miao <gogo6...@163.com> wrote:

Hello,


   
I run Guacamole in docker, and generate Graphical session recording with no 
suffix. How can I use “gugaenc” tool to trans recording file to mp4? Two 
container has no “gugaenc” tool.




The correct name of the tool is guacenc. That side, the guacd Docker container 
is not built with ffmpeg libraries, so guacenc support is not built. If you 
want that, you'll need to download the source code for guacd (guacamole-server) 
and install the required ffmpeg libraries and build guacenc that way.
 
And can guacd generate recording file with mp4 suffix?




You can set the suffix to whatever you like, but guacd cannot generate a MP4 
recording file directly - guacenc is required to convert the raw Guacamole 
protocol dumps that guacd generates to MP4.


-Nick

Reply via email to