You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix FFMpegBase.isAvailable with detached terminals.
When checking for ffmpeg/libav, set stdin to /dev/null, otherwise the
process will sleep if Python is running with a detached terminal. And we
definitely don't want ffmpeg/libav to grab user input here.
0 commit comments