fp/packages/scripts/thumbnail-generator.sh
CJ_Clippy ce800b9ddb
Some checks failed
ci / build (push) Failing after 1s
ci / Tests & Checks (push) Failing after 1s
update thumb generator script
2025-07-15 04:16:30 -08:00

21 lines
473 B
Bash

#!/bin/bash
input_file_path=$1
vcsi "${input_file_path}" \
--metadata-position hidden \
--metadata-margin 0 \
--metadata-horizontal-margin 0 \
--metadata-vertical-margin 0 \
--grid-spacing 0 \
--grid-horizontal-spacing 0 \
--grid-vertical-spacing 0 \
--timestamp-horizontal-margin 0 \
--timestamp-vertical-margin 0 \
--timestamp-horizontal-padding 0 \
--timestamp-vertical-padding 0 \
-w 830 \
-g 5x5 \
-o "${input_file_path%.*}-thumb.png"