
I figured this out, thanks to comments anycodings_batch-file from people here which helped me search anycodings_batch-file out relevant info. mp4 file anycodings_batch-file in the same folder.Īctual results: Unable to find a suitable output format for 'copy': Invalid argument. mkv file in anycodings_batch-file the current folder and leave the. I hope that anycodings_batch-file background information makes this problem anycodings_batch-file easier to solve.Įxpected results: convert each. My lack anycodings_batch-file of knowledge about how this scripting anycodings_batch-file language actually functions probably just anycodings_batch-file made me insert the command in the wrong anycodings_batch-file place or in the wrong way. It is worth noting that the script was anycodings_batch-file originally: for %%a in (*.mkv) do ffmpeg -i "%%~a" -vcodec copy -c:a aac -q:a 100 "%%~na.mp4"īut I changed it as best I could to include anycodings_batch-file a section of script I found which should anycodings_batch-file apparently hard code the subtitles. That is where the anycodings_batch-file problem is obviously coming from. I anycodings_batch-file found some which successfully convert anycodings_batch-file without the subtitles, and I found one that anycodings_batch-file included the command for hard coding the anycodings_batch-file subtitles, but that one also had excessive anycodings_batch-file commands that I didn't want to delve into, anycodings_batch-file so I am attempting to combined the relevant anycodings_batch-file parts of the two scripts. I am not an adapt at using ffmpeg or writing anycodings_batch-file batch files, so I have been searching online anycodings_batch-file for batch files which will do what I need. I would like to retain as much anycodings_batch-file quality as possible.

mp4 while hard anycodings_batch-file coding the subtitles included in the. I am trying to batch convert a large number anycodings_batch-file of.
