SyntaxFix
Write A Post
Hire A Developer
Questions
Also if you want same convertion in subfolders. here is the recursive code.
for /R "folder_path" %%f in (*.mov,*.mxf,*.mkv,*.webm) do ( ffmpeg.exe -i "%%~f" "%%~f.mp4" )