Hi,
If I write an application for transcoding video (let's say, H.263 -> H.264 ), I can, of course, do a full decode to YUV, and then do a full encode, YUV -> H.264 bitstream.
However, if I wish transcode by only parsing/partially decoding the H.263 bitstream, and then "processing" this partially decoded stream to create a legitimate H.264 bitstream, does IPP provide any in-built support for such operations?
Essentially, the idea is to transcode as efficiently as possible, using IPP.
Thanks,
S