Giter Site home page Giter Site logo

Comments (3)

richardbushell avatar richardbushell commented on August 24, 2024

I have tried copying the binaries into utils/bin/win32 folder, and it's still not finding the exes.
I don't program in Python, but have you changed anything in the mp4-dash.py file that may be causing it to not find the binaries?
I get this error in the log:
executable not found in exec_dir, trying with PATH
COMMAND: ['mp4info', '--fast', '--format', 'json', 'rooms264_f.mp4']

from bento4.

richardbushell avatar richardbushell commented on August 24, 2024

I note that Line 888 of mp4-dash.py states:
if not path.exists(options.exec_dir):
PrintErrorAndExit('Executable directory does not exist ('+Options.exec_dir+'), use --exec-dir')
BUT should this be:
if not path.exists(Options.exec_dir):
this seems to have changed from a previous version we have archived.
Is this the cause?

from bento4.

barbibulle avatar barbibulle commented on August 24, 2024

Sorry for that. This latest release broke the executable search support on the Windows platform. This will be fixed and updated later today or tomorrow.

from bento4.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.