mr-otcs
mr-otcs copied to clipboard
Soft exit that allows current video to end, then optionally play an outro video, before closing program
This would allow for a natural end to the stream without interrupting programming if immediate termination is not needed or desired.
Pressing Ctrl-C to exit the Python program also closes the ffmpeg processes, even if KeyboardInterrupt
is caught.