How do i change conversion bitrate? #22
Replies: 4 comments 6 replies
-
By default it should be grabbing the bitrate of the original book and automatically making the m4b conversion the exact same. If you want to set it to a lower bitrate (32 or 64) then you can force it in the docker run command in the script. I would avoid setting the bitrate to 128, because upscaling is just a waste of time/storage/energy for no benefit when starting with smaller bitrates. You'll need to exec into the running docker container and modify line 109 to something like |
Beta Was this translation helpful? Give feedback.
-
Maybe you can help me with beets-audible as well.
I think i configured everything as written, but i get the following errors:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/beets/plugins.py", line 268, in load_plugins
namespace = __import__(modname, None, None)
ModuleNotFoundError: No module named 'beetsplug.copyartifacts'
** error loading plugin audible:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/beets/plugins.py", line 268, in load_plugins
namespace = __import__(modname, None, None)
ModuleNotFoundError: No module named 'beetsplug.audible‘
Any ideas what is did wrong?
Best regards.
Stefan
… Am 04.01.2023 um 18:37 schrieb seanap ***@***.***>:
FYI this change will be overwritten if you update the docker, or if you remove and pull a new image. This hasn't been added to the config file or environment variables but probably should be.
—
Reply to this email directly, view it on GitHub <#22 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AF3WKZ5OOA6W7J34CVJ73HTWQWYMTANCNFSM6AAAAAATQ5AVW4>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
-
I copied the compose and config yaml and used docker-compose.
… Am 04.01.2023 um 20:41 schrieb seanap ***@***.***>:
Looks like an installation error, did you clone the github repo?
—
Reply to this email directly, view it on GitHub <#22 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AF3WKZZYGWZOJXUVLXTIHELWQXG7PANCNFSM6AAAAAATQ5AVW4>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
-
I think that did it :)
Is there a way to rename the chapters in m4b-tool like
1. original chapter name —> chapter 1
2. original chapter name —> chapter 2
Just a simple naming from chapter 1 to chapter n.
Best regards,
Stefan
… Am 04.01.2023 um 20:49 schrieb seanap ***@***.***>:
Thats why, remove what you've done and try following the instructions exactly. It's a little different of an install compared to normal dockers, there are external files (included in the git clone) that need to be imported into the beets docker. I thought about combining them all into my own docker but I don't want to maintain the version control of both beets and the audible plug-in.
—
Reply to this email directly, view it on GitHub <#22 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AF3WKZ4TSIFFW35EU4YXGUDWQXH6JANCNFSM6AAAAAATQ5AVW4>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
-
Im new to docker, got it running but how do i change the bitrate of the conversion?
Beta Was this translation helpful? Give feedback.
All reactions