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.
タイトル、コメント、アーティスト、その他すべてのタグを変更せずに、mp3 をより低いビット レートに変換しようとしています。
やっています
ffmpeg -b 64k -i "myfile.mp3" -ab 64k test1.mp3
test1.mp3 のファイルをチェックすると、タグがなく、すべてのタグが削除されます。
変換中にタグを保持する方法は?
タグを保持するために、新しいバージョンの ffmpeg のコマンドラインに「-map_metadata 0」を追加します。