Converting 10 bit DPX to yuv10 (10bit)
Posted: 2014-11-18T02:53:47-07:00
Hello,
I need convert my DPX (4K 10bit) files to 10bit 4:2:0 yuv format via ImageMagick in Windows. Is this process supported by ImageMagick? If it si ok, can you write to me a syntaxe? I tried this:
convert -depth 10 -size 3840x2160 uyvy:4K_0013417.dpx out.yuv10
(From 32402kB DPX ImageMagick creating 16200kB yuv10 file. I think, that is bad.)
If it is not supported via ImageMagick, can you give me advice for software to this process? Next requirement: can you write syntax for cycle process (for example 0000.dpx to 0011.dpx).
Thank you very much, Josef Zitko.
I need convert my DPX (4K 10bit) files to 10bit 4:2:0 yuv format via ImageMagick in Windows. Is this process supported by ImageMagick? If it si ok, can you write to me a syntaxe? I tried this:
convert -depth 10 -size 3840x2160 uyvy:4K_0013417.dpx out.yuv10
(From 32402kB DPX ImageMagick creating 16200kB yuv10 file. I think, that is bad.)
If it is not supported via ImageMagick, can you give me advice for software to this process? Next requirement: can you write syntax for cycle process (for example 0000.dpx to 0011.dpx).
Thank you very much, Josef Zitko.