beaston02 / CAM4Recorder

52 stars 75 forks source link

postProcessingCommand not working #10

Closed M96268004 closed 4 years ago

M96268004 commented 4 years ago

Hi, Thanks for the script, it works, but the postProcessingCommand seems not working. I installed ffmpeg and having a script to generate contact sheets after the video has completed, the script run without a problem when I ran it from the command line but it won’t run after the file has completed and there are no error messages. It seems that your program does not run the postProcess, do you have any idea on how to fix this or am I missing something? Thanks.

M96268004 commented 4 years ago

Hi, I found the problem, the result of setting['postProcessingCommand'].split() contain the " from config.conf the split output is ['"bash', 'script.sh"'], but I have no idea why this would happen. so I substring those two and the postProcess is now working.