A progress bar with eta for FFmpeg using Python
Presenting FFprogress, a Python program for showing a progress bar for FFmpeg. It uses the python library tqdm to show the progress bar. I have not tested it properly in Linux; it seems to work. Limitations FFprogress has the following limitations. Possible Unicode problem on Windows The Unicode version of tqdm might not work on Windows. …