-
Notifications
You must be signed in to change notification settings - Fork 174
Error while splitting into chapters #155
Comments
Hi @nixfuerdiecharts could you please comment the output of |
A quick fix for you should be to comment out lines 687 and 689-691, but I'd prefer if you would help me sorting this out! |
ffmpeg version n4.3.1 Copyright (c) 2000-2020 the FFmpeg developers |
Ok, could you please replace line 687 of AAXtoMP3 by |
^This didn't work out for me. Same error as before. Your quickfix worked for me tho |
Have you saved the file after changing the line and befor testing it? |
Required
|
Since ffmpeg -version | sed -E 's/[^0-9]*([0-9]).*/\1/g;1q'
4 |
@smvoss |
It seems as if github deletes double spaces. |
|
Also works for me, although I might instead suggest quoting a single space (I tested and it works, |
Ok thanks. |
Fix merged, if you need more testing please do so. I'll close the issue in a couple of days regardless. |
I am having this same issue but have not been able to remedy it. when I enter A singular audio file is created with the error: I have commented out lines 687 and 689-691 then it produces: "/usr/bin/AAXtoMP3: line 725: bc: command not found18 chapters)" I'm uncertain of how to move forward. Thanks for your help. |
I tried to convert an aax audiobook with following command:
./AAXtoMP3 -e:m4a --chaptered --authcode xxxx000x --target_dir ~/Musik/ ~/Downloads/audiobookname.aax
I also tried exchanging the -e:m4a flag with --aac before the --chaptered flag. The audiobook always gets converted in a single file. But everytime the splitting into chapters should proceed I get the following Error:
./AAXtoMP3: Line 687: n4 is not set.0% (0/23 chapters)
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: