mp3chapters / mp3chapters.github.io

Online tool for adding chapters and other id3 tags to audio files
https://mp3chapters.github.io/
MIT License
18 stars 5 forks source link

mp3chapters.github.io

Online tool for adding chapters and other id3 tags to audio files such as podcasts. Available at mp3chapters.github.io. It also features a tool for merging audio files.

Uses just HTML/CSS and vanilla JS. No server-side code, so it can be run by just starting a webserver in the repo directory (e.g. python3 -m http.server). To avoid duplicating images, the tool uses hashes made with subtlecrypto. This feature is only available in https and localhost.

Built using node-id3, browserify, wavesurfer.js, and Vidstack Player. The merge app uses ffmpeg.wasm.

Feedback, bug reports, and pull requests are very welcome.

Features:

Screenshot 2023-11-24 at 12 49 30