gifCmd property

String gifCmd

Returns the FFmpeg command to make the generated GIF to loop infinitely see FFmpeg doc

Implementation

String get gifCmd =>
    format.extension == VideoExportFormat.gif.extension ? "-loop 0" : "";