Your favorite Apple, iPhone, iPad, iOS, Jailbreak, and Cydia site.
Thread: Editing .mov files for corrupt cycorder videos...
is a discussion within theWindows Specific Modding Discussion
forums, a part of theComputer Modding Software
section;Here are the steps you should be able to take on Mac. This script should work on Windows or Linux as well, though the steps would be different. 1) Download
...-
03-30-2010, 11:31 PM #41
Here are the steps you should be able to take on Mac. This script should work on Windows or Linux as well, though the steps would be different.
1) Download the repair script ('ZIP' link at https://github.com/dkjer/repair_cycorder_mov) and move it to your Desktop.
2) Open the Terminal application. This should be located at /Applications/Utilities/Terminal
3) Unzip the script:
Keep this window open for later steps.Code:cd Desktop unzip repair_cycorder_mov-master.zip cd repair_cycorder_mov-master
4) Move the corrupted Cycorder video to the 'repair_cycorder_mov' folder on your desktop. Alternatively, you should be able to just pull this directly from your iPhone if you know its ip address (pull from :
5) For this example, we'll call the corruped Cycorder video 'corrupted.mov'. To create a working video 'working.mov', type this in in your Terminal window:Code:scp mobile@YOUR-IPHONE-IP-ADDRESS:Media/Videos/* . (Enter 'alpine', or your ssh password)
A working version of your video should now be located in the 'repair_cycorder_mov' folder on your Desktop.Code:./repair_cycorder_mov.py corrupted.mov working.mov
By the way, I have noticed that longer videos seem to have the sound offset by half a second or so. If this script ends up working for folks, I'll see about putting an updated version with better audio sync.Last edited by xylor; 03-28-2013 at 02:21 PM.
-
-
03-31-2010, 12:05 AM #42
I don't have cycoder but I do have corrupt .mov files that were created with an aiptek hd camcorder and I am wondering if this script might work for me? Does the resolution of the .mov file matter at all with this script?
And where do you type the code ./repair_cycorder_mov.py corrupted.mov working.mov ?
Do you add it to the end of the repair_cycorder_mov.py file and then open it? I take it I need to have a working.mov file of my own in the repair_cycorder_mov folder as well?Last edited by bertrenolds; 03-31-2010 at 12:19 AM.
-
03-31-2010, 01:21 AM #43
It is doubtful that this script would work for your camcorder without modification. The same general techniques would probably work, though you would need to use a 'moov_template' from a valid camcorder .mov and restructure the script around that template instead.
You type the './repair_cycorder_mov.py ....' command in the Terminal window that was opened previously. You do not need a working.mov file of your own; this is generated by the script.Last edited by xylor; 04-01-2010 at 01:49 AM.
-
04-02-2010, 09:56 PM #44
Hey Xylor, it worked, had a 10 minute cycorder video, its alive again!!
Great job on the script, and my audio seemed ok.
billymac
-
04-02-2010, 10:54 PM #45
Excellent, glad it worked for you!
-
04-09-2010, 05:22 PM #46
Xylor, THANK YOU!
-
04-12-2010, 11:23 PM #47
help me
hii... i dont understand i cant do it in windows pleaseeeee help me i need this video sos
-
04-14-2010, 08:35 AM #48
-
04-14-2010, 08:35 PM #49
Windows users, I was successfully able to recover a MOV file using repair_cycorder_mov. You first have to install the python application on your machine ( http://www.python.org/download/ ). Once its installed you can use the DOS command line to run the script.
I used the following command and options to run the script (hit carriage return after the -v:
-> C : \ > repair_cycorder_mov.py input.mov output.mov -v
Thanks XYLOR! Good work!!Last edited by mikeebee; 04-14-2010 at 08:40 PM.
-
-
04-16-2010, 10:45 PM #50
Mikebee when I use the Python (command line) and typed the command
\> Repair_cycorder_mov.py input.mov output.mov
Python says it has an error "syntax error" what can this be?
just abir Python and run this same command with the corrupted video folder that's right??
Thank you for your attention
-
04-16-2010, 11:00 PM #51Super Moderator
- Join Date
- Apr 2008
- Location
- MN/WI
- Posts
- 13,732
- Thanks
- 382
- Thanked 1,124 Times in 875 Posts
Code:repair_cycorder_mov.py input.mov output.mov -v
Is that what you are putting in to command in the same directory as the currpoted file?
-
04-18-2010, 12:08 AM #52
I cant!!!! they created a file named output.mov-v. or i do everything wrong
Thankkkkkkssssssss finally works for myyyy godd blesss you and xylor!!!!Last edited by mainita; 04-18-2010 at 12:08 AM. Reason: Automerged Doublepost
-
04-18-2010, 09:52 AM #53
Alright, I'm using this script in Windows and for a 716 MB corrupted.mov it creates a 2,25 MB working.mov.
So is this small working.mov the mdat/moov/whatnot atom? What do I do now to make the movie work? Do I need to combine those two files somehow, or what?
Thanks so much for any answers, I'm so close to getting my precious videos back to watchable.
-
04-19-2010, 12:15 AM #54
Is there any tutorial video available?
I cant make this work.
Thanks
-
04-21-2010, 06:35 PM #55
Hi! i don't know what i'm doing wrong. I downloaded Python 2.6.5. In the command line i put: C : \ > repair_cycorder_mov.py input.mov output.mov -v
thanks
-
04-21-2010, 09:04 PM #56
Same for me. I have tried everything. I am using WINDOWS and i have tried it from the c
command line and i have typed it from the python command line. I am getting a syntax error and it is pointing at my input file name regardless of what I put there.
Its also pointing at the end of the chunk_audio_samples parameter and something about line 87 followed by a print message with a lot of parms listed.
repair_cycorder_mov.py input.mov output.mov -v
Please HELP !
-
04-21-2010, 09:23 PM #57Super Moderator
- Join Date
- Apr 2008
- Location
- MN/WI
- Posts
- 13,732
- Thanks
- 382
- Thanked 1,124 Times in 875 Posts
You have ot change the directory in the command prompt to the folder that you have the file you want to convert in.
like: cd c: \blah\blah
Minus the space cause the forum here converts it to a smile when typing : \ together And use the name of the corrupt .mov when using the command.Last edited by Cer0; 04-21-2010 at 09:26 PM.

-
04-21-2010, 09:51 PM #58
i have the corrupt file at the root of c. that is also where the repair_cycorder_mov script is located.
-
04-21-2010, 10:27 PM #59Super Moderator
- Join Date
- Apr 2008
- Location
- MN/WI
- Posts
- 13,732
- Thanks
- 382
- Thanked 1,124 Times in 875 Posts
So your command should:
First type this in (minus the space between : \):
cd c: \
Second type this in but use the names of your corrupt file and the output name slighlty different:
repair_cycorder_mov.py input.mov output.mov -v
-
04-22-2010, 04:41 AM #60




LinkBack URL
About LinkBacks
Reply With Quote
