rokytnji

ffmpeg Git Compile Script Linux-Lite 2.4

Oct 7th, 2015
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #!/bin/bash
  2. ## Everything is updated on my git page for my own convenience
  3. sudo apt-get update
  4. sudo apt-get install git -y
  5. cd /tmp
  6. git clone https://github.com/mmstick/ubuntu-10bit-encoding-tools
  7. cd ubuntu*
  8. ./install.sh
Add Comment
Please, Sign In to add comment