Convert dpx to 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
sprito

Convert dpx to YUV

Post by sprito »

Hello! :o
This is my very first topic! I am new here and I should say that I am delighted with ImageMagick ( even knowing very little about it [but that's gonna change soon 8) ]) .
Well I am facing a problem with a simple conversion of a dpx file into a YUV444 file.
the point is that the output of :
convert frame.dpx frame.yuv
is YUV420.
I would appreciate to know if there is a command line option that solves this ( though I've read the entire (convert -help >).txt)
And also I would like to know if there is a possibility of conversion of a set of dpx files into a single yuv file.

Thanks.
sprito

Re: Convert dpx to YUV

Post by sprito »

I've also searched the forum and found this: Convert DPX YUV 4:2:2 to TGA RGB
but it didn't help too much.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Convert dpx to YUV

Post by magick »

ImageMagick supports YUV CCIR 601 4:1:1 or 4:2:2. ImageMagick is open source so you are welcome to extend the YUV writer found in the source distribution as coders/yuv.c.
sprito

Re: Convert dpx to YUV

Post by sprito »

all right!
I am going to look the code and then I will post my advance.
thanks!
Post Reply