본문 바로가기
기타

드래그앤드롭으로 동영상 용량 최적화

by 앗사비 2017. 8. 22.
728x90

바탕화면에 배치파일 만든 후 동영상 파일을 배치 파일 위로 드래그하면 됨


@echo off

ffmpeg.exe -y -i "%~1" -threads 0 -sn -vcodec libx264 -preset medium -crf 27 -tune animation -sws_flags lanczos -acodec aac -strict experimental -ac 2 -ab 128k -async 1 -r 23.98 "%USERPROFILE%/Desktop/%~n1_%RANDOM%.mp4"


https://gigglehd.com/zbxe/sfforum/10497144


728x90