Can someone please help me? I've tried for 3 days now, my mp4muxer is giving me 0 bytes file
I'm trying to run mp4muxer on parallels on mac. I have no tech knowledge whatsoever. After some googling I've managed to figure out what to do when unc paths are not supported.
This is originally what it says on cmd when I ran it in the directory for mp4muxer
C:\Windows>
C:\Windows>mp4muxer --dv-profile 7 --input-file BL.hevc --input-file EL.hevc --input-file audio.ac3 --media-lang eng --output-file testmp4john.mp4
'mp4muxer' is not recognized as an internal or external command,
operable program or batch file.
C:\Windows>
Then I thought maybe it can't recognise the file cus it's in parallels. So I made a .bat file with PUSHD and POPD and clicked it.
'\\Mac\Home\Desktop\dlb_mp4base-master\dlb_mp4base-master\bin'
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported. Defaulting to Windows directory.
C:\Windows>PUSHD \\Mac\Home\Desktop\dlb_mp4base-master\dlb_mp4base-master\bin
I:\Desktop\dlb_mp4base-master\dlb_mp4base-master\bin>mp4muxer --dv-profile 7 --input-file BL.hevc --input-file EL.hevc --input-file audio.ac3 --media-lang eng --output-file testmp4john.mp4
Nothing shows up in cmd and I get a .mp4 in my folder which is 0kb. Anybody got an idea of what's going on and how to fix it please? thanks.
EDIT: I also managed to get yusesope's tool working completely on macbook with parallels using PUSHD and POPD so I don't know why this isn't working