Skip to content

Instantly share code, notes, and snippets.

@devloop01
Created December 14, 2023 16:15
Show Gist options
  • Save devloop01/2b71abe348d5c349a0fa09f0830be1e9 to your computer and use it in GitHub Desktop.
Save devloop01/2b71abe348d5c349a0fa09f0830be1e9 to your computer and use it in GitHub Desktop.
glslViewer snippets

record

glslViewer input.frag -w 1920 -h 1920 --nocursor --headless -E record,output.mp4,0,24,60

compress after record

ffmpeg -i input.mp4 -vcodec h264 -acodec mp2 output.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment