[FFmpeg-trac] #8953(undetermined:new): AMF Encoders are broken in ffmpeg 4.3.1 and newer release
FFmpeg
trac at avcodec.org
Tue Oct 27 18:45:00 EET 2020
#8953: AMF Encoders are broken in ffmpeg 4.3.1 and newer release
-------------------------------------+-------------------------------------
Reporter: | Type: defect
munishjindal |
Status: new | Priority: normal
Component: | Version:
undetermined | unspecified
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
AMF encoders are not accepting DXVA2_VLD or D3D11 surface as input. I
throws error:
[h264_amf @ 0000020dd0af2e00] Format dxva2_vld is not supported
It was working in earlier ffmpeg 4.2 versions. Kindly resolve it.
The following command works fine on ffmpeg version 4.2.0
ffmpeg.exe -y -hwaccel dxva2 -hwaccel_output_format dxva2_vld
-extra_hw_frames 16 -i input.mp4 -c:a aac -b:a 192k -ac 2 -ar 44100 -c:v
hevc_amf -profile:v main -level 51 -usage 0 -quality 1 -b:V 4000k
output.mp4
But with ffmpeg 4.3.1 it throws following error:
[h264_amf @ 0000020dd0af2e00] Format dxva2_vld is not supported
--
Ticket URL: <https://trac.ffmpeg.org/ticket/8953>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list