[FFmpeg-trac] #11555(ffprobe:new): ffprobe incorrectly reports half precision EXR files as 32-bit float
FFmpeg
trac at avcodec.org
Sat Apr 26 12:53:48 EEST 2025
#11555: ffprobe incorrectly reports half precision EXR files as 32-bit float
------------------------------------+-----------------------------------
Reporter: fmnijk | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: ffprobe
Version: git-master | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
------------------------------------+-----------------------------------
Description changed by fmnijk:
Old description:
> 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
>
> ## System Information:
> ffmpeg version N-119348-ge73c59c6c3-20250425
New description:
When analyzing EXR files, ffprobe reports half precision (16-bit) files as
32-bit float format.
A test image is attached for verification.
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
## System Information:
ffmpeg version N-119348-ge73c59c6c3-20250425
--
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11555#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list