On Sun, Feb 13, 2022 at 9:57 PM Simon <[email protected]> wrote: > thanks a lot. > > Is 'guacenc' build on ffmpeg? > I use ffmpeg to convert recording file to mp4 failed. >
No, it is not built on ffmpeg - it uses the libraries provided by ffmpeg to generate the recording files, but it has code that reads the raw Guacamole recording file, which is not included in ffmpeg itself. > ``` > ffmpeg -i <recording file> output.mp4 > ``` > can I deal recording file laike this? and how? > > No, this will not work as ffmpeg does not know anything about the Guacamole recordings. You need to build guacenc. -Nick >
