You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@guacamole.apache.org by Paul Azad <pa...@thissolution.com> on 2017/04/17 06:18:27 UTC

Re: How to use Screen Recording?Thanks

Hi

The files are in a raw Guacamole format. You will need to encode it to a
video to be able to watch them. The guacamole format is not a video, and is
extremley small.
There is a tool called guacenc included with Guacamole that you can use that
makes it into a .m4v file

USAGE: guacenc [-s WIDTHxHEIGHT] [-r BITRATE] [-f] [FILE]...
Ie
guacenc -s 1280x720 -r 20000000 <FILE_NAME>

I have installed mencoder on my Guacamole box to encode the file.

guacenc -s 1920x1080 -r 4000000 <FILE_NAME> && mencoder <FILE_NAME>.m4v -o
<FILE_NAME>avi -ovc x264 -x264encopts bitrate=3000 pass=1 nr=2000 -nosound

This will encode the file using x264 codec into a .avi file.

Just as an FYI a RDP session i recorded of a 1920x1080 RDP session - it went
for 7:24 minutes. 
The raw file was 6.9Mb 
The .m4v file guacenc created was 213Mb







--
View this message in context: http://apache-guacamole-incubating-users.2363388.n4.nabble.com/How-to-use-Screen-Recording-Thanks-tp774p782.html
Sent from the Apache Guacamole (incubating) - Users mailing list archive at Nabble.com.