Search found 2 matches
- 2017-03-09T03:48:30-07:00
- Forum: Users
- Topic: How to convert YUY2 (YUYV 422) to png format
- Replies: 1
- Views: 6915
Re: How to convert YUY2 (YUYV 422) to png format
Hi everyone, I was trying to solve the problem. I've got two image examples from this web: http://www.sunrayimage.com/examples.html tulips_uyvy422_prog_packed_qcif.yuv tulips_yuyv422_prog_packed_qcif.yuv With this command and the image with the YUV format: uyuv 4:2:2 it seems to be that works fine ...
- 2016-11-28T05:36:03-07:00
- Forum: Users
- Topic: How to convert YUY2 (YUYV 422) to png format
- Replies: 1
- Views: 6915
How to convert YUY2 (YUYV 422) to png format
Hi everyone, I was trying to convert YUY2 (UYUV 422) Format to png, but I can't. I've tried this command: convert -size 1280x720 -depth 8 -format YUV -sampling-factor 4:2:2 yuv:frame.yuv -colorspace rgb png:frame.png But it doesn't work. I can see the image in the correct size but It appears with ...