Tichau / FileConverter

File Converter is a very simple tool which allows you to convert and compress files using the context menu in windows explorer.
https://file-converter.io/
GNU General Public License v3.0
6.03k stars 488 forks source link

[request] give optional extraction options for gif for time index, length and scale #331

Open makedir opened 9 months ago

makedir commented 9 months ago

Would it be possible to give optional options for mp4 to gif custom presets:

So the ffmpeg options for

ffmpeg -ss %1 -t %2 -i input.mp4 -i palette.png -filter_complex "[0:v] fps=10,scale=320:-1 [new];[new][1:v] paletteuse" "%str%-%2".gif