View Single Post
Old 4th July 2020, 23:18   #1010  |  Link
SpasV
Guest
 
Posts: n/a
Sorry, if I've misunderstood something.

I haven't used ffmpeg for the particular post. I've used FRIMDecode64() and RawSourcePlus().

I've created an .yuv file using FRIMDecode:
FRIMDecode64 -i:h265 test.h265 -o test.yuv

No FFMPEG involved!

I've got a screenshot using RawSourcePlus:
RawSourcePlus(file="test.yuv", ... , pixel_type="YUV420P10")

RawSourcePlus supports P010 --> YUV420P10.

And no colors on the screenshot.

Respectfully,
Spas
  Reply With Quote