Copy metadata from one mp3 to another

0
0
No Preview.

If you feel like this example could be improved, you may edit this example here.

ffmpeg -i audio.mp3 -i metadata.mp3 -c copy -map 0 -map 1:1 -map_metadata 0 -id3v2_version 3 output.mp3