gpac / mp4box.js

JavaScript version of GPAC's MP4Box tool
https://gpac.github.io/mp4box.js/
BSD 3-Clause "New" or "Revised" License
1.94k stars 326 forks source link

Parse aux_info_type as string #403

Open dukesook opened 2 months ago

dukesook commented 2 months ago

Currently, MP4Box.js displays the aux_info_type parameter in the saiz/saio boxes as a decimal value (e.g. 1635017065). Displaying this value as a string would be much more convenient (e.g. 'atai').

image image