Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ffmpeg: remove cover picture from mp3/convert to ogg without cover

Tags:

ffmpeg

I have two questions on working with ffmpeg:

1) how to remove cover picture from mp3 2) if there is a cover in mp3, how to say ffmpeg to convert it to ogg without picture

like image 375
WHITECOLOR Avatar asked Oct 30 '25 08:10

WHITECOLOR


1 Answers

How about this sir

ffmpeg -i a.mp3 -q 1 -map a a.ogg

ref

like image 60
Zombo Avatar answered Nov 01 '25 06:11

Zombo



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!