auto-video-thumbnail/README.md
Andros Fenollosa b9a256b293 Add config
2020-07-14 00:00:18 +02:00

621 B

Usage

  1. Create config.yaml.
extension_thumbnail: "_thumbnail.mp4"
width_thumbnail: 600
path_videos: "videos"
  1. Make folder path_videos.
mkdir videos
  1. Install ffmpeg.

  2. Download the latest version (video-optimize-{version}-standalone.jar).

https://github.com/tanrax/auto-video-thumbnail/releases

  1. Now you can execute.
java $JVM_OPTS -cp video-optimize-{version}-standalone.jar clojure.main -m video-optimize.core
  1. Leave videos.

Everything you leave in the videos folder will be optimized for web with the specified resolution (600 px in this example).