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 Both sides next revision
mp4box [2018/02/28 13:28]
steve
mp4box [2018/02/28 13:43]
steve
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>​
  
   * ''​name -> song''​   * ''​name -> song''​