sindresorhus/gifski-app

Do you want to work on this issue?

You can request for a bounty in order to promote it!

Feature request: Batch convert #291

caleidoscopio posted onGitHub

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


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

posted by sindresorhus about 2 years ago

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

for file in *.mp4; do gifski -o "$file.gif" "$file"; done
posted by kornelski about 2 years ago

Fund this Issue

$0.00
Funded
Only logged in users can fund an issue

Pull requests