mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 15:38:19 -07:00
Name clarification and link
This commit is contained in:
parent
1185306141
commit
0549e0c3f6
1 changed files with 3 additions and 3 deletions
|
|
@ -1,13 +1,13 @@
|
|||
function details() {
|
||||
return {
|
||||
id: 'Tdarr_Plugin_0001_In_House_H265_based_on_bitrate',
|
||||
id: 'Tdarr_Plugin_0001_Default_H265_based_on_bitrate',
|
||||
Stage: 'Pre-processing',
|
||||
Name: 'In House - To H265 based on bitrate',
|
||||
Type: 'Video',
|
||||
Operation: 'Transcode',
|
||||
Description: `[Testing] In-house plugin. Transcode based on video bitrate into h265 MP4 using FFmpeg. Different bitrate targets for different resolutions. Option to ignore transcoding files already in h265. MP4 is used as FFmpeg correctly tags the video stream bitrate which this plugin depends on. \n\n`,
|
||||
Description: `In-house plugin. Transcode based on video bitrate into h265 MP4 using FFmpeg. Different bitrate targets for different resolutions. Option to ignore transcoding files already in h265. MP4 is used as FFmpeg correctly tags the video stream bitrate which this plugin depends on. \n\n`,
|
||||
Version: '1',
|
||||
Link: '',
|
||||
Link: 'https://github.com/HaveAGitGat/Tdarr_Plugins/blob/master/Community/Tdarr_Plugin_0001_Default_H265_based_on_bitrate.js',
|
||||
Tags: 'pre-processing,ffmpeg,video only,configurable,h265',
|
||||
Inputs: [
|
||||
// {
|
||||
Loading…
Add table
Add a link
Reference in a new issue