auto-video-thumbnail/README.md

33 lines
621 B
Markdown
Raw Normal View History

2020-07-14 00:00:18 +02:00
# Usage
2020-07-13 19:39:35 +02:00
2020-07-14 00:00:18 +02:00
1) Create `config.yaml`.
2020-07-13 19:39:35 +02:00
2020-07-13 20:15:12 +02:00
``` bash
2020-07-14 00:00:18 +02:00
extension_thumbnail: "_thumbnail.mp4"
width_thumbnail: 600
path_videos: "videos"
2020-07-13 20:15:12 +02:00
```
2020-07-14 00:00:18 +02:00
2) Make folder `path_videos`.
``` bash
mkdir videos
```
3) Install `ffmpeg`.
4) Download the latest version (`video-optimize-{version}-standalone.jar`).
https://github.com/tanrax/auto-video-thumbnail/releases
5) Now you can execute.
``` bash
java $JVM_OPTS -cp video-optimize-{version}-standalone.jar clojure.main -m video-optimize.core
```
6) Leave videos.
Everything you leave in the videos folder will be optimized for web with the specified resolution (600 px in this example).