Media (Intel® oneAPI Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK

Capture screen

kkbee
Beginner
298 Views
I want to capture screen and encode by using Sandy bridge.
Which way of capturing screen is best?
Any example?
Thanks.
0 Kudos
5 Replies
Vassili_Yakovlev
Beginner
298 Views
Hi kkbee,

Screen capturing has no relation to the platform, SandyBridge or Intel MSDK. There are different methods of screen capturing.
You can find a lot of information on internet, for example : http://www.codeproject.com/Articles/5051/Various-methods-for-capturing-the-screen

Regards,
Vassili
0 Kudos
kkbee
Beginner
298 Views
Hi Vassili,
Any example about encodeDirect3D data by using intel media sdk.
Thanks for your reply.
0 Kudos
Nina_K_Intel
Employee
298 Views
Hi kkbee,

Please check out the sample_encode under Media SDK samples. It has a code path which shows Media SDK Encoder working with Direct3D9 surfaces (follow the path defined by command line option "-d3d").

Regards,
Nina
0 Kudos
kkbee
Beginner
298 Views
Hi ,
Does Media SDK support trans file format to mpeg2 ts?
If not , any lib I can use(IPP)?
Thanks.
0 Kudos
Petter_L_Intel
Employee
298 Views
Hi kkbee,

Media SDK does not have direct support for media containers such as mpeg2 TS. Intel IPP samples provides one alternative for muxing/demuxing containers. If you'd like to pursue this option please refer to the following white papers:http://software.intel.com/en-us/articles/muxing-with-intel-media-software-development-kit-1/, http://software.intel.com/en-us/articles/demuxing-with-intel-media-sdk/

If this does not fit your needs, there are also many other muxing/demuxing solutions available.

Regards,
Petter
0 Kudos
Reply