Adding checks for the ffprobe and ffplay as both are used too.
@ -356,7 +356,9 @@
"metadata": {},
"outputs": [],
"source": [
"!ffmpeg -version"
"!ffmpeg -version\n",
"!ffprobe -version\n",
"!ffplay -version"
]
},
{