Here's an example with webp adjusting quality and resolution to hit some target file size: ``` $ ffmpeg -i Heart-Ribbon_%05d.png -c:v libwebp_anim -loop 0 -quality 84 -vf scale=-1:110 -y heart-q84-x110.webp ```
Bug 1763486 Comment 1 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Here's an example with webp adjusting quality and resolution to hit some target file size: ``` $ ffmpeg -framerate 32.84 -i Heart-Ribbon_%05d.png -c:v libwebp_anim -loop 0 -quality 84 -vf scale=-1:110 -y heart-q84-x110.webp ```