mirror of
https://github.com/JanJastrow/ViThumbs.git
synced 2024-11-23 15:49:55 +01:00
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:
parent
54d2f6d260
commit
a9d12698f1
7
th.sh
7
th.sh
@ -1,10 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/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:
|
# Dependencies:
|
||||||
# 1. ffmpeg
|
# 1. ffmpeg
|
||||||
|
Loading…
Reference in New Issue
Block a user