Cannot Run .BAT file in XY
Posted: 01 Nov 2024 03:25
I just stumble upon bug. May be it is not a bug and I just need to change some settings. I am still learning XYplorer.
Anyway, I have following files in some folder:
1. AVmerge.bat file
2. FFmpeg.exe executable file
3. video.mp4 elementary video stream file
4. audio.aac elementary audio stream file
Here is content of the BAT file:
When I am in XY I right-click on BAT file and click Run as Administrator, CMD window flashes and nothing happens.
When I use Windows' File Explorer and do the same CMD window opens, process runs, then CMD window closes and I get muxed.mp4 file.
Any thoughts/suggestions?
Anyway, I have following files in some folder:
1. AVmerge.bat file
2. FFmpeg.exe executable file
3. video.mp4 elementary video stream file
4. audio.aac elementary audio stream file
Here is content of the BAT file:
Code: Select all
ffmpeg.exe -i audio.aac -i video.mp4 -acodec copy -vcodec copy muxed.mp4When I use Windows' File Explorer and do the same CMD window opens, process runs, then CMD window closes and I get muxed.mp4 file.
Any thoughts/suggestions?