Guide to repairing full video:
1. Repair the video you want using the demo software
2. Once Scan is complete click the button "Open repair report"
3. This will open a report.html file, at the bottom of this page is some blue text saying "Click here to open the complete log file of the repair process. " Click the link
4. This will open another page called logfile.html. At the top of this page you will see a line of text similar to this:
Code:
CMD="U:\Downloads\Software\videorepair\videorepair \movdump.exe" -key 179781 -atomdump -i "U:\Pictures\2012-05-25\002.mp4" -o "U:\Pictures\2012-05-25\repaired\002.mp4" -save 50 -entropy 65536 -start 0 -stop 100 -fps 28 -refprio -ref "U:\Pictures\2012-05-25\005.mp4"
5. Select and copy all the text apart from the first 4 characters CMD= . So now the copied text should look like this:
Code:
"U:\Downloads\Software\videorepair\videorepair \movdump.exe" -key 179781 -atomdump -i "U:\Pictures\2012-05-25\002.mp4" -o "U:\Pictures\2012-05-25\repaired\002.mp4" -save 50 -entropy 65536 -start 0 -stop 100 -fps 28 -refprio -ref "U:\Pictures\2012-05-25\005.mp4"
6. Now copy and paste the text in any text editor and where it says "-save 50" you need to change the "50" to "100". Once changed copy the line again, so now your code should look like this:
Code:
"U:\Downloads\Software\videorepair\videorepair \movdump.exe" -key 179781 -atomdump -i "U:\Pictures\2012-05-25\002.mp4" -o "U:\Pictures\2012-05-25\repaired\002.mp4" -save 100 -entropy 65536 -start 0 -stop 100 -fps 28 -refprio -ref "U:\Pictures\2012-05-25\005.mp4"
7. Now you have the correct code copied, open up the command prompt. To do this search for cmd or look online it isn't hard. One you have the command prompt open (a black window with white text) right click in the window and select paste. Then all you need to do is press enter
|