Monday

ffmpeg convert all audio webm files into folder into mp4

         


for /r %%v in (*.webm) do ffmpeg -i "%%v" -c copy   "%%~nv.mp4"

No comments:

imagemagic add text to image

rem different types of text annotations on existing images rem cyan yellow orange gold rem -gravity SouthWest rem draw text and anno...