View Single Post
Old 3rd December 2015, 10:40   #4  |  Link
foxyshadis
ангел смерти
 
foxyshadis's Avatar
 
Join Date: Nov 2004
Location: Lost
Posts: 9,558
I'm confused now; if you just want to include error-correcting codes, why do you need deep parsing? You said you wanted to "analyze motion characteristic" which requires decoding every part of the stream, from the slice header and reference list, to the individual macroblock predictors and motion vectors, including decoding CABAC. If you just want to add ECC, then just add ECC. Slice the stream up into units of information (typically a constant number of bytes, but individual frames or slices would work) and insert the correcting codes however you want, like an SEI message. Sounds like you've already solved the parsing part of your problem.
foxyshadis is offline   Reply With Quote