diff --git a/README.md b/README.md index 4e0b6c7..ed7741a 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,19 @@ By: [Brandon Castellano](http://www.bcastell.com) ---------------------------------------------------------- + > + > **NOTE: My website is currently undergoing construction (migrating to a Github-based solution), and thus the below links do not work (they will once the migration is completed).** + > + > **In the meantime, you can view a cached version of the pages below using the [Internet Archive's Wayback Machine](https://archive.org/web/).** + > + > + This repository contains the example programs, corresponding to the three-part tutorial on detecting scene changes in videos with Python and OpenCV, which can be found at: 1. [Simple Threshold/Fade-to-Black Detection](http://www.bcastell.com/tech-articles/pyscenedetect-tutorial-part-1/) 2. [Optimized/Adaptive Threshold Detection](http://www.bcastell.com/tech-articles/pyscenedetect-tutorial-part-2/) - 3. Content-Aware Scene Changes (coming soon!) + 3. Suppressing/Discarding False Scene Changes (coming soon!) You can get the latest sample code/video from [the releases page](https://github.com/Breakthrough/python-scene-detection-tutorial/releases). All files in the `examples/` directory are released into the public domain. In total, there are three programs (`part1-threshold.py`, `part2-adaptive.py`, and still under development, `part3-content-aware.py`) corresponding to the respective part in the tutorial linked above. Usage details for each program can be found in the comment header for that file. @@ -25,5 +32,5 @@ Related to this tutorial is [PySceneDetect](http://www.bcastell.com/projects/pys ---------------------------------------------------------- -Copyright (C) 2013-2014 Brandon Castellano. +Copyright (C) 2013-2020 Brandon Castellano. All rights reserved.