Andreas

Results 339 comments of Andreas
trafficstars

Mmh, everything looks good to me. The 46 files are being converted and merged correctly. There is a `chapters.txt` file showing a length of `45:29:09.088` (+ the length of the...

> Also for some reason the m4b shows up as "Part 01" in the playlist even though its only one file and the file name doesn't have "Part 01" in...

Hey @vishhvaan , thanks for reporting this. Well, although `ffmpeg` is a great tool (it really is!!), it has its caveats. One of these is that the order of parameters...

According to the article http://k.ylo.ph/2016/04/04/loudnorm.html the following procedure would be the most accurate: ### first pass - measuring volume For measuring the volume correctly, three *target* values are required: -...

Well, since this is most useful on `merge`, i would place the methods for loudness in here: https://github.com/sandreas/m4b-tool/blob/2ac2631d68341ae965aaef5a1745eec95c45288d/src/library/Executables/Ffmpeg.php#L770 ```php public function normalizeVolume(SplFileInfo $file, $options) { // ... } public function...

Has there been any progress on your side?

Sorry for not responding to that issue... I must have overseen it after a first "no idea" thought. Is this still happending with the latest pre-release?

Hey there, thanks for thinking about exporting cue sheets. This should not be too complex, `m4b-tool` already supports splitting by cue sheets... here is an example how an export cue...

If you just need the metadata (regardless in what format), the ***latest pre-release*** already is able to export some formats within the `meta` command - this is where the cue...

Ok, after some research it seems that `cue` is clearly not meant for audiobooks (although that does not mean, that there is no way to abuse / workaround it to...