Tdarr_Plugins
Tdarr_Plugins copied to clipboard
Plugin "Tdarr_Plugin_075a_Transcode_Customisable.js" fails when using HEVC_AMF
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.
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 Thanks. I don't recall trying that, but I was able to create a local plugin that works successfully.
@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
@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 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