Skip to content

Instantly share code, notes, and snippets.

View badpenguin's full-sized avatar
🏠
Working from home

Antonio Gallo badpenguin

🏠
Working from home
View GitHub Profile
@BilalBudhani
BilalBudhani / gradle.properties
Created November 2, 2016 10:38
Create this file in ~/.gradle folder to speed up React Native Android building process.
org.gradle.parallel=true
org.gradle.daemon=true
org.gradle.jvmargs=-Xms512m -Xmx1024m
@Vestride
Vestride / encoding-video.md
Last active May 17, 2024 06:55
Encoding video for the web

Encoding Video

Installing

Install FFmpeg with homebrew. You'll need to install it with a couple flags for webm and the AAC audio codec.

brew install ffmpeg --with-libvpx --with-libvorbis --with-fdk-aac --with-opus