Not working because it's still looking for baselayer.hevc and dvlayer.hevc, also --input-file audio.eac3 should be ac3, not eac3. I don't think the problem is with the name of files. I named them 1, 2 and 3. I used this line and still produce the same output.Grencola wrote: ↑Wed Jan 30, 2019 7:54 pmoh oops, thx for pointing this out, I edited my original post. put this in startmux.cmd instead:
ren *.hevc layer1.hevc
ren 0*.hevc layer2.hevc
ren *.ac3 audio.ac3
mp4muxer_64bits.exe --dv-profile 7 --input-file baselayer.hevc --input-file dvlayer.hevc --input-file audio.eac3 --media-lang eng --output-file movie.mp4
mp4muxer_64bits.exe --dv-profile 7 --input-file 1.hevc --input-file 2.hevc --input-file 3.ac3 --media-lang eng --output-file movie.mp4