mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-14 17:55:55 -07:00
add rkmpp support
This commit is contained in:
parent
7b3f9ee4d0
commit
8becfc4118
6 changed files with 51 additions and 0 deletions
|
|
@ -297,6 +297,10 @@ const getEncoder = async ({
|
||||||
enabled: false,
|
enabled: false,
|
||||||
filter: '-vf format=nv12,hwupload',
|
filter: '-vf format=nv12,hwupload',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
encoder: 'hevc_rkmpp',
|
||||||
|
enabled: false,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
encoder: 'hevc_qsv',
|
encoder: 'hevc_qsv',
|
||||||
enabled: false,
|
enabled: false,
|
||||||
|
|
@ -310,6 +314,10 @@ const getEncoder = async ({
|
||||||
encoder: 'h264_nvenc',
|
encoder: 'h264_nvenc',
|
||||||
enabled: false,
|
enabled: false,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
encoder: 'h264_rkmpp',
|
||||||
|
enabled: false,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
encoder: 'h264_amf',
|
encoder: 'h264_amf',
|
||||||
enabled: false,
|
enabled: false,
|
||||||
|
|
|
||||||
|
|
@ -172,6 +172,7 @@ var details = function () { return ({
|
||||||
options: [
|
options: [
|
||||||
'auto',
|
'auto',
|
||||||
'nvenc',
|
'nvenc',
|
||||||
|
'rkmpp',
|
||||||
'qsv',
|
'qsv',
|
||||||
'vaapi',
|
'vaapi',
|
||||||
'videotoolbox',
|
'videotoolbox',
|
||||||
|
|
|
||||||
|
|
@ -62,6 +62,7 @@ var details = function () { return ({
|
||||||
options: [
|
options: [
|
||||||
'hevc_nvenc',
|
'hevc_nvenc',
|
||||||
'hevc_amf',
|
'hevc_amf',
|
||||||
|
'hevc_rkmpp',
|
||||||
'hevc_vaapi',
|
'hevc_vaapi',
|
||||||
'hevc_qsv',
|
'hevc_qsv',
|
||||||
'hevc_videotoolbox',
|
'hevc_videotoolbox',
|
||||||
|
|
|
||||||
|
|
@ -226,6 +226,16 @@ var getEncoder = function (_a) { return __awaiter(void 0, [_a], void 0, function
|
||||||
outputArgs: [],
|
outputArgs: [],
|
||||||
filter: '',
|
filter: '',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
encoder: 'hevc_rkmpp',
|
||||||
|
enabled: false,
|
||||||
|
inputArgs: [
|
||||||
|
'-hwaccel',
|
||||||
|
'rkmpp',
|
||||||
|
],
|
||||||
|
outputArgs: [],
|
||||||
|
filter: '',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
encoder: 'hevc_amf',
|
encoder: 'hevc_amf',
|
||||||
enabled: false,
|
enabled: false,
|
||||||
|
|
@ -295,6 +305,16 @@ var getEncoder = function (_a) { return __awaiter(void 0, [_a], void 0, function
|
||||||
outputArgs: [],
|
outputArgs: [],
|
||||||
filter: '',
|
filter: '',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
encoder: 'h264_rkmpp',
|
||||||
|
enabled: false,
|
||||||
|
inputArgs: [
|
||||||
|
'-hwaccel',
|
||||||
|
'rkmpp',
|
||||||
|
],
|
||||||
|
outputArgs: [],
|
||||||
|
filter: '',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
encoder: 'h264_videotoolbox',
|
encoder: 'h264_videotoolbox',
|
||||||
enabled: false,
|
enabled: false,
|
||||||
|
|
|
||||||
|
|
@ -140,6 +140,7 @@ const details = (): IpluginDetails => ({
|
||||||
options: [
|
options: [
|
||||||
'auto',
|
'auto',
|
||||||
'nvenc',
|
'nvenc',
|
||||||
|
'rkmpp',
|
||||||
'qsv',
|
'qsv',
|
||||||
'vaapi',
|
'vaapi',
|
||||||
'videotoolbox',
|
'videotoolbox',
|
||||||
|
|
|
||||||
|
|
@ -203,6 +203,16 @@ export const getEncoder = async ({
|
||||||
outputArgs: [],
|
outputArgs: [],
|
||||||
filter: '',
|
filter: '',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
encoder: 'hevc_rkmpp',
|
||||||
|
enabled: false,
|
||||||
|
inputArgs: [
|
||||||
|
'-hwaccel',
|
||||||
|
'rkmpp',
|
||||||
|
],
|
||||||
|
outputArgs: [],
|
||||||
|
filter: '',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
encoder: 'hevc_amf',
|
encoder: 'hevc_amf',
|
||||||
enabled: false,
|
enabled: false,
|
||||||
|
|
@ -275,6 +285,16 @@ export const getEncoder = async ({
|
||||||
outputArgs: [],
|
outputArgs: [],
|
||||||
filter: '',
|
filter: '',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
encoder: 'h264_rkmpp',
|
||||||
|
enabled: false,
|
||||||
|
inputArgs: [
|
||||||
|
'-hwaccel',
|
||||||
|
'rkmpp',
|
||||||
|
],
|
||||||
|
outputArgs: [],
|
||||||
|
filter: '',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
encoder: 'h264_videotoolbox',
|
encoder: 'h264_videotoolbox',
|
||||||
enabled: false,
|
enabled: false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue