[re-]split opus files #5
iconoclasthero
started this conversation in
Ideas
Replies: 3 comments
-
|
Also, support for chapter titles that are longer than 255 characters or whatever I'm allowed. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
If this does get converted to python, it would make sense to use mutagen for the tag R/W as opposed to relying on external file operations with opustags. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
One thing that I'd really like to do is add an option to allow the script to use the embedded chapter info from either the original m4b or an opus file. E.g., I have a big book that was originally two volumes and I need to break it back into those two volumes... But if I split it at the volumes with just ffmpeg -to / -ss, the index will be all fucked up... Based on what I looked at/remember of my code, the only way to do this is to use the split feature to break everything into pieces...but I'm fairly sure that I don't have anything as is that will split out opus so the code would need to either be separated into a separate opus tool or it would need to be refactored so that the part of m4b2opus that splits m4bs into m4as can also split opus into opus with the chapter names as part of the file names. It doesn't help that opustags doesn't do a great job with this.
Also, I'm vaguely considering starting to move this to python...which I don't want to do because I don't know python and don't want to learn it, but it might be worth using a real programming language rather than shell.
Beta Was this translation helpful? Give feedback.
All reactions