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 ファイルがあります。
そして彼らのためのアートワーク:
バッチ モードで画像をタグとして mp3 ファイル (1 から 1、2 から 2、3 から 3) に追加するにはどうすればよいですか?
おそらくeyeD3ループが必要です:
eyeD3
n=1; while [ $n -le 3 ]; do eyeD3 add-image $n.image.png:ILLUSTRATION $n.audio.mp3 let n++ done
ファイルの名前には番号を付ける必要があることに注意してください
1.image.png, 2.image.png, 1.audio.mp3 ..... ect.