python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
yuv420 interleaved to not interleaved, or directly png
I have an image file myImage.yuv with UV planes interleaved and I want to convert it into png.
I'm using:
ffmpeg -pixel_format yuv420p -video_size 1944x1204 -i myImage.yuv output.png
This would be OK...

Ivan
Votes: 0
Answers: 2
How to apply Y16 codecs to YUY2 data format?
I am getting yuy2 from my camera interfaced board and I need to process it to get raw16. for that I am developing an application in opencv-pyhton after applying Y16 codec but its giving me uint8 data ...
Emlinux
Votes: 0
Answers: 0
How to convert an rgb image to yuv using c#
They gave this homework for school. I've been searching for two days but couldn't find it. In my application, The image selected from the computer should be converted from rgb to yuv and converted to ...

user18618407
Votes: 0
Answers: 3
What is the YUV format of the decoded hevc file with using libde265
i'm using libde265(www.libde265.org) to decode my hevc file in c++ project and try to save the decoded YUV as pictures. But i hava a problem to find the address of the Y,U,V values in c++ project.
Doe...
Ivan
Votes: 0
Answers: 1