Hi Jon,
Do you mean how to get each decoded frame data with simpleplayerr application? You can use a filerender as the following command line:
>simple_player.exe -vfwf output.yuv inputvideo.dat
Thanks,
Chao
Hi Chao - no - I want to write my own movie decoder system that will allow me to grab frames (either real-time or single-stepping) and send them for processing.
All of this will be part of a C# library we have written which wraps parts of IPP.
I'm only using simple player as a reference. I'm also hoping to not have to modify any of the existing sample code files, as I'm expecting there is a normal way of using the data readers and codecs to build such a library.
Thanks, Jon.