Skip to content

Instantly share code, notes, and snippets.

View basit26374's full-sized avatar

Abdul Basit basit26374

View GitHub Profile
@diegopacheco
diegopacheco / pyaudio-ubuntu-install.md
Last active March 28, 2024 21:33
How to Install pyaudio ubuntu 16.04 LTS?
sudo apt-get install libasound-dev portaudio19-dev libportaudio2 libportaudiocpp0
sudo apt-get install ffmpeg libav-tools
sudo pip install pyaudio
@lukehedger
lukehedger / ffmpeg-compress-mp4
Last active April 18, 2024 21:00
Compress mp4 using FFMPEG
$ ffmpeg -i input.mp4 -vcodec h264 -acodec mp2 output.mp4