Skip to content

Instantly share code, notes, and snippets.

@cyaoeu
Created November 19, 2017 15:04
Show Gist options
  • Save cyaoeu/568a5db6ab8bd325180827a5e39ba9ec to your computer and use it in GitHub Desktop.
Save cyaoeu/568a5db6ab8bd325180827a5e39ba9ec to your computer and use it in GitHub Desktop.
ImageFramesToImgurMp4.bat (batch script)
@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