EASY FIX: when you don't know ffmpeg (from download to convert Avi-Mp4)

Convert multiple batch files
• How to use FFMPEG on m...
Code:
for %f in ("*.avi") do ffmpeg -i "%f" -crf 17 -ar 48000 -s 1920x1080 -r 24 "%~nf.mp4"

Пікірлер: 2

  • @vaclavtrpisovsky
    @vaclavtrpisovsky9 ай бұрын

    Wait untill you learn about a free screen recorder (OBS)

  • @WrenchMonkey88

    @WrenchMonkey88

    9 ай бұрын

    Nice! 👍 I do use QuickTime screen recording but then I’d need to voice over. This was done so I can share to a friend of mine fast as he needed help. Appreciate your comment though…