#!/bin/sh ffmpeg -threads 0 -pattern_type glob -i "img/*.pam" -r 60 \ -filter:v "setpts=0.05*PTS,scale=iw*4:ih*4:flags=neighbor" \ anim.webm