Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 415 Bytes

File metadata and controls

9 lines (6 loc) · 415 Bytes

Welcome to GitHub Desktop!

This is your README. READMEs are where you can communicate what your project is and how to use it.

Write your name on line 6, save it, and then head back to GitHub Desktop. WILBERT BERNADI TOMOH

for %%f in (.mp4) do ffmpeg -i "%%f" -vf "pad=ih16/9:ih:(ow-iw)/2:(oh-ih)/2:color=black,format=yuv420p" -b:v 15M -maxrate 20M -bufsize 30M -preset slow -c:a copy "0horizontal_%%f" pause