Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
mp3 [2021/10/17 19:37]
beandog
mp3 [2021/10/17 19: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 [[http://​jonhall.info/​how_to/​create_id3_tags_using_ffmpeg|here]] for documentation of mapping tags using avconv. 
  
 Set metadata title: Set metadata title:

Navigation