Tagged Questions
2
votes
0answers
129 views
Capture YUV frame from video playback on Android
I have an application on Android that plays video files stored on the SD card. I need to capture the YUV information for individual frames for a processing function that the software performs.
I am ...
2
votes
1answer
206 views
Repeated Scene items in iOS YUV video capturing output
I capture a video and handle the resulting YUV frames.
the output looks like the following:
Although it appears normally on my phone's screen. But my peer receives it like that img above.
Every ...
2
votes
2answers
3k views
YUV Conversion via a fragment shader
I have implemented a YUV to RGB conversion via a fragment shader written in Nvidia's shader language. (Y, U and V are stored in separate textures that are combined via multi texturing in my fragment ...
0
votes
1answer
153 views
OpenCV: Save video in IYUV
I'm trying to save a video that have been captured by a camera.
It works well when I try with DIVX fourcc but what I'm trying to do is to save with IYUV fourcc but it gives awful results: colors seem ...
0
votes
1answer
552 views
YUV file format
Does any body know YUV:4:2:0 file format??? I mean how a video store in file with this format(in detail)
Thanks
0
votes
2answers
646 views
How to extract Y,U, and V components from a given yuv file using Matlab? Each component is used for further pixels level manipulation
Hey guys. I'm currently playing with YUV file. Do you have any suggestion on how to extract y,u,v components from a yuv video? I found a piece of program which was shown below. But I don't know which ...