DolbyLaboratories / dlb_mp4base

The Dolby MP4 streaming muxer (dlb_mp4base) is a software implementation of a muxer of fragmented or unfragmented ISO base media file format (mp4). It supports muxing of Dolby Digital (AC-3), Dolby Digital Plus (E-AC-3), and Dolby AC-4 audio formats as well as Dolby Vision.
BSD 3-Clause "New" or "Revised" License
254 stars 60 forks source link

Request for Windows x64 executable binary #13

Closed kangstarr closed 4 years ago

kangstarr commented 4 years ago

The prebuilt mp4muxer.exe for Windows won't run on Windows 10 64-bit architecture because the app is 16-bit? Can you upgrade to 64-bit architecture? Below is the error that pops up.

Pop-up error message Unsupported 16-Bit Application The program or feature "\??\C:\tools\mp4muxer\mp4muxer.exe" canot start or run due to incompatibility with 64-bit versions of Windows. Please contact the software vendor to ask if a 64-bit Windows compatible version is available."

Command-line error message This version of C:\tools\mp4muxer\mp4muxer.exe is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.

ShaoWeiguo commented 4 years ago

It works on my side, Microsoft Windows [Version 10.0.17134.1365]. Maybe you could build the executable file by yourself.

kangstarr commented 4 years ago

I did end up building it myself and it worked.

FYI I'm running Win 10 Pro (build 1909)

Thanks, ./steven On Apr 6, 2020, 7:36 PM -0700, Weiguo Shao notifications@github.com, wrote:

It works on my side, Microsoft Windows [Version 10.0.17134.1365]. Maybe you could build the executable file by yourself. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.