728x90
ffmpeg 를 이용하여 centos에서 video (확장자 mp4)의 이미지를 추출하는 작업을 시도했는데.. 에러 발생!
ffmpeg -i videoplayback\ -\ taeyeon.mp4 taeyeon/video-frame-%d.png
ffmpeg version 문제인가?
< centos ffmpeg upgrade >
sudo yum install epel-release
sudo yum localinstall --nogpgcheck https://download1.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm
sudo yum install ffmpeg ffmpeg-devel
버전 업그레이드 하니 다른 에러 발생!!
# Decoder (codec av1) not found for input stream #0:0
또 버전 문제라는데...?
최신 버전을 다운 받자...
https://ffmpeg.org/download.html
5.01 이 최신 버젼인듯...
'hacking or software engineering skills > linux' 카테고리의 다른 글
[에러] 우분투 jupyter lab 설치 에러, jupyter not found, 환경 설정 하기 (0) | 2023.01.20 |
---|---|
[centos] dlib install error, C++11 is required to use dlib, but the version of GCC you are using is tooold and doesn't support C++11. You need GCC 4.9 or newer. 에러 해결법 (0) | 2022.07.21 |
scp 파일 전송 (0) | 2021.05.25 |
[리눅스] 파일명, 파일 확장자 일괄 변경 (0) | 2021.03.15 |
[linux] ubuntu에서 2TB 이상 HDD 마운트 시키기 (2) | 2021.03.08 |