ctpv/sh/prev/video.sh

8 lines
135 B
Bash
Raw Normal View History

2022-06-18 17:50:57 +02:00
# video: ffmpegthumbnailer
2022-05-26 01:48:27 +02:00
video() {
ffmpegthumbnailer -i "$f" -o "$cache_f" -s 0 -t 50% 2>/dev/null
}
convert_and_show_image video