View Single Post
Old 10th July 2020, 01:50   #1013  |  Link
SpasV
Guest
 
Posts: n/a
I cannot get proper output from FRIMDecode64

I highly appreciate your work videofan3d.
Thank you.

I am interesting in an intermediate result - Windows Named Pipe. In particular, FRIMDecode can serve as a Named Pipe Server for such pipes:
Quote:
ffmpeg -hide_banner -f rawvideo -s 3840x1612 -r 23.976 -pix_fmt yuv420p10le -i \\.\pipe\enc -f rawvideo -s 3840x1612 -r 23.976 -pix_fmt yuv420p10le -i \\.\pipe\src -lavfi psnr="stats_file=enc.psnr.log" -frames:v 1005 -y -f null -
in order an objective encode evaluation to be generated.

Unfortunately, I cannot see a properly decoded output from FRIMDecode64, yet.

Here are comparison screens which are screenshots from ffplay receiving outputs from DGDecNV and FRIMDecode through a pipe

and screens from YUView displaying images in .yuv files created by DGDecNV through ffmpeg and FRIMDecode directly.

Scripts:
Quote:
avs2yuv64 -raw -depth 10 -frames 1 E:\AVProcessing\AVS\DGDecNV.Rambo_Last_Blood_2019(107209-108214).avs - | ffplay -hide_banner -f rawvideo -video_size 3840x2160 -pixel_format yuv420p10le -i - -color_primaries 9 bt2020
E:\AVProcessing\AVS\DGDecNV.Rambo_Last_Blood_2019(107209-108214).avs: 3840x2160, YUV420P10, 10-bits, progressive, 24000/1001 fps, 1005 frames
Input #0, rawvideo, from 'pipe:': 0KB vq= 0KB sq= 0B f=0/0
Duration: N/A, start: 0.000000, bitrate: 4976640 kb/s
Stream #0:0: Video: rawvideo (Y3[11][10] / 0xA0B3359), yuv420p10le, 3840x2160, 4976640 kb/s, 25 tbr, 25 tbn, 25 tbc

E:\AVProcessing\RamboLastBlood>avs2yuv64 -raw -depth 10 -frames 1 E:\AVProcessing\AVS\DGDecNV.Rambo_Last_Blood_2019(107209-108214).avs - | ffmpeg -hide_banner -f rawvideo -video_size 3840x2160 -pixel_format yuv420p10le -i - DGDecNV.Rambo_Last_Blood_2019(107209).yuv
Quote:
E:\AVProcessing\RamboLastBlood>FRIMDecode64.exe -i:h265 E:\AVProcessing\RamboLastBlood\Rambo_Last_Blood_2019(107209-108214).hevc -length 1 -o \\.\pipe\frim1
E:\AVProcessing\RamboLastBlood>ffplay -hide_banner -f rawvideo -video_size 3840x2160 -pixel_format yuv420p10le -i \\.\pipe\frim1 -color_primaries 9 (bt2020)
Input #0, rawvideo, from '\\.\pipe\frim1': 0KB sq= 0B f=0/0
Duration: N/A, start: 0.000000, bitrate: 4976640 kb/s
Stream #0:0: Video: rawvideo (Y3[11][10] / 0xA0B3359), yuv420p10le, 3840x2160, 4976640 kb/s, 25 tbr, 25 tbn, 25 tbc

E:\AVProcessing\RamboLastBlood>FRIMDecode64.exe -i:h265 E:\AVProcessing\RamboLastBlood\Rambo_Last_Blood_2019(107209-108214).hevc -length 1 -o FRIMDecode.Rambo(107208).yuv

Last edited by SpasV; 10th July 2020 at 04:20.
  Reply With Quote