Skip to main content
Participant
January 28, 2021
Question

Can't open dpx file

  • January 28, 2021
  • 1 reply
  • 1956 views

Hello, when attempting to open a dpx file in Photoshop 22.1.1, I get the following message: "the file-format module cannot parse the file." I can however open the same file no problem in another app (XnView MP).

Can anyone help?

This topic has been closed for replies.

1 reply

jane-e
Community Expert
Community Expert
January 28, 2021

Try opening it in Adobe After Effects instead.

~ Jane

Participant
January 29, 2021

Thanks, Jane. That worked! Any idea of why it wouldn't open in Photoshop?

Participant
March 1, 2021

@jane-e I just downloaded a sample dpx file and it opened up fine in Photoshop


Unfortunately it's not as simple as opening a single DPX file and saying "Photoshop can read DPX".

There are many different variants of DPX -- 8, 10, 12, 16 bit; Single-channel (mono / black and white), RGB, RGBA. And there are some more exotic ones such as colour-subsampled YCbCr. The standard (ST268) isn't written completely unambiguously, resulting in various software makers interpreting the standard slightly differently. Some of the big players (e.g. Nuke, Baselight) tend to agree quite well on how the files should be written. After Effects generally appears to conform to the same conventions, with the exception that they don't support mono files. Photoshop is one of the worst in terms of DPX compatibility; it's limited to reading 10- and 16-bit RGB DPX files.

The opensource ImageMagick tools are a fairly good reference, except that they get 12bit Mono and RGBA wrong. Most other variants, when written according to the most common interpretation of the standard, seems to read fine there.