From a9d12698f1c3db74d88b6b86cc9291e32905132d Mon Sep 17 00:00:00 2001 From: romanwarlock Date: Mon, 12 Aug 2019 17:06:36 +0200 Subject: [PATCH] Update th.sh Script to generate thumbnails of a video and combine into one tile image, using ffmpeg and imagemagick --- th.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/th.sh b/th.sh index ebcb48c..cbe502d 100644 --- a/th.sh +++ b/th.sh @@ -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