MP3FileStructureAnalyser Code
Analyse a MP3 file structure (ID3 and frame headers) into JSON objects
Status: Alpha
Brought to you by:
kraetzer
File | Date | Author | Commit |
---|---|---|---|
_old | 2024-01-27 |
![]() |
[b4768c] tool overhaul: added side info and advanced cli... |
io | 2025-03-04 |
![]() |
[5a8bd7] fix |
src | 2025-05-18 |
![]() |
[55e4f1] fix typo; remove whitespace |
.gitingore | 2023-11-20 |
![]() |
[6080c2] initial commit |
Dockerfile | 2025-05-05 |
![]() |
[3f2589] reduce docker overhead |
License.txt | 2023-09-12 |
![]() |
[f992ab] Initial commit |
Readme.md | 2025-07-30 |
![]() |
[163665] adding dockerless batch-script support |
build | 2024-01-27 |
![]() |
[b4768c] tool overhaul: added side info and advanced cli... |
interactive | 2024-01-27 |
![]() |
[b4768c] tool overhaul: added side info and advanced cli... |
mp3fsa | 2024-11-20 |
![]() |
[b7ad92] id3 tag reconstruction |
use_without_docker.sh | 2025-07-30 |
![]() |
[163665] adding dockerless batch-script support |
./build
to build the imageio
directory, as this path will be forwarded to the docker environment (see example below)!./mp3fsa [-h] -i INPUT [-o OUTPUT] [-d] [-f] [-r] [--hex]
-d
flag to include mpeg frame data in output JSON-f
flag to enable overwriting of output path./mp3fsa -i io/Sine30s.VBR.mp3 -o io/Sine30s.VBR.mp3.json -d
./mp3fsa -i io/Sine30s.VBR.mp3.json -o io/Sine30s.VBR.mp3.json.mp3 -r
md5sum io/Sine30s.VBR*.mp3
bash use_without_docker.sh help
bash use_without_docker.sh install myinstalllocation