You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: