From 18db46f123e7ead8d0cb6d1f3343a6582f24618c Mon Sep 17 00:00:00 2001 From: Alex Kempkens Date: Sat, 23 Nov 2024 18:45:04 +0100 Subject: [PATCH] Adding checks for the ffprobe and ffplay as both are used too. --- week2/day5.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/week2/day5.ipynb b/week2/day5.ipynb index 22124b3..8cfbc20 100644 --- a/week2/day5.ipynb +++ b/week2/day5.ipynb @@ -356,7 +356,9 @@ "metadata": {}, "outputs": [], "source": [ - "!ffmpeg -version" + "!ffmpeg -version\n", + "!ffprobe -version\n", + "!ffplay -version" ] }, {