Media (Intel® 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
Announcements
The Intel Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.

Screen Capture shows gibberish lines

Chintan_M_
Beginner
286 Views

When I run the following command

E:\>sample_decode.exe capture -w 400 -h 108 -p 22d62c07e672408fbb4cc20ed7a053e4 -o test1.yuv -n 2000 -hw

then all I am getting is gibberish lines waving on the screen. I am using "YUVToolkit-0.0.3.75.exe" to view the captured screen. Any leads will be highly appreciated.

Also please attach the link directing to the documentation for the <b>Screen Capture</b> plugin provided by the Intel.

0 Kudos
1 Solution
Mark_L_Intel1
Moderator
286 Views

I used your command and did captured the screen, I can view the captured file with the following command of ffplay:

> ffplay.exe -f rawvideo -pix_fmt yuv420p -s 400x108 -i test1.yuv

You can go to http://ffmpeg.org/ to install the ffmpeg package.

Mark

View solution in original post

0 Kudos
2 Replies
Mark_L_Intel1
Moderator
287 Views

I used your command and did captured the screen, I can view the captured file with the following command of ffplay:

> ffplay.exe -f rawvideo -pix_fmt yuv420p -s 400x108 -i test1.yuv

You can go to http://ffmpeg.org/ to install the ffmpeg package.

Mark

0 Kudos
Chintan_M_
Beginner
286 Views

Yes, it worked with FFmpeg and the command line you provided. I am grateful for your help Mark.

~Chintan

0 Kudos
Reply