After terminating an ffmpeg subprocess, the terminal gets messed up - typed characters are invisible! The input still works in that commands can be executed, b
ffmpeg
os.system('stty sane') worked for me. It reset settings making echo invisible.
os.system('stty sane')