Looking for a software tool that repairs corrupted video clips by automatically finding the (not corrupted) instance of the same clip in the source footage.

link|improve this question
More detail + operating system would be helpful I think. – soandos Aug 8 '11 at 2:09
And I assume free huh? – surfasb Aug 8 '11 at 2:20
This is a hardish problem (requires automated video analysis) and specialized (I think most people don't need this; even if they had this problem, they'd manually go through the source footage). IMHO you're unlikely to find this in free software. – Slartibartfast Aug 8 '11 at 3:12
feedback

1 Answer

To get you started, you could just create a new clip from the source footage

ffmpeg -ss [start] -t [duration] -i in.mp4 -c copy out.mp4


http://svnpenn.blogspot.com/2011/10/ffmpeg-trim-video.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.