티스토리 뷰
반응형
[1분 해결] ffmpeg 동적으로 인코딩하기
[다운로드]
-사이트
https://www.ffmpeg.org/download.html
Download FFmpeg
If you find FFmpeg useful, you are welcome to contribute by donating. More downloading options Git Repositories Since FFmpeg is developed with Git, multiple repositories from developers and groups of developers are available. Release Verification All FFmpe
www.ffmpeg.org
-바로받기
https://www.gyan.dev/ffmpeg/builds/ffmpeg-git-full.7z
[실행]
압축을 푼 후 압축 푼 후 cmd를 이용하여 해당 경로로 이동한다.
ffmpeg -i 1-in.mp4 -c:a aac -b:a 160k -c:v libx264 -crf 22 -preset veryfast 1-out.mp4
인코딩할 파일 : 1-in.mp4
인코딩한 후 파일명: 1-out.mp4
-i input 경로
-c:a 오디오 코덱
-c:v 비디오 코덱
-preset 프리셋 이름 (veryfast / medium 등)
[tag]
#C# #ffmpeg #unity #유니티 #인코딩 #코덱
반응형
'라이브러리(library)' 카테고리의 다른 글
[nextjs/framer] framer를 이용한 nextjs에서 애니메이션 적용 (0) | 2024.04.24 |
---|---|
[autohotkey/매크로]키보드 마우스 매크로 구현 (0) | 2024.03.05 |
아카라 API refreshToken을 이용한 accessToeken 관리 (0) | 2024.01.31 |
[node/javascript/필립스 휴] node 환경에서 휴 조명 컨트롤하기 (0) | 2024.01.02 |
댓글
반응형