How to separate y and uv data from YUV

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
robing4500
Posts: 1
Joined: 2014-04-28T01:24:27-07:00
Authentication code: 6789

How to separate y and uv data from YUV

Post by robing4500 »

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!
User avatar
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

Post by fmw42 »

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.
Post Reply