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

AMD hardware encoding is unsupported #481

Open
KevinTyrrell opened this issue Sep 15, 2024 · 0 comments
Open

AMD hardware encoding is unsupported #481

KevinTyrrell opened this issue Sep 15, 2024 · 0 comments

Comments

@KevinTyrrell
Copy link

KevinTyrrell commented Sep 15, 2024

2024-09-15 01:13:44 Unknown encoder 'h264_amf'
2024-09-15 01:14:42 Unknown encoder 'hevc_amf'
2024-09-15 01:15:28 Unknown encoder 'av1_amf'

Given dizquetv requires ffmpeg 4.5+, [those versions of ffmpeg support h264_amf].

How to reproduce:

  • Ensure Windows machine is using an AMD graphics card.
  • Ensure ffmpeg is updated, and is at least version 4.5.
  • Ensure ffmpeg -i file.mp4 -c:v h264_amf out.mp4 outputs correctly.
  • Copy ffmpeg.exe to a path in which dizquetv has access (e.g. Docker container).
  • dizquetv --> Settings --> FFMPEG Executable Path --> Set to the above ffmpeg.exe path --> Update
  • Open channel in media player, such as a PotPlayer, VLC, etc
  • Observe in logs dizquetv terminates due to unknown encoder.
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