Browse Source

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

pull/19/head
Alex Kempkens 6 months ago
parent
commit
089a3d08cb
  1. 4
      week2/day5.ipynb

4
week2/day5.ipynb

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

Loading…
Cancel
Save