[FFmpeg-trac] #11555(undetermined:new): ffprobe incorrectly reports half precision EXR files as 32-bit float
FFmpeg
trac at avcodec.org
Sat Apr 26 12:43:56 EEST 2025
#11555: ffprobe incorrectly reports half precision EXR files as 32-bit float
-------------------------------------+-------------------------------------
Reporter: fmnijk | Type: defect
Status: new | Priority: normal
Component: | Version:
undetermined | unspecified
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
When analyzing EXR files, ffprobe reports half precision (16-bit) files as
32-bit float format.
```
ffprobe -v error -show_entries stream=pix_fmt -of
default=noprint_wrappers=1:nokey=1 1.exr
# gbrpf32le
oiiotool --info 1.exr
# 1.exr : 512 x 512, 3 channel, half openexr
```
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11555>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list