Tdarr_Plugins icon indicating copy to clipboard operation
Tdarr_Plugins copied to clipboard

Plugin "Tdarr_Plugin_075a_Transcode_Customisable.js" fails when using HEVC_AMF

Open desi76 opened this issue 3 years ago • 5 comments

I have an MSI Radeon RX580 and trying to use HEVC_AMF on FFMPEG to transcode to H.265, but plugin "Tdarr_Plugin_075a_Transcode_Customizable" fails consistently.

The plugin executes as and fails with “unknown decoder”:

ffmpeg.exe -c:v hevc_amf -quality quality -usage transcoding -i "Noah Zero.mkv"

FFmpeg requires the input parameter to be specified before the transcoding parameters.

The transcode executes successfully as:

ffmpeg -i "Noah Zero.mkv" -c:v hevc_amf -quality quality -usage transcoding "Noah Zero - Successfully Transcoded on AMF.mkv"

Please update the plugin.

desi76 avatar May 24 '21 02:05 desi76

It's probably because you didn't start your cli arguments with , , which will append the arguments AFTER the input file. So you'd get , -c:v hevc_amf -quality quality -usage transcoding. You can look at the response.preset from a couple of plugins, they do the same.

supersnellehenk avatar Jun 29 '21 21:06 supersnellehenk

@supersnellehenk Thanks. I don't recall trying that, but I was able to create a local plugin that works successfully.

desi76 avatar Jun 30 '21 13:06 desi76

@supersnellehenk Thanks. I don't recall trying that, but I was able to create a local plugin that works successfully.

@desi76 where you able to use ffmpeg with hevc_amf correctly? i'm not and don't know how to solve this

spupuz avatar Apr 12 '23 22:04 spupuz

@desi76 where you able to use ffmpeg with hevc_amf correctly? i'm not and don't know how to solve this

Yes, I was able to get it working.

I posted to Reddit (https://www.reddit.com/r/ffmpeg/comments/nvmbx9/successfully_transcoding_to_hevc_using_amf_in/).

desi76 avatar Apr 13 '23 01:04 desi76

@desi76 where you able to use ffmpeg with hevc_amf correctly? i'm not and don't know how to solve this

Yes, I was able to get it working.

I posted to Reddit (https://www.reddit.com/r/ffmpeg/comments/nvmbx9/successfully_transcoding_to_hevc_using_amf_in/).

i see what i can do but i have docker install not a windows

spupuz avatar Apr 13 '23 07:04 spupuz