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
Next revision Both sides next revision
mp4box [2018/02/28 13:28]
steve
mp4box [2018/02/28 13:45]
steve [Metadata]
Line 69: Line 69:
 </​code>​ </​code>​
  
-Converting M4A to MP3:+Converting M4A to MP3 with avconv, copying metadata, with id3v1 only: 
 + 
 +<​code>​ 
 +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>​
  
   * ''​name -> song''​   * ''​name -> song''​