Giter VIP home page Giter VIP logo

Comments (5)

sandreas avatar sandreas commented on May 30, 2024

Hey there,

thank you for reporting. To analyse this, i would need the following things:

  • Which operating system are you using / did you use the docker image?
  • What command did you use? (e.g. m4b-tool merge data/book --output-file=test.m4b)
  • What kind of files did you merge? (e.g. mp3, m4a, flac...)

As soon as i get this information, i can try to reproduce the problem...

from m4b-tool.

moritztk avatar moritztk commented on May 30, 2024

Which operating system are you using / did you use the docker image?

Docker image on fedora 30

What command did you use? (e.g. m4b-tool merge data/book --output-file=test.m4b)

m4b-tool merge -v --jobs=2 --output-file="output/" "input/" 

m4b-tool being the alias from the readme

What kind of files did you merge? (e.g. mp3, m4a, flac...)

mp3

from m4b-tool.

sandreas avatar sandreas commented on May 30, 2024

Thank you.

Sounds like a file specific issue - I maybe require the files to reproduce the problem, but before that i'll check your use case with some of my samples.

One thing i did not test, is providing a directory for the --output-file="output/", usually you would specify a filename - e.g. --output-file="output/merged.m4b", but that can't be the problem in my opinion.

I'll get back to you when I know more.

from m4b-tool.

sandreas avatar sandreas commented on May 30, 2024

I can indeed confirm a little offset on my testing set... (in my case it is about 1,5 seconds on file 300). I also noticed, that it should not be possible to start a "simple" merge providing a directory as output.

This is something i have to investigate further, because i can't remember this happening in older m4b-tool versions... unfortunately this might take some time.

from m4b-tool.

sandreas avatar sandreas commented on May 30, 2024

First of all: Thank you very much for reporting this, i did not notice the problem. Now it should be fixed for the next release. In the meantime, here is a bleeding edge version that should work:

m4b-tool.tar.gz

To use it in the docker image, you could to the following:

mkdir /tmp/m4b-tool && \
	wget https://raw.githubusercontent.com/sandreas/m4b-tool/master/Dockerfile -O /tmp/m4b-tool/Dockerfile && 
	docker build --build-arg M4B_TOOL_DOWNLOAD_LINK=https://github.com/sandreas/m4b-tool/files/3488793/m4b-tool.tar.gz /tmp/m4b-tool/ -t m4b-tool

Feedback is welcome, i hope it works for you, too... if it still does not work, please reopen the issue.

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.