Skip to content

Instantly share code, notes, and snippets.

View agarrharr's full-sized avatar
📱

Adam Garrett-Harris agarrharr

📱
View GitHub Profile

Keybase proof

I hereby claim:

  • I am agarrharr on github.
  • I am agarrharr (https://keybase.io/agarrharr) on keybase.
  • I have a public key ASAHqzkxr1n0N1OgZ8ft27nVSNVj7OoAYLPMKei5I7vKxAo

To claim this, I am signing this object:

@agarrharr
agarrharr / comments.md
Last active April 3, 2018 16:21
comments.js
- /*
- console.log('commented')
- /**/
+ //*
+ console.log('uncommented')
+ /**/
@agarrharr
agarrharr / gist:281dd9e650367906e1b555b3b17b35ad
Created May 29, 2020 00:05
Create Video From Image and mp3 Audio File
ffmpeg -loop 1 -i ~/Downloads/bookbytes-video-image.png -i ~/Downloads/bb-032.mp3 -c:v libx264 -tune stillimage -c:a aac -b:a 192k -pix_fmt yuv420p -shortest ~/Downloads/bb-032.mp4