Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Does removing padding remove data or does it just remove what’s not required (Read 992 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Does removing padding remove data or does it just remove what’s not required

If say I use metaflac or ID3 to remove the padding for FLAC and MP3s'.

ID3.exe command:
Code: [Select]
ID3 -2 -s 0 "file"

metaflac.exe  command:
Code: [Select]
metaflac --preserve-modtime --dont-use-padding --remove --block-type=PADDING "file"

If I use the commands for both to remove padding, does it affect any existing tags (remove them) or does it just remove what's not needed with regards to padding?