WHITECOLOR
WHITECOLOR

Reputation: 26122

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

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

Upvotes: 3

Views: 5278

Answers (1)

Zombo
Zombo

Reputation: 1

How about this sir

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

ref

Upvotes: 5

Related Questions