Merge pull request #19 from akempkens/main

Adding checks for the ffprobe and ffplay as both are used too.
This commit is contained in:
Ed Donner
2024-11-28 16:36:06 -05:00
committed by GitHub

View File

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