When user imports a video, the media.sh script is run and it uses ffmpeg binary. My system doesn't have an ffmpeg binary in $PATH, so script is failed. But script doesn't trap - insted it hangs in infinite waiting and user see only windows with progress bar.
This patch adds checking for ffmpeg binary existance in media.sh.