h.264 - Decoding H264 stream with ID3D11VideoDecoder -
i'm trying decode (and render) h264 raw stream directx11 , interface https://msdn.microsoft.com/en-us/library/windows/desktop/hh447766%28v=vs.85%29.aspx . unfortunately got stuck @ sumbitting dxva pictureparameters buffer: namely id3d11videocontext::submitdecoderbuffers returns e_fail. enigmatic, there somewhere example of using interface decode h264 bitstream becasue error code e_fail might never able conclude i'm doing wrong? such example helpful.
currently, don't think there sample id3d11videocontext h264 decoding. there idirectxvideodecoder (directx9).
update
the source code mpc-be start. (under src->filters->transform->mpcvideodec).
(ffmpeg has use of id3d11videocontext, not detailed).
Comments
Post a Comment