Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mp3 [2021/10/18 01:38] beandogmp3 [2021/10/18 01:40] (current) beandog
Line 1: Line 1:
 ====== MP3 ====== ====== MP3 ======
 +
 +  * [[https://trac.ffmpeg.org/wiki/Encode/MP3]] - ffmpeg wiki
 +  * [[https://ffmpeg.org/ffmpeg-all.html#libmp3lame-1]] - ffmpeg with lame
  
 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
 </code> </code>
- 
-See [[https://jonhall.info/create_id3_tags_using_ffmpeg/|here]] for documentation of mapping tags using ffmpeg. 
  
 Set metadata title: Set metadata title:

Navigation