PDA

View Full Version : mp4 recovery


Armstrongfilms
09-16-2009, 07:25 PM
well i have officially had my first card error, and have exausted many options thus far trying to get my video back. the file structure is there, but after attempting to hex-edit the proper header/footer to try to get (at least) VLC to play the file, i have had no luck so far. the card, a MxR with transcend 16g, seperated the long recording into 4 18 min segments. i can get the first 18, and last 18, but not the middle ones. i have looked for and used a few of the demo programs to try to recover and most of them at least recognize that there is a file that needs help and the demo claims to be able to fix it (for a charge)

While i try to weed out the crap freeware and adware based garbage, what programs have you guys used to fix the mp4 files with some success, either PC or MAC i have both, i just dont want to download any more crap programs and delete them. theres gotta be a decent free one out there somewhere. please help :)

xpycm
09-16-2009, 09:36 PM
You can try TestDisk:

http://www.cgsecurity.org/wiki/TestDisk

http://www.cgsecurity.org/wiki/TestDisk_Download

Armstrongfilms
09-17-2009, 02:12 PM
tried that one and also filesalvage for mac. no luck... im looking for a mp4 repairer specifically, accessing the file isint as much of a problem.

Armstrongfilms
09-18-2009, 11:11 AM
So far, treasured for mac is the only thing that has been able to view the entire missing clips straight from the mp4 files.

clip browser software for the PC will let me view the files but not export, so at this point, i might be going ghetto and using a screen recorder/audio recorder to attempt to salvage the footage unless i can find a better way by the end of the day

dreamlx
09-19-2009, 02:22 AM
Hi,

ffmpeg might also be worth a try. Somtimes it does really good job on recovering damaged files.

At first I would try something like

ffmpeg -i damaged.mp4 -vcodec copy -acodec copy salvaged.m2t (I am choosing m2t as transport streams seem to be more fault tolerant than mp4. Data will only be wrapped in another container, so there will be no quality loss.)

If this is failing I would try:

ffmpeg -i damaged.mp4 -vcodec dnxhd -acodec pcm_s16le -b 185Mb salvaged.mov (This will convert video to a dnxhd compressed mov file.)

Graham King
09-19-2009, 03:06 AM
this sucks. hope my cards won't fail. i should probably assume they will