Created by: ingles98
Subprocess.Popen textmode (argument 'text=') is needed for reading from ffmpeg's stderr to scrap for the frame count in an asynchronous way. This is wonderful for multiple jobs and when realtime feedback is needed (all the time apparently).
I felt the need for this when making a function to return progress asynchronously. However the issue is that you no longer get output from the ffmpeg process anymore heh.
I also wanted to add a ffmpeg.progress() to the package but I feel like it is too early perhaps and there are still some issues and optimizations that i want to make.
I felt like there is a high need for a simple progress feedback when i was searching around for it for myself, and since this package has been the mainframe of my work project i'd love to contribute to it.
Feel free to tell me any edits and or optimizations that I should do!