Answer the question
In order to leave comments, you need to log in
How to set a space in the file name?
for %%i in (*.mp4) do (
for %%a in (*.wav) do (
echo %%i
echo %%a
ffmpeg -i %%i -i %%a -c:v copy -map 0:v:0 -map 1:a:0 -shortest %%~ni_.mp4
)
)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question