diff --git a/README.md b/README.md new file mode 100644 index 0000000..833d9a7 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# Demo +![](demo.mp4) + +# Getting started + +### Install pre-requisites +1. Install ffmpeg libraries for system +2. Install opencv for system + +### Download +```sh +git clone https://github.com/talksik/cpp_thumbnail_generator +cd cpp_thumbnail_generator +chmod +x run.sh +./run.sh +``` + +### Using own file +Run the CLI tool directly with own file or change the test file in the `run.sh` script. + +```sh +./ThumbnailGenerator +``` diff --git a/ThumbnailGenerator b/ThumbnailGenerator index bb1d8ce..faeeb77 100755 Binary files a/ThumbnailGenerator and b/ThumbnailGenerator differ diff --git a/demo.mp4 b/demo.mp4 new file mode 100644 index 0000000..a5621d6 Binary files /dev/null and b/demo.mp4 differ diff --git a/test.jpg b/output.jpg similarity index 100% rename from test.jpg rename to output.jpg