We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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].
h264_amf
ffmpeg -i file.mp4 -c:v h264_amf out.mp4
FFMPEG Executable Path
ffmpeg.exe
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Given dizquetv requires ffmpeg 4.5+, [those versions of ffmpeg support
h264_amf
].How to reproduce:
ffmpeg -i file.mp4 -c:v h264_amf out.mp4
outputs correctly.FFMPEG Executable Path
--> Set to the aboveffmpeg.exe
path --> UpdateThe text was updated successfully, but these errors were encountered: