Browse Source

Merge pull request #19 from akempkens/main

Adding checks for the ffprobe and ffplay as both are used too.
pull/24/head
Ed Donner 5 months ago committed by GitHub
parent
commit
a3094e36e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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