Search found 4 matches
- 2011-08-30T13:27:41-07:00
- Forum: Users
- Topic: Correct behavior for 12 bit DPX?
- Replies: 4
- Views: 8258
Re: Correct behavior for 12 bit DPX?
Thank you for the investigation. Yesterday DVS people said that 12BDPXLE ( for little endian ) was wrong and it actually generates DPX files in big endian format. They provided updated SDK. So, the one named as 12BDPXLE is actually in big endian format. Thanks for checking it. I also contacted ...
- 2011-08-29T09:35:22-07:00
- Forum: Users
- Topic: Correct behavior for 12 bit DPX?
- Replies: 4
- Views: 8258
Re: Correct behavior for 12 bit DPX?
Thank you for having interest in this issue. I uploaded file to FileFactory. The link is : http://www.filefactory.com/file/cd5c6b3/n/Two_DPX_12bit_packed_images.zip If you scroll down, you will find "Slow download". If you click that and provide some captcha code, after a few seconds, it will ...
- 2011-08-26T15:47:56-07:00
- Forum: Users
- Topic: Correct behavior for 12 bit DPX?
- Replies: 4
- Views: 8258
Correct behavior for 12 bit DPX?
Hello, I obtained 12bit video frame and padded big endian DPX header. ( Using DVS Atomix board and their SDK ) So, if the content is in little endian, it should be displayed incorrectly. However, ImageMagick displayed such image visually correctly while XnView displayed corrupted image. With 10 bit ...
- 2011-08-16T16:19:35-07:00
- Forum: Users
- Topic: Does ImageMagick support this specific DPX format?
- Replies: 0
- Views: 3277
Does ImageMagick support this specific DPX format?
Hello, I retrieved raw video buffer data from a video capture card. According to it, it is 12 bit DPX big endian format. To be able to confirm that, I appended a DPX header from other file and modified header information accordingly. The bit stream doesn't look Method A where 4 bits of 0s were ...