Actually a lot of available images include the gap between 2 tracks as sub track.
Mainly used to be able to rip hidden audio track, most of time it means 150 empty frames (2s) or more so at least 345Kb per track used for nothing.
To reduce binary size, is it possible to add an option to remove these zeros, defined by
INDEX 0 00:00:00
INDEX 1 00:02:00
and replace them with
PREGAP 00:02:00
INDEX 1 00:00:00
The merged binary will be at least 345Kb*(nbTracks-1) smaller.
Of course, keep it as an option because if wrongly used, hidden audio tracks could be removed.
So perhaps check if the gap is really filled by 0 before proceeding ?
similary, on binsplit, the option could be used to add empty frames on binary track or not.
Thanks ;)
Actually a lot of available images include the gap between 2 tracks as sub track.
Mainly used to be able to rip hidden audio track, most of time it means 150 empty frames (2s) or more so at least 345Kb per track used for nothing.
To reduce binary size, is it possible to add an option to remove these zeros, defined by
and replace them with
The merged binary will be at least 345Kb*(nbTracks-1) smaller.
Of course, keep it as an option because if wrongly used, hidden audio tracks could be removed.
So perhaps check if the gap is really filled by 0 before proceeding ?
similary, on binsplit, the option could be used to add empty frames on binary track or not.
Thanks ;)