Search found 2 matches

by Josef Zitko
2014-11-18T06:05:51-07:00
Forum: Users
Topic: Converting 10 bit DPX to yuv10 (10bit)
Replies: 1
Views: 2385

Re: Converting 10 bit DPX to yuv10 (10bit)

convert -depth 10 -sampling-factor 4:2:0 -size 3840x2160 yuyv:4K_0013417.dpx out.yuv10 (output 32408kB yuv; input 32402kB dpx)

What about this? Can anyone write to me how I can use more input pictures and convert it to one yuv file?

names of the input pictures:
4K_0013417.dpx
4K_0013418.dpx
4K ...
by Josef Zitko
2014-11-18T02:53:47-07:00
Forum: Users
Topic: Converting 10 bit DPX to yuv10 (10bit)
Replies: 1
Views: 2385

Converting 10 bit DPX to yuv10 (10bit)

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