Skip to content

Instantly share code, notes, and snippets.

@mishazawa
Last active October 13, 2020 22:45
Show Gist options
  • Select an option

  • Save mishazawa/a5b4592880a6bbcfbe531bb811506270 to your computer and use it in GitHub Desktop.

Select an option

Save mishazawa/a5b4592880a6bbcfbe531bb811506270 to your computer and use it in GitHub Desktop.
Useful snippets
var x = index % columns;
var y = index / columns;
for f in *.<ext>; do <bash command>; done
ffprobe -v error -show_format -show_streams <STREAM_PATH>
ffmpeg -loop 1 -i <IMAGE> -i <AUDIO> -c:v libx264 -tune stillimage -c:a aac -b:a 192k -pix_fmt yuv420p -shortest <DESTINATION>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment