27 lines
519 B
Markdown
27 lines
519 B
Markdown
# Demo
|
|
|
|
https://github.com/talksik/cpp_thumbnail_generator/assets/19339529/1adfb8be-8b0b-4277-8bb5-4f7be17c2ae3
|
|
|
|
|
|
|
|
# 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>
|
|
```
|