https://bugs.kde.org/show_bug.cgi?id=485636
Bug ID: 485636 Summary: ref: Bug 451787 this bug referes to chapters in m4b files, they can also be applied in mp3 files Classification: Applications Product: kid3 Version: unspecified Platform: Microsoft Windows OS: Microsoft Windows Status: REPORTED Severity: wishlist Priority: NOR Component: general Assignee: uflei...@users.sourceforge.net Reporter: aussief...@gmail.com Target Milestone: --- chapters in m4b files can be applied to mp3 files using ffmpeg but are not visin]ble in kid3 SUMMARY after adding chapters to m4b files they can be written to mp3 files using the following command but kid3 can not edit the mp3 chapter data STEPS TO REPRODUCE 1. create m4b file with chapter data, this is possible using either kid3 or the latest beta of vlc or using ffmpeg 2. convert all m4b files in current directory to mp3 with the following command for i in *.m4b; do ffmpeg -i "$i" "${i%.*}.mp3"; done 3. this writes the chapter data into the new mp3 files OBSERVED RESULT the outputed files have chapter data viewable in applications able to read it but kid3 shows this chapter data garbled EXPECTED RESULT kid3 should be able to read and edit this data SOFTWARE/OS VERSIONS Windows: 11 64bit (available in About System) KDE Plasma Version: N/A KDE Frameworks Version: N/A Qt Version: N/A ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.