I've got a corrupted video file in mp4 format.
I get a "moov atom not found" error message in ffmpeg when I try to fix it using one online suggestion using the ffmpeg faststart command like this:
Code: Select all
ffmpeg -i input_video_file.mp4 -vcodec copy -acodec copy -movflags faststart output_video_file.mp4.
Other suggestions mention something called "untrunc" to fix the moov atom problem but I can't find that in the Tahrpup repository.
I do have another video file shot by the same camera at the same settings and format, and from what I've read, untrunc can use that uncorrupted file to reconstruct the needed metadata for the corrupted file.
Has anybody found or used "untrunc" with puppylinux? Any help would be appreciated!