intel / media-delivery

This collection of samples demonstrates best practices to achieve optimal video quality and performance on Intel GPUs for content delivery networks. Check out our demo, recommended command lines and quality and performance measuring tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

measure-quality: accepts YUV - clarify file extensions

dvrogozh opened this issue · comments

https://github.com/intel/media-delivery/blob/master/measure/quality/measure-quality

Need to clarify what we understand under accepting YUV: which file extension, etc.

Answer is here in the scripts, but it is missed in documentation:

if [[ "${file##*.}" =~ (yuv|YUV) ]]; then