21 lines
404 B
Markdown
21 lines
404 B
Markdown
# 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>
|
|
```
|