Solution for Audio: Unknown

I would look at @blim5001 example. While I’m not familiar with the syntax used, the actual command looks like my MP4Box batch file.

for %%f in (*.mp4) do MP4Box.exe -lang 2=eng "%%f"
pause

There are many topics on this subject that might help you.
Here is one.