Command after its done will exit out the rest of the code
savke24 opened this issue · 2 comments
savke24 commented
Hi,
I am using this script in more complex code and it looks like that after ffmpeg proccess is done , this command would stop further execution of the code...
It looks like " sys.exit() at the line 160 " is responsible for that kind of behaviour.
CrypticSignal commented
Hi @savke24, thank you for opening this issue. You are correct, sys.exit()
is responsible for this. I will update this package and let you know when the updated version is released.
CrypticSignal commented
@savke24 Please upgrade Better FFmpeg Process to v2.1.2 with pip install better-ffmpeg-progress --upgrade
and you will no longer run into the issue you mentioned.