Open henryk86 opened 6 months ago
This may be a bit complicated, as the browser is used as decoder on the frontend, if using the cli ffmpeg
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.
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.