aws ubuntu 에 ffmpeg 설치가 필요했다.
ubuntu 버전은 14.04
1. 컴파일 설치https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu 참조
이대로 진행 하려고 하다가 귀찮아서..
2. apt-get 설치
https://www.ffmpeg.org/download.html 에서 링크를 타고
https://launchpad.net/~mc3man/+archive/ubuntu/trusty-media 로 이동해보니 방법이 쭉 나와있다
sudo add-apt-repository ppa:mc3man/trusty-media
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install ffmpeg
순서대로 진행하면 완료~
- ubuntu ffmpeg install
- apt-get install ffmpeg
- E: Package 'ffmpeg' has no installation candidate
'개발' 카테고리의 다른 글
[Python] 한글 처리중 에러 (UnicodeEncodeError: 'ascii' codec can't encode characters in position ....) (0) | 2016.04.06 |
---|---|
[Python] utf-8 선언 (0) | 2016.04.06 |
[ubuntu] ubuntu jdk 1.7 install (0) | 2016.01.07 |
[ubuntu] ubuntu tomcat 7 install (0) | 2016.01.07 |
[IntelliJ] IntelliJ 14 download (0) | 2016.01.06 |