-
Notifications
You must be signed in to change notification settings - Fork 24
Description
I tried using StaxRip and AMD VCEEnc to encode a video. Encoding using VCEEnc HW Encoding and CPU Decoding is working, but if in StaxRip i select VCEEnc as Decoder (in order to use GPU HW Decoding), encoding is not working and it crash with this error:
AMFDEC: ERROR: Resolution changed during decoding.
AMFDEC: Failed to load input frame: unknown error..
Break in task AMFDEC: unknown error..
encoded 0 frames, 0.00 fps, 0.00 kbps, 0.00 MB
encode time 0:00:00, CPULoad: 0.0
Finished with error in VCEEncC.
These are the parameter i'm using: --avhw --codec hevc --output-depth 10 --quality slow --max-bitrate 21000 --colorprim bt709 --vbr 18000 -i. This issue appear when using --avhw.
GPU: RX 6600 with latest 23.3.2 driver
I don't if this problem is caused by latest 23.3.2 driver.