2022-01-23 20:22

FFMPEG - 만듦

FFMPEG
오디오 추출
참고
ffmpeg -i mpeg-4videofilename -vn -ac 2 -ar 44100 -ab 320k -f mp3 output.mp3
Explanation of the command line o...

댓글