Giter VIP home page Giter VIP logo

Comments (6)

sandreas avatar sandreas commented on May 30, 2024

I tried to merge an audiobook with whitespaces on windows, linux and macos... it worked for me. I think the issue is not because of using whitespaces in directory or filenames.

The error could not get duration for file D:\Drachenigel (Die bla Seiner igel 3)-tmpfiles\1-1-finsihed.m4b seems to occur, when mp4info.exe or other requirements are not installed correctly in %PATH%. Could you try to call

mp4info

from the command line and ensure, that the mp4info.exe is really available in your %Path%?

Expected output would be:

C:\Users\sandreas\Temp>mp4info
usage: mp4info <file-name>

from m4b-tool.

kaileu avatar kaileu commented on May 30, 2024

Thanks for digging into this Problem.
I am sorry i realised that the Problem wasn't the whitespace its the german umlauts like ä ö ü ß.

from m4b-tool.

sandreas avatar sandreas commented on May 30, 2024

Thanks for clearing things up. This indeed is a bug. Reason:

  • Only happens on Windows Systems, because PHP uses Win32 API for file access
  • Win32 API internally uses Windows-1252 charset for filenames (instead of utf-8)
  • mp4v2 expects all params to be utf-8 encoded

Should be fixed within the next release.

from m4b-tool.

sandreas avatar sandreas commented on May 30, 2024

I released a v.0.3 beta - could you check if the issue with the umlauts is solved?

from m4b-tool.

kaileu avatar kaileu commented on May 30, 2024

It works great.
Thanks

from m4b-tool.

sandreas avatar sandreas commented on May 30, 2024

Cool - thank you for your feedback.

from m4b-tool.

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.