vvo / gifify

😻 Convert any video file to an optimized animated GIF.
ISC License
6.21k stars 314 forks source link

Pass additional arguments to ffmpeg #111

Open eight04 opened 5 years ago

eight04 commented 5 years ago

I want to pass some filter options to ffmpeg. Currently, I have to re-encode the video through ffmpeg then call gifify. I think we can have an option to avoid the additional file. Or is there an alternative way to handle this situation?