How to extract I-frames from video?
Show older comments
Actually, I want to encrypt a video. So, i need to extract the I-frames and then encrypt them. I am new to matlab. So , plz give me detailed explanation.
Answers (3)
Jan
on 23 Jul 2013
0 votes
The intermediate frames are reconstructed by using the hierarchy of I, B and P frames. As soon as you want to extract a frame as full image, the information about the frame type is lost. This is the nature of obtaining single frames from the encoded movie stream.
I think it is more efficient, when you find out and explain, what you exactly want to achieve. Specific questions are more likely answered in a forum.
RONAK
on 25 Jul 2013
0 votes
Deven P
on 2 May 2014
0 votes
yes even i need to extract I-frames from the video to perform chaotic encryption on the I-frame and thus the real-time digital video.
any method to extract I,P,B frames from the video anyone knows of? how can we come to know after extracting the frame that the frame is an I-frame or P frame or B frame?
thanks in advance.
Categories
Find more on Video Formats and Interfaces in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!