Adding checks for the ffprobe and ffplay as both are used too.

This commit is contained in:
Alex Kempkens
2024-11-23 18:45:04 +01:00
parent ac119e8aa4
commit 089a3d08cb

View File

@@ -356,7 +356,9 @@
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
"!ffmpeg -version" "!ffmpeg -version\n",
"!ffprobe -version\n",
"!ffplay -version"
] ]
}, },
{ {