View Single Post
Old 12th July 2020, 21:18   #1017  |  Link
SpasV
Guest
 
Posts: n/a
Quick test - FRIMDecode works with option -yuv420p10le

Thank you very much.
I've successfully run a quick test with a short (1005 frames) clip and FFPlay.
Quote:
FRIMDecode64.exe -i:h265 E:\AVProcessing\RamboLastBlood\Rambo_Last_Blood_2019(107209-108214).hevc -o \\.\pipe\test -yuv420p10le
ffplay -hide_banner -f rawvideo -video_size 3840x2160 -pixel_format yuv420p10le -i \\.\pipe\test -color_primaries 9
I'll run one more test, at least, with FFMPEG filter psnr also.

P.S. By the way, RawSourcePlus() supports format P010, too.
Quote:
string "pixel_type" - P010, P016 (chroma interleaved 16bit horizontally and vertically subsampled, those are converted to AviSynth+'s YUV420P16)
  Reply With Quote