Hi,
I want to recover iframes from deleted mpeg files. Since files can be fragmanted, it might be too difficult to recover complete files. So, I am looking to just recover iframes that can give glimpse of the actual video file. I might not be able to recover all iframes but as many as i can.
Since I will be looking at raw data from a disk, I will not know if it belongs to a mpeg file or not. I will need to search the disk for a bit patter to detect the begining of an iframe. I am thinking I should search for picture layer start (0x0010) and then see if the next 3 bits are 001. This will tell me if it is begining of an iframe.
Does this make sense? Is this workable? Assuming this can work, If I do find the begining for an iframe how can i calculate how big the iframe is? Can I figure out how to decode this iframe to display data?
I am new to video. So i sound stupid please excuse me. Appreciate your help.
Thanks a lot.
msr
I want to recover iframes from deleted mpeg files. Since files can be fragmanted, it might be too difficult to recover complete files. So, I am looking to just recover iframes that can give glimpse of the actual video file. I might not be able to recover all iframes but as many as i can.
Since I will be looking at raw data from a disk, I will not know if it belongs to a mpeg file or not. I will need to search the disk for a bit patter to detect the begining of an iframe. I am thinking I should search for picture layer start (0x0010) and then see if the next 3 bits are 001. This will tell me if it is begining of an iframe.
Does this make sense? Is this workable? Assuming this can work, If I do find the begining for an iframe how can i calculate how big the iframe is? Can I figure out how to decode this iframe to display data?
I am new to video. So i sound stupid please excuse me. Appreciate your help.
Thanks a lot.
msr
Comment