Hello:
I want to separate Y and uv data from the yuv image,check some example and argument,the argumnet -separate use with -channel can seaprate R,G,B ,Yellow,..and so on,never refer to YUV
I need the Y and UV data,I think the "convert" tools support ,but I don't know how to use it.
if anyone know,please told me,thanks very much!
email: robing4500@126.com
wish for you reply!
How to separate y and uv data from YUV
-
- Posts: 1
- Joined: 2014-04-28T01:24:27-07:00
- Authentication code: 6789
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: How to separate y and uv data from YUV
just a guess, try
convert yuv:image.yuv -separate newimage_%d.png
Perhaps you can post your image to dropbox.com (public folder) and post a link here to it.
convert yuv:image.yuv -separate newimage_%d.png
Perhaps you can post your image to dropbox.com (public folder) and post a link here to it.