Skip to content

Instantly share code, notes, and snippets.

@ksclarke
Created May 14, 2022 22:10
Show Gist options
  • Save ksclarke/7488ede46410e6a4a621f9e3755311c6 to your computer and use it in GitHub Desktop.
Save ksclarke/7488ede46410e6a4a621f9e3755311c6 to your computer and use it in GitHub Desktop.
Tips for working with Blender
# Can convert the ffmpeg movie (mkv) format to animated GIF (reducing the resolution in the process)
ffmpeg -i 0001-0124.mkv -vf scale=1280:720,setsar=1:1 skipping-mushroom-1.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment