slimbox的输出是系统输出,在解码输出的时候可能存在downscale,就是4K解码,但是输出是1080(解码4K是不假,但是输出降规格!)4K解码经常有这种问题,可能与GPU芯片有关,或者可能是盒子制造商偷工减料
。这样的差别很难发现,除非你能看到软件打印的硬解信息
format changed to: mime: string(video/raw), stride: int32(3840), slice-height: int32(2160), color-format: int32(21), image-data: data, crop: Rect(0, 0, 1919, 1079), hdr-static-info: data, width: int32(3840), height: int32(2160)}
这里把4K降格成了1080,Rect(0, 0, 1919, 1079)


format changed to: mime: string(video/raw), stride: int32(3840), slice-height: int32(2160), color-format: int32(21), image-data: data, crop: Rect(0, 0, 1919, 1079), hdr-static-info: data, width: int32(3840), height: int32(2160)}
这里把4K降格成了1080,Rect(0, 0, 1919, 1079)