💾 Archived View for heavysquare.com › visuals › 0140-ffplay-save-ffmpeg-nullsrc.txt captured on 2022-04-29 at 12:33:52.

View Raw

More Information

⬅️ Previous capture (2021-12-03)

-=-=-=-=-=-=-

You have

ffplay -f lavfi "nullsrc=s=500x500,..."

and you like what you can see, one way to save it

ffmpeg -f lavfi -r 10 -i "nullsrc=s=500x500,...,trim=duration=2,scale=s=360x360" -y -an some.gif