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