adding demo and readme

This commit is contained in:
talksik
2024-01-13 13:38:55 -08:00
parent 940cd9366e
commit f4b1664171
4 changed files with 23 additions and 0 deletions
+23
View File
@@ -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 <input_file>
```
Binary file not shown.
BIN
View File
Binary file not shown.
View File

Before

Width:  |  Height:  |  Size: 146 KiB

After

Width:  |  Height:  |  Size: 146 KiB