Hi!![]()
I recently shot a video with my Galaxy Nexus and it somehow ended up to be corrupted :/
I browsed the internet thorougly and I find out a partial solution by repairing it with grem gb video repair tool. Now the video can't be played by my mac (only with Kigo Video Converter preview player lol), but almost completely by my phone and my tablet in SW mode (asus tf700).
So I looked over the net again and started to mess around with mp4box and ffmpeg. I tried to demux and remux it but uselessy... So I pulled every single frame from the video using ffmpeg tool, then remerged them into a mp4 video and added the audio with mp4box.
Here's the command I used, or something similar :P:
for splitting:
for merging:Code:ffmpeg -i myfile.mp4 -qscale 1 -vf "hflip,vflip" -f image2 image-%07d.png
I chose png in order to keep as much quality as possible (at least I hopeCode:ffmpeg -f image2 -i image-%07d.png -r 15 -b "something" -qscale 1 -vcodec h264 myvideo.mp4)
Is there a better way to accomplish this?
+ Reply to Thread
Results 1 to 4 of 4
-
-
Hi c0mrade2,
Seems you dedicated lot of effort to save your corrupted video. A part of used solution from "video repair tool" you could simply test to repair your damaged clip using MP4repair.org to see if results are improved. Quality using this would be preserved instead using ffmpeg remux.
Regards,
--Fire -
Wow.....definitely one....and probably TWO dirtball spammers here using the popularity of Videohelp.com to promote a product. Imagine that.
-
Similar Threads
-
Need advice on repairing audio tracks on a video
By Jesse_Bolt in forum AudioReplies: 11Last Post: 18th Sep 2011, 10:15 -
Repairing Downloaded streaming video
By smartstyle in forum Video Streaming DownloadingReplies: 8Last Post: 2nd Feb 2011, 11:07 -
Fixing / Repairing a MJPG AVI video
By DBennett in forum RestorationReplies: 6Last Post: 19th Dec 2010, 07:24 -
Repairing a video file I recovered.
By tamir2424 in forum Newbie / General discussionsReplies: 2Last Post: 24th Sep 2010, 07:29 -
Video Repairing
By Wolfin2010 in forum Newbie / General discussionsReplies: 2Last Post: 17th Jun 2009, 13:57