From 74373eefc14851715c56a09b13364472493c486a Mon Sep 17 00:00:00 2001 From: 112c Date: Wed, 13 Apr 2022 16:51:28 +0100 Subject: [PATCH 1/2] Create requirements.txt --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..ed587d0 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +python-opencv +joblib +numpy From fc3e9de5a864e59b5e89104cbc25b869322a709c Mon Sep 17 00:00:00 2001 From: 112c Date: Wed, 13 Apr 2022 16:51:55 +0100 Subject: [PATCH 2/2] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 18e3d78..5f9e2b0 100644 --- a/readme.md +++ b/readme.md @@ -30,7 +30,7 @@ The width and aspect ratio of the output can be configured in the header of the ## Creating Video Playback Executables The provided makefile allows building programs which will play the compressed text encoding of the video stored in the executable. The target video should be named `vid.mp4`, otherwise the path to the video can be changed in the header of convert.py. -To build for Linux targets (using GCC) run +To build for Linux & MacOS targets (using GCC) run `make playback`