Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to figure out a corrupted frame from a set of video frames(decoded). Any tool or any open source utility which i can use. Please help.

What I have tried:

One way is to get the reference video(same video clip with no corruption in any frame) and compare each frame to get the corrupted frame. But my problem here is that i don't have any reference video/Golden reference to compare.
Posted
Updated 2-Apr-16 23:51pm
v2
Comments
KarstenK 3-Apr-16 4:30am    
The only way is to check whether some frames have a significant difference to earlier ans/or later frames.

Anyway your question is too unspecific to give answer.
Kornfeld Eliyahu Peter 3-Apr-16 5:01am    
I wouldn't say so - in movies you sometimes have transitions or quick moves (action movies!) that will fail if you look for differences between frames...
Kornfeld Eliyahu Peter 3-Apr-16 4:30am    
What do you mean by corrupted? After all if you were able to decode it - it is not corrupted by means of encoding-decoding...

1 solution

This post could give you some hints:
superuser: How can I check the integrity of a video file (avi, mpeg, mp4…)?[^]
According to the first answer there, FFmpeg should allow you to do that quickly.
FFmpeg[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900