fluent-ffmpeg / node-fluent-ffmpeg

A fluent API to FFMPEG (http://www.ffmpeg.org)
MIT License
7.64k stars 874 forks source link

-ignore_loop 0 before input #1165

Open dpkirchner opened 2 years ago

dpkirchner commented 2 years ago

Version information

Not a bug report

I'm looking for a way to add the -ignore_loop flag before a particular input, so the result would look something like:

ffmpeg -i /tmp/something.mp4 -i /tmp/something_else.png -ignore_loop 0 -i /tmp/something.gif ...

I've looked at the code but I haven't figured out a good place to do it. This might be more of a feature request than a question.

Checklist

laggingreflex commented 2 years ago

Input Options? .input(...).inputOptions('-ignore...')