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
Last revision Both sides next revision
mp4box [2018/02/28 13:43]
steve
mp4box [2018/02/28 13:51]
steve [Metadata]
Line 73: Line 73:
 <​code>​ <​code>​
 avconv -y -i source.m4a -map_metadata 0 -write_id3v1 1 -vn ouput.mp3 avconv -y -i source.m4a -map_metadata 0 -write_id3v1 1 -vn ouput.mp3
 +</​code>​
 +
 +Converting M4A to MP3 with avconv, copying metadata, with id3v2.3 only:
 +
 +<​code>​
 +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''​