Skip to content

Instantly share code, notes, and snippets.

@ugai
Last active November 11, 2021 02:42
Show Gist options
  • Save ugai/82d9e84dda0c2edfa059a5c9d922269c to your computer and use it in GitHub Desktop.
Save ugai/82d9e84dda0c2edfa059a5c9d922269c to your computer and use it in GitHub Desktop.
glslViewer export png sequence
glslViewer.exe .\square_2_alter.frag -w 1920 -h 1920 --nocursor --headless -E sequence,0,11,60
ffmpeg -framerate 60 -start_number 1 -i %05d.png -c:v libx264 -preset placebo -crf 16 -pix_fmt yuv420p _output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment