Optional
aspect?: stringOutput frame aspect ratio (examples: 4:3, 16:9).
Convert to gif or video.
Optional
deleteDelete generated frames used by gifski.
Optional
duration?: string | numberSeeks an input and only start decoding at given time offset. The time argument may be a number (in seconds) or a timestamp string (with format [[hh:]mm:]ss[.xxx]).
Optional
format?: stringOptional
fps?: numberOutput framerate.
Optional
gifski?: booleanUse gifski to generate GIF.
Optional
loop?: numberThe number of times to loop the output. Use -1 for no loop, 0 for looping indefinitely (default).
Optional
output?: stringOutput path.
Optional
quality?: numberGIF output quality used by gifski.
Optional
size?: stringOutput frame size (examples: 640x480, 640x?, 50%).
Optional
startForces ffmpeg to stop transcoding after a specific output duration. The time parameter may be a number (in seconds) or a timestamp string (with format [[hh:]mm:]ss[.xxx]).
Optional
useUse ffmpeg palettegen and paletteuse filters to generate high quality GIF without gifski.
Optional
videoSets the target video bitrate in kbps. The bitrate argument may be a number or a string with an optional k suffix.
Optional
videoThe constant argument specifies whether a constant bitrate should be enforced.
Optional
videoVideo codec (examples: mpeg4, libx264).
Generated using TypeDoc
video-gif-converter command options.