I tried to remove the "writing library" entry from some of my mp3 files with ffmpeg, and this is the command I used:
ffmpeg -i input.mp3 -map_metadata -1 -c copy output.mp3
The command removed all the other tags, but the "writing library" still remained intact.
I've also tried other mp3 tag editing tools, but none of them did the job.
Here's the mediainfo of an example mp3 file:
Format : MPEG Audio
File size : 32.1 MiB
Duration : 1 h 9 min
Overall bit rate mode : Variable
Overall bit rate : 64.0 kb/s
Writing library : LAMEUUULAME3.91
Cover : Yes
Cover MIME : image/jpeg
Audio
Format : MPEG Audio
Format version : Version 1
Format profile : Layer 3
Format settings : Joint stereo / MS Stereo
Duration : 1 h 9 min
Bit rate mode : Variable
Bit rate : 64.0 kb/s
Channel(s) : 2 channels
Sampling rate : 44.1 kHz
Frame rate : 38.281 FPS (1152 SPF)
Compression mode : Lossy
Stream size : 31.9 MiB (100%)
Writing library : LAMEUUULAME3.91
Any help would be greatly appreciated. Thank you.