- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I want to capture individual frames from a movie file; I don't want to render to the screen.
I'm using the UMC simple player example to try to see how I might do this.
Does anyone know of a simple way of getting a per-frame callback mechanism?
Any help appreciated - Jon.
I'm using the UMC simple player example to try to see how I might do this.
Does anyone know of a simple way of getting a per-frame callback mechanism?
Any help appreciated - Jon.
링크가 복사됨
3 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Quoting - jon_shadforth
I want to capture individual frames from a movie file; I don't want to render to the screen.
I'm using the UMC simple player example to try to see how I might do this.
Does anyone know of a simple way of getting a per-frame callback mechanism?
Any help appreciated - Jon.
I'm using the UMC simple player example to try to see how I might do this.
Does anyone know of a simple way of getting a per-frame callback mechanism?
Any help appreciated - Jon.
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
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Quoting - Chao Yu (Intel)
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.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Jon,
You need to check to simpleplayer code to learn how to use UMC to decode the video.
some simple code also can be found here:
http://software.intel.com/en-us/articles/getting-started-with-intel-ipp-unified-media-classes-sample/
thanks,
Chao
You need to check to simpleplayer code to learn how to use UMC to decode the video.
some simple code also can be found here:
http://software.intel.com/en-us/articles/getting-started-with-intel-ipp-unified-media-classes-sample/
thanks,
Chao