### example ### # # ffmpeg C:\ffmpeg\bin\ffmpeg.exe # work work # out out.mp4 # # movie org_data\a-san.mp4 # resize 1280x720 # volume 100 # fadein 60 # delay 1.5 # time 210 # crop 0x0 640x720 # skip off # # movie org_data\b-san.mp4 # resize 1280x720 # volume 120 # fadein 60 # delay -2.5 # time 210 # crop 320x0 640x720 # skip off # ############### # ffmpeg path ffmpeg # work directory name work # output file name out # Based movie path 1 movie # Change size: [X Y] # It should be indicated if you don't need to resize. resize # Volume [%] volume # Fade in time [frame] # Frame of general movie is 30f per 1 second. "60" is 2 seconds. fadein # Delay time to start [s]. It can be set plus or minus. # Black screen is added if it is indicated plus value. delay # End time [s]. It is based on input data. time # Crop setting. [start X Y] [size X Y] # 2column is start position, 3column is X Y size. crop # Normally "off". # When the same directory is specified and executed, # you can skip the processing of this movie by "skip on". skip # Based movie path 2 movie resize volume fadein delay time crop skip # Based movie path 3 .. # Other commands # Only "row_div" is described if you need to create new line (2 row or more movies). row_div