Answer the question
In order to leave comments, you need to log in
How to transfer files via console/script to different folders?
When transcoding with ffmpeg 124, the video had to be placed in one folder, because it does not support Russian letters in specifying the location for the output file. Now you need to go through the folders where the originals are and replace them with the transcoded files. I will not refuse a good reference to bat/cmd/PowerShell yet.
for /r %%i in (SAM*.MP4) ffmpeg.exe -hide_banner -i "%%i" -c:v h264_nvenc "D:\Ffmpeg\%%~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