Top "Yuv" questions

YUV is a color space typically used as part of a color image pipeline.

Using FFMPEG to losslessly convert YUV to another format for editing in Adobe Premier

I have a raw YUV video file that I want to do some basic editing to in Adobe CS6 Premiere, …

ffmpeg yuv
Converting YUV->RGB(Image processing)->YUV during onPreviewFrame in android?

I am capturing image using SurfaceView and getting Yuv Raw preview data in public void onPreviewFrame4(byte[] data, Camera camera) …

android image-processing ocr android-camera yuv
How to convert RGB -> YUV -> RGB (both ways)

I want a pair of conversion algorithms, one from RGB to YUV, the other from YUV to RGB, that are …

c++ c rgb yuv bidirectional
Displaying YUV Image in Android

In my application, we need to display the Video frame receives from server to our android application, Server is sending …

android image-processing imageview yuv
Convert bitmap array to YUV (YCbCr NV21)

How to convert Bitmap returned by BitmapFactory.decodeFile() to YUV format (simillar to what camera's onPreviewFrame() returns in byte array)?

android image-processing android-camera yuv android-image
YUV 422 , YUV 420 ,YUV 444

I have for example 4*4 image. I want to extract the Y,U and V components separately. How to do it …

c image-processing opencv yuv
Difference between YUV420 and YUV422

Can you please help me understand what are the differences between YUV420 and YUV422 format? I read this, http://www.…

image-processing yuv
How to convert RGB from YUV420p for ffmpeg encoder?

I want to make .avi video file from bitmap images by using c++ code. I wrote the following code: //Get …

ffmpeg rgb video-encoding yuv
Where can I obtain a raw YUV File?

I need a raw YUV file for research purposes. Neither the size nor the content is critical. Any ideas on …

yuv
How to perform RGB->YUV conversion in C/C++?

How to perform RGB->YUV conversion in C/C++? I have some Bitmap.. RGB I need to convert it …

c++ c rgb yuv