FFmpeg
Converting video and audio has never been so easy. $ ffmpeg -i input.mp4 output.avi News January 3rd, 2024, native VVC decoder The libavcodec library now contains a native VVC (Versatile Video Coding) decoder, supporting a large subset of the codec's
www.ffmpeg.org
Download 클릭
윈도우 버전 다운로드: ffmpeg-master-latest-win64-gpl.zip
압출풀고 적당한 위치에 이동: C:\ffmpeg\bin
cmd 실행
예제:
소스 동영상 위치: D:\temp\Hi_YouTube.mp4
추출 이미지 저장 경로: D:\temp\output
ffmpeg -i D:\temp\Hi_YouTube.mp4 -q:v 1 D:\temp\output\%d.png
'Database Helpdesk > SD&ComfyUi' 카테고리의 다른 글
git config --system core.longpaths true (0) | 2024.02.02 |
---|---|
SD실습-Stable Diffusion - 이미지 생성 속도를 10배 빠르게 (0) | 2024.01.20 |
SD실습-예전에 생성한 ai 그림 프롬프트 쉽게 찾는법! | 스테이블 디퓨전 (0) | 2024.01.15 |
SD실습-스테이블 디퓨전 VAE, Clip skip 화면 세팅방법 | 왕초보 전용 설명! (0) | 2024.01.15 |
SD실습-Stable Diffusion 올바로 사용하기 #3 img2img, inpaint 그리고 upscaling (0) | 2024.01.15 |