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.
MIT License
94 stars 29 forks source link

ffmpeg: can't select device on multi gpu systems #39

Closed dvrogozh closed 4 years ago

dvrogozh commented 4 years ago

Current way for device selection (w/ -hwaccel qsv -hwaccel_device ) does not actually works. See https://github.com/Intel-Media-SDK/MediaSDK/wiki/FFmpeg-QSV-Multi-GPU-Selection-on-Linux for proper device selection break down.

dvrogozh commented 4 years ago

Fix for measure-perf is in #36.

dvrogozh commented 4 years ago

Issue addressed w/ #36 and #40 merged.