How to recover a broken mp4 file: moov atom not found
29
votes
2
answers
61602
views
I made a recording with
ffmpeg -f alsa -ac 2 -i plughw:0,0 /tmp/audio.mp4
I then moved
/tmp/audio.mp4
to another directory (/root/audio.mp4
) without stopping ffmpeg
leading to a broken .mp4
file:
ffplay /root/audio.mp4
[...]
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f3524000b80] moov atom not found
audio.mp4: Invalid data found when processing input
**How to recover and read my .mp4
file?**
Asked by user123456
(5258 rep)
Jan 11, 2019, 09:00 AM
Last activity: Jul 31, 2021, 10:49 AM
Last activity: Jul 31, 2021, 10:49 AM