Hacker News new | ask | show | jobs
by smilliken 2951 days ago
You don't need to write your own expression for ffmpeg.

To install it with apt: `sudo apt-get install ffmpeg`

To install it with nix: `nix-env -i ffmpeg-3.4.2`