mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2024-11-24 13:53:07 +01:00
8 lines
135 B
Bash
8 lines
135 B
Bash
# video: ffmpegthumbnailer
|
|
|
|
video() {
|
|
ffmpegthumbnailer -i "$f" -o "$cache_f" -s 0 -t 50% 2>/dev/null
|
|
}
|
|
|
|
convert_and_show_image video
|