You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This leads to us being unable to mux into containers that expect a global header such as Matroska. Our transcoding example outputs Matroska, so we cannot use AMD cards with the radeonsi driver with this particular example, eg:
go run cmd/transcoding/transcoding.go transcoder/test.ts P720p30fps16x9,P576p30fps16x9,P360p30fps16x9,P240p30fps16x9 va /dev/dri/renderD129
Note that we encounter the exact same problem with ffmpeg, since it's a shortcoming of the driver:
This leads to us being unable to mux into containers that expect a global header such as Matroska. Our transcoding example outputs Matroska, so we cannot use AMD cards with the radeonsi driver with this particular example, eg:
Note that we encounter the exact same problem with ffmpeg, since it's a shortcoming of the driver:
Fixing this involves making improvements to the Mesa radeon driver. Would be great to have this in one day.
QuickSync using the Intel media-driver (iHD) works fine (/dev/dri/renderD128 on the machine in the NY office).
The text was updated successfully, but these errors were encountered: