160x90.bat 698 字节
Newer Older
M
morixinguan 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
@ECHO OFF
GOTO START

******************************************************************************
*
* File:        <X_SIZE>x<Y_SIZE>.bat
*
* Purpose:     This file simply calls MakeMovie.bat with its own file name
*              as parameter %2 which defines the resolution used by FFmpeg
*              to create the JPEG files.
*              By copying and renaming this file further resolutions can
*              be simply achieved.
*
*              Note: The file name of this file needs to match the size
*                    specification parameter '-s' for FFmpeg.exe.
*
******************************************************************************

:START

@%~dp0MakeMovie.bat %1 %~n0