Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

measure-quality: accepts YUV - clarify file extensions #20

Open
dvrogozh opened this issue Aug 10, 2020 · 1 comment
Open

measure-quality: accepts YUV - clarify file extensions #20

dvrogozh opened this issue Aug 10, 2020 · 1 comment

Comments

@dvrogozh
Copy link
Contributor

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.

@dvrogozh
Copy link
Contributor Author

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

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

@dvrogozh dvrogozh changed the title Clarify what we mean saying measure-quality accepts YUV measure-quality: accepts YUV - clarify file extensions Aug 25, 2020
dvrogozh added a commit to dvrogozh/media-delivery that referenced this issue Jul 20, 2022
Fix for intel#20

Default device is /dev/dri/renderD128. If other device is desired
user can run docker with '-e DEVICE=/dev/dri/XXX'.

Signed-off-by: Dmitry Rogozhkin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant