Skip to content

weird issue with higher quality files #14

@brokenbr4in

Description

@brokenbr4in

first i would like to say thanks for your work on this it is awesome

i have noticed an issue when using this with some of the higher quality aax files usually the ones with _ep7 at the end f the filename

something is a bit off with the resulting m4b file they dont work properly in some android apps the file manager on my pixel 4a cant play them they also dont get imported into Smart Audiobook Player correctly

i did some digging with ffmpeg and found that if you re encode the audio the files work correctly im not sure what causes this here is an exaample of the ffmpeg command i used:
ffmpeg -y -activation_bytes 1a2b3c -i 'input_ep7.aax' -map 0:v -map 0:a -c:v copy -c:a aac -ar 44100 -b:a 125k 'output.m4b

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions