Skip to content

Instantly share code, notes, and snippets.

@ksophocleous
Last active December 26, 2015 07:49
Show Gist options
  • Save ksophocleous/7118095 to your computer and use it in GitHub Desktop.
Save ksophocleous/7118095 to your computer and use it in GitHub Desktop.
avconv + gstreamer 1.0
#!/bin/bash
sudo apt-get install -y libav-tools
sudo add-apt-repository -y ppa:gstreamer-developers/ppa
sudo apt-get -y update
sudo apt-get -y install gstreamer1.0*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment