Hello!! made a script for automatic conversion of recording sessions, the script itself works, but if you run it through cron, the line linked to the conversion does not work, I think the matter is in the absence of the output parameter of the guacenc utility file. tell me how to fix it.


++++++++++++++++++++++++++++++++++

#!/usr/bin/bash
guacenc -s 1024x768 /mnt/nfs-32/stream/web-app/tmp/*
mv /mnt/nfs-32/stream/web-app/tmp/*.m4v /mnt/nfs-32/stream/web-app
rm -r /mnt/nfs-32/stream/web-app/tmp
mkdir /mnt/nfs-32/stream/web-app/tmp

++++++++++++++++++++++++++++++++++


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
For additional commands, e-mail: user-h...@guacamole.apache.org

Reply via email to