Reputation: 26122
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
Reputation: 1
How about this sir
ffmpeg -i a.mp3 -q 1 -map a a.ogg
ref
Upvotes: 5