key frame extractin i e representative frame
1 view (last 30 days)
Show older comments
How to Extract key frame from the video. or the representative frame i e means i have set of video frame from those set of frames want to extract identical frames.
Answers (1)
Walter Roberson
on 22 Feb 2013
If all you have is the data frames decoded into video, it is not possible to determine afterwards which frames were key frames and which frames were Forward frames of Bidirectional frames. You need to have access to the encoded stream data to figure that out.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!