|
|||||||||
|
Thread Tools | Search this Thread |
October 4th, 2009, 03:40 PM | #16 |
Major Player
Join Date: Nov 2005
Location: Grass Valley, California
Posts: 350
|
I went through this scenario, trying to rescue a formatted P2 card for a friend. I was able to get most of the files back, but not without it's complications.
Turns out, the only way to recover formatted or deleted cards is using a pc application that can see fat32 file structures. Try using a pc-based commercial data recovery application: FileSalvage, Stellar Phoenix3, Data Rescue 2, Boomerang, UnDelete Plus, Recover4all If you are able to recover the movie files and they are damaged (i.e., blocking etc), I know a gentleman who writes a specific movie repair tool to fix the file(s). It's around $150 per repair tool (each repair tool only works with one format, i.e. 108060i DVCProHD.) If you have more than one format, frame rate, or size, you will need to purchase multiple repair tools. Once you have the repair tool, you can keep it, in case it ever happens again. If you can get your files from a windows-based file recovery program and there are no issues with the files, you are in luck. If the files play but are damaged, then PM me and I will send you the contact of the man who writes the movie repair apps. Larry |
October 4th, 2009, 11:00 PM | #17 | |
Contributor
Join Date: Jul 2005
Location: Sydney Australia
Posts: 873
|
Quote:
|
|
October 6th, 2009, 08:25 AM | #18 | |
Major Player
Join Date: Jul 2009
Location: Hampshire, UK
Posts: 693
|
Quote:
Calibrated Software Used their mp4 to Final Cut plugin the other week when I couldn't transfer a file and it worked a treat. |
|
October 6th, 2009, 04:06 PM | #19 | |
Major Player
Join Date: May 2005
Location: Glendale, AZ
Posts: 691
|
Quote:
|
|
October 6th, 2009, 04:16 PM | #20 | |
Major Player
Join Date: Jul 2009
Location: Hampshire, UK
Posts: 693
|
Quote:
That software saved my backside the other week. Be warned though, when you register it you can't transfer the licence to another computer. You are stuck with it where you install it. |
|
October 6th, 2009, 10:33 PM | #21 |
Regular Crew
Join Date: Aug 2008
Location: Bereldange, Luxembourg
Posts: 41
|
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.) |
| ||||||
|
|