Last active
April 11, 2016 11:35
-
-
Save nealtsai1981/15f1cf643076a1a8b881 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PREFIX=~/work | |
| BENTO4_HEAD=1-4-3-607 | |
| # Installing Bento4 | |
| cd ${PREFIX} | |
| wget http://sourceforge.net/projects/bento4/files/Bento4-SRC-1-4-3-607.zip | |
| unzip Bento4-SRC-${BENTO4_HEAD}.zip | |
| rm Bento4-SRC-${BENTO4_HEAD}.zip | |
| cd Bento4-SRC-${BENTO4_HEAD} | |
| scons -u build_config=Release | |
| #cd Build/Targets/x86_64-unknown-linux | |
| #make -j${CPUNUM} | |
| cd Build/Targets/x86_64-unknown-linux/Release/ | |
| sudo cp mp4* a* h* /usr/local/bin/ | |
| sudo mv /usr/local/bin/mp4extract /usr/local/bin/mp4extract-bento | |
| sudo cp lib* /usr/local/lib/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment