Update th.sh

Script to generate thumbnails of a video and combine into one tile image, using ffmpeg and imagemagick
This commit is contained in:
romanwarlock 2019-08-12 17:06:36 +02:00 committed by GitHub
parent 54d2f6d260
commit a9d12698f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

7
th.sh
View File

@ -1,10 +1,5 @@
#!/bin/bash
# Script to generate thumbnails of a video and combine into one tile image.
#
# CAUTION:
# FFprobe might fail to extract duration info from a MKV container. Use
# ffmpeg -i video.mkv -c:v copy -c:a copy video.mp4
# to swap to an MP4 container.
#
#
# Dependencies:
# 1. ffmpeg