I got mp3 files without headers, ffmpeg -i shows:
. . .
[mp3 @ 003e9700] Header missing
. . .
They sound well, but not in all players. So how can I restore header info or re-pack file without re-encoding mp3 content?
Super User is a question and answer site for computer enthusiasts and power users. It only takes a minute to sign up.
Sign up to join this community
ffmpeg -i input.mp3 -c copy output.mp3? – slhck Oct 18 '14 at 17:54copymethod but it didn't help.. – rook Oct 18 '14 at 19:07