FFMPEG can you select igpu or gpu
I would like to see if its possible to use my intel 12th igpu in my plex server to encode in addition to the arc a310 that I put in last week.
so i would have 3 sessions of ffmpeg running at the same time.
6 Replies
-hwaccel_device #
or -gpu #
I don't think gpu# works with intel gpus. Just Nvidia from what i tested. Need to test more though
you can use this to get the device IDs
wmic path win32_VideoController get name, deviceid
-gpu should still work with intel gpus
Hmm okay i will try that
GPU number should be the same as what shows up in the Task Manager Performance tab
On my capture system with 2 nvidia GPUs the numbers are opposite of what task manager reads in ffmpeg. Even after a fresh windows install. Super weird, but just to note that it's something that can happen.