Gifski icon indicating copy to clipboard operation
Gifski copied to clipboard

Feature request: Batch convert

Open caleidoscopio opened this issue 1 year ago • 2 comments

I'm missing the ability to convert a list of mp4 files to gif.

caleidoscopio avatar Jan 22 '23 20:01 caleidoscopio

This is planned, but it won't happen soon as it will require large changes to Gifski. #244 has to be completed first too.

sindresorhus avatar Jan 23 '23 03:01 sindresorhus

Meanwhile you can use the command-line version to batch/automate, e.g.

for file in *.mp4; do gifski -o "$file.gif" "$file"; done

kornelski avatar Jan 25 '23 01:01 kornelski