If you are having trouble compiling, make sure you have installed all required dependencies.
This requires that you have Python 3 installed with matplotlib
, pandas
and configparser
.
- Run the program on any two videos. (Example:
$ make run
) This should generate a csv-file in./images/
- Plot the csv-data using
$ make plot
, and notice the image./images/out32.png
Any two videos from YouTube can be chosen for comparison, by simply giving their ids to this CLI. If the videos don't exist locally, they will be downloaded and places in ~/.videos/*.mp4
. The filename will be the youtube id, and the video will be kept here in case it is needed later. Note that the load
timings will be significantly larger the first time.
The youtube-dl
-binary has been downloaded into ./bin/youtube-dl
, and is used as a dependency of the program for downloading the videos.