Hello
Recently, I accidentally deleted a video that I needed from the recycle bin. I used recuva to retrieve the video. However the video is now missing its index block and I can't edit it in any editing software. Also, I can't go forward or go to a part of the video in windows media player. I need help repairing this avi file.
Video specs:
1920x1080
Recorded at 60 fps.
The file is around 31 Gigabytes.
It was recorded with fraps.
Thanks!
+ Reply to Thread
Results 1 to 27 of 27
-
-
Try ffmpeg:
Code:"c:\path\to\ffmpeg.exe" -i "input file" -codec copy "output file"
In the future, enable the Fraps "split movie every 4 GB" option. This will limit your losses in case of file corruption. -
if it's missing the mov atoms it's also probably nothing but garbage inside the file. once deleted, sectors of the file are re-used by windows and no longer contain the video. the recovery program may have gotten all the original sectors re-assembled but they don't contain your video anymore.
--
"a lot of people are better dead" - prisoner KSC2-303 -
To easily change your path is go the folder where the file is and click on left click shift,hold it down and right click your mouse and choose 'open command window here'.
I think,therefore i am a hamster. -
It's the folder that contains ffmpeg.exe - probably "C:\Program Files (x86)\ffmpeg\bin." If it's not there, you'll have to search your "C:" drive for the location.
Just "000078", not "000078.avi" ? Might be a bad sign. Go ahead and rename it to "000078.avi"
Now, open a command window: in Windows Explorer, shift+right-click the desktop (or wherever the video file is), select Open command window here,
Type or paste this in the command window:Code:"C:\Program Files (x86)\ffmpeg\bin\ffmpeg.exe" -i "000078.avi" -codec copy "000078-fixed.avi"
Good luck! In the event of an error, copy the command output and paste it in your reply. -
-
I got the command going, but I get this error, "000078.avi: No such file or directory"
-
Oh Sorry about that. I just forgot to put the parenthesis as part of the name. The file was (000078).
-
It has been going perfectly, but I now get this error in the middle of the operation, "Operation not permitted".
-
Just a quick reference here... When you use a command line editor (DOS/CMD) when you come to where you want to enter the complete path of a file, just drag and drop the file to the DOS window and it will fill in the path complete with quotes if necessary.
Example:
<drag and drop ffmpeg.exe here> -i <drag and drop your video here> -vcodec <whatever you wish> -acodec <whatever one you want> "outputfilename and path and extension"
and you will get:
"c:\path to ffmpeg" -i "c:\path to video" -vcodec libx264? -acodec libavaac? "c:\path and name to output"
Just a note to make it easier. -
-
I agree, for the second time, with the DivFix suggestion. Nawaffles, please try DivFix++.
For the curious, regarding "Operation not permitted", it's error code EPERM, which is rarely used within ffmpeg, in fact it appears in only three files: concatdec.c, rtsp.c and os_support.h. The last is the likely source: a function called win32_rename. It looks to me like it's a directory write permission problem - but who knows, unexpected conditions in the file (ie the file is damaged/unrecoverable) can cause a lot of strange things to happen. -
I tried DivDix and I get the error, Frame size is too big and another error about paramaters.
-
Delete the file and give up,too much work to get it back,just save the file you already salvaged.
I think,therefore i am a hamster.
Similar Threads
-
Trying to Fix a Huge Corrupt .avi File!
By LPrime in forum Video ConversionReplies: 37Last Post: 15th Aug 2014, 22:01 -
Very Corrupted AVI file from USB camera
By rickmx13 in forum RestorationReplies: 8Last Post: 28th Jul 2014, 09:42 -
Repairing a corrupted avi-file
By Jolan_84 in forum Newbie / General discussionsReplies: 2Last Post: 6th Aug 2013, 09:07 -
Corrupted avi file captured
By helpcito in forum Capturing and VCRReplies: 1Last Post: 12th Aug 2012, 02:41 -
Corrupted/damaged video file .avi
By aizen in forum RestorationReplies: 8Last Post: 31st Jan 2012, 13:17