Page 1 of 1

Convert dpx to YUV

Posted: 2008-12-08T19:37:46-07:00
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.

Re: Convert dpx to YUV

Posted: 2008-12-08T19:41:20-07:00
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.

Re: Convert dpx to YUV

Posted: 2008-12-08T19:57:55-07:00
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.

Re: Convert dpx to YUV

Posted: 2008-12-09T04:00:21-07:00
by sprito
all right!
I am going to look the code and then I will post my advance.
thanks!