diff --git a/bin/hprtranscode.bash b/bin/hprtranscode.bash index 191f1ae..79aa1fc 100755 --- a/bin/hprtranscode.bash +++ b/bin/hprtranscode.bash @@ -1,6 +1,9 @@ #!/usr/bin/env bash # Copyright Ken Fallon - Released into the public domain. http://creativecommons.org/publicdomain/ #============================================================ +PATH=$PATH:/home/ken/sourcecode/hpr/hpr_hub/bin/ +source /home/ken/tmp/pip3.9/bin/activate + TEMP_DIR="/var/tmp/" CHANNELS="1" FIXAUDIO="1" diff --git a/bin/postshow.bash b/bin/postshow.bash index b4def1b..c8da522 100755 --- a/bin/postshow.bash +++ b/bin/postshow.bash @@ -1,6 +1,8 @@ #!/usr/bin/env bash # Copyright Ken Fallon - Released into the public domain. http://creativecommons.org/publicdomain/ #============================================================ +source /home/ken/tmp/pip3.9/bin/activate +PATH=$PATH:/home/ken/sourcecode/hpr/hpr_hub/bin/ processing_dir="/home/ken/tmp/hpr/processing" git_image_dir="/home/ken/sourcecode/hpr/HPR_Public_Code/www/images/hosts"