Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| mp3 [2021/10/18 01:38] – beandog | mp3 [2021/10/18 01:40] (current) – beandog | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== MP3 ====== | ====== MP3 ====== | ||
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
| Strip an MP3 of all metadata: | Strip an MP3 of all metadata: | ||
| Line 6: | Line 9: | ||
| ffmpeg -i source.mp3 -write_xing 0 -id3v2_version 0 -map_metadata -1 -acodec copy no_metadata.mp3 | ffmpeg -i source.mp3 -write_xing 0 -id3v2_version 0 -map_metadata -1 -acodec copy no_metadata.mp3 | ||
| </ | </ | ||
| - | |||
| - | See [[https:// | ||
| Set metadata title: | Set metadata title: | ||