Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- kotlin
- error
- 사용자중심기획
- 데이터분석
- 데이터해석능력
- 웹기획자
- Glide
- 노코드활용
- 다윈
- ethereum
- test
- Exception
- 기획자
- 앱기능설명
- Android
- 안드로이드
- 스트리밍
- Gradle
- Realm
- 컴파일
- 해외여행데이터
- 앱기획자
- 글라이드로앱만들기
- log
- firebase
- 기획자역량
- C
- 데이터활용능력
- eSIM
- convert
Archives
- Today
- Total
날마다 새롭게 또 날마다 새롭게
FFmpeg 설치하기 본문
내용 참고
http://ffmpeg.org/trac/ffmpeg/wiki/UbuntuCompilationGuide
- FFmpeg 설치 순서 -
1. http://ffmpeg.mplayerhq.hu/download.html
git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg
2. ./configure --enable-shared
만약 yasm not found,, 경고 표시가 되면 yasm을 설치한다.
sudo apt-get install yasm
3. make
4. sudo make install
Comments