View Single Post
Old 4th July 2020, 19:33   #1008  |  Link
SpasV
Guest
 
Posts: n/a
Thank you for explanation.

I think there is some discrepancy with pixel formats.
In the example below FRIMDecode64 generates an .yuv file and RawSourcePlus displays it in YUV420P10 pixel format.

Quote:
FRIMDecode64 -i:h265 FRIM.Rambo_2019.test.h265 -o FRIM.Rambo_2019.test.yuv -sw

RawSourcePlus(file="E:\AV Processing\Rambo Last Blood 2019\FRIM.Rambo_2019.test.yuv", width=3840, height=2160, pixel_type="YUV420P10", fpsnum=24000, fpsden=1001, index="", show=true)
FRIMDecode64 generates the .yuv file FRIM.Rambo_2019.test.yuv in
Quote:
Output format P010
RawSourcePlus supports
Quote:
Additional colorspaces with RawSourcePlus and AviSynth+
pixel_type --- AviSynth colorspace
P010, P016 -- YUV420P16
(It is YUV420P10 which works with pixel_type P010)

and the screenshot from -o FRIM.Rambo_2019.test.yuv has no chroma.

It seems to me FRIMDecode64 implements a not common 10-bit per channel pixel format known to FRIMEncode64, of course.

Last edited by SpasV; 4th July 2020 at 19:56.
  Reply With Quote