Skip to content

Instantly share code, notes, and snippets.

View CyberGX's full-sized avatar
🎯
Focusing

CyberGX

🎯
Focusing
View GitHub Profile
brew install libvpx
brew install ffmpeg --with-fdk-aac --with-tools --with-freetype --with-libass --with-libvorbis --with-libvpx --with-x265
# Convert MP4 to Webm
ffmpeg -i video.mp4 -strict -2 video.webm
# Merge Audio and Video
ffmpeg -i video.mp4 -i audio.mp3 -c copy -shortest output.mp4
openssl genpkey -out rsakey.pem -algorithm RSA -pkeyopt rsa_keygen_bits:2048