Skip to content

Instantly share code, notes, and snippets.

@nico-lab
Created December 30, 2019 02:19
Show Gist options
  • Save nico-lab/19540daed6892b69f130213703679574 to your computer and use it in GitHub Desktop.
Save nico-lab/19540daed6892b69f130213703679574 to your computer and use it in GitHub Desktop.
ffmpeg -h encoder=libwebp_anim
Encoder libwebp_anim [libwebp WebP image]:
General capabilities: delay
Threading capabilities: none
Supported pixel formats: bgra yuv420p yuva420p
libwebp_anim AVOptions:
-lossless <int> E..V...... Use lossless mode (from 0 to 1) (default 0)
-preset <int> E..V...... Configuration preset (from -1 to 5) (default none)
none -1 E..V...... do not use a preset
default 0 E..V...... default preset
picture 1 E..V...... digital picture, like portrait, inner shot
photo 2 E..V...... outdoor photograph, with natural lighting
drawing 3 E..V...... hand or line drawing, with high-contrast details
icon 4 E..V...... small-sized colorful images
text 5 E..V...... text-like
-cr_threshold <int> E..V...... Conditional replenishment threshold (from 0 to INT_MAX) (default 0)
-cr_size <int> E..V...... Conditional replenishment block size (from 0 to 256) (default 16)
-quality <float> E..V...... Quality (from 0 to 100) (default 75)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment