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?
XYplorer Beta Club