Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ffmpeg の操作について 2 つの質問があります。
1) mp3 からカバー画像を削除する方法 2) mp3 にカバーがある場合、ffmpeg で画像なしの ogg に変換する方法
この先生はどうですか
ffmpeg -i a.mp3 -q 1 -map a a.ogg
参照