Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MP3 with chapters - encode to tags with chapters #174

Open
henryk86 opened this issue May 9, 2024 · 2 comments
Open

MP3 with chapters - encode to tags with chapters #174

henryk86 opened this issue May 9, 2024 · 2 comments
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@henryk86
Copy link
Collaborator

henryk86 commented May 9, 2024

It seems that some mp3 contains chapters. If I encode such mp3, it would be great I the taf had the same chapter structure too. Currently it’s a single track taf.

in the www I found the following regards mp3s and chapters…

ffmpeg -i <input.mp3> -f ffmetadata <output.txt>

if I remember correctly, teddycloud uses ffmpg also to encode the files? So would it be possible to enhance the encoder to that?

I can provide an example mp3 later.

@SciLor
Copy link
Contributor

SciLor commented May 9, 2024

This may be a bit complicated, as the browser is used as decoder on the frontend, if using the cli ffmpeg

@henryk86
Copy link
Collaborator Author

henryk86 commented Sep 9, 2024

This might be a very specific implementation for only mp3 files. There could be additional problems as the 99 chapter limit by the box can be broken or the message to much chapters is appearing very late in the process…
But in general it should be possible using special libraries which can parse the mp3 file.

@henryk86 henryk86 added enhancement New feature or request wontfix This will not be worked on labels Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants