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

Navigation