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:00]
steve [Metadata]
mp4box [2018/02/28 13:43]
steve
Line 68: Line 68:
 com                                      : composer com                                      : composer
 </​code>​ </​code>​
 +
 +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''​