DPX 10 bit files from a targa seq
Posted: 2010-08-05T07:23:22-07:00
is it possible to make DPX 10 bit files from a targa seq?
I would like to make atarga seq from a video tape and end up with 10 bit file.dpx
-
i found this post
Is there a way to convert the .yuv10 files used in EBU's test sequences
(http://tech.ebu.ch/Jahia/site/tech/cach ... -sequences)
with Imagemagick? The following works with .yuv8 files (at least it
appears to, I haven't verified colours):
convert -size 1920x1080 uyvy:test.yuv8 test8.bmp
However, the following does not work with .yuv10 files:
convert -depth 10 -size 1920x1080 uyvy:test.yuv10 test10.bmp
I would like to make atarga seq from a video tape and end up with 10 bit file.dpx
-
i found this post
Is there a way to convert the .yuv10 files used in EBU's test sequences
(http://tech.ebu.ch/Jahia/site/tech/cach ... -sequences)
with Imagemagick? The following works with .yuv8 files (at least it
appears to, I haven't verified colours):
convert -size 1920x1080 uyvy:test.yuv8 test8.bmp
However, the following does not work with .yuv10 files:
convert -depth 10 -size 1920x1080 uyvy:test.yuv10 test10.bmp