Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
mp4box [2018/02/28 13:45]
steve [Metadata]
mp4box [2018/02/28 13:51]
steve [Metadata]
Line 79: Line 79:
 <​code>​ <​code>​
 avconv -y -i source.m4a -map_metadata 0 -write_id3v1 0 -id3v2_version 3 -vn ouput.mp3 avconv -y -i source.m4a -map_metadata 0 -write_id3v1 0 -id3v2_version 3 -vn ouput.mp3
 +</​code>​
 +
 +And stripping extra frames from conversion:
 +
 +<​code>​
 +id3v2 --remove-frame TXXX output.mp3
 +id3v2 --id3v1-only output.mp3
 </​code>​ </​code>​
  
   * ''​name -> song''​   * ''​name -> song''​