#command line selection menu. vdo = input('Please select a file to play using a number,\n 1. 458_video.mp4\n 2. Pistol.mp4 \n 3. Typewriter \n \n') #No. of ...
The problem I am facing is that I have a subprocess in python (ffmpeg process) that runs for hours or even days from which I'd like to capture the output. The subprocess its stdout/err.PIPE can easily ...