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