#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
_______________________________________________ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org https://ffmpeg.org/mailman/listinfo/ffmpeg-trac To unsubscribe, visit link above, or email ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".