- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, it worked with FFmpeg and the command line you provided. I am grateful for your help Mark.
~Chintan
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page