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
mp3 [2017/02/26 21:31]
beandog
mp3 [2017/02/27 15:41]
beandog
Line 23: Line 23:
 </​code>​ </​code>​
  
 +Add cover art as well:
  
 +<​code>​
 +avconv -i source.mp3 -i cover.jpg -acodec copy cover_art.mp3
 +</​code>​
 +
 +Note that avconv will convert the cover art to a PNG. If it already is one, you can can copy it directly:
 +
 +<​code>​
 +avconv -i source.mp3 -i cover.jpg -acodec copy -vcodec copy cover_art.mp3
 +</​code>​

Navigation