I need a script (in win 10) that will do the following thing:
- Retrieve the name of the directory it is in.
- In this directory are placed two mp4 files – video and audio separately. The files have different names.
- Script will merge them using ffmpeg into one mkv (ffmpeg -i … – i … -c copy “the name of the directory in which the script and files.mkv”)
- end
The idea is that I put myself this script in some directory, run it and have the job done without typing the command manually.
Thank you.