Created
November 19, 2017 15:04
-
-
Save cyaoeu/568a5db6ab8bd325180827a5e39ba9ec to your computer and use it in GitHub Desktop.
ImageFramesToImgurMp4.bat (batch script)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ECHO OFF | |
ECHO "%~1" | |
C:/ffmpeg/bin/ffmpeg.exe -i "%~d1%%04d.png" -r ntsc -movflags faststart -pix_fmt yuv420p -vf scale=trunc(iw/2)*2:trunc(ih/2)*2 "%~n1.mp4" | |
set /p= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment