Advertisement
mmstick

Ubuntu 10-bit H.264 | opus | ffmpeg Git Compile Script

Sep 8th, 2013
6,525
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement