Name clarification and link

make-only-subtitle-default
HaveAGitGat 6 years ago
parent 1185306141
commit 0549e0c3f6

@ -1,13 +1,13 @@
function details() { function details() {
return { return {
id: 'Tdarr_Plugin_0001_In_House_H265_based_on_bitrate', id: 'Tdarr_Plugin_0001_Default_H265_based_on_bitrate',
Stage: 'Pre-processing', Stage: 'Pre-processing',
Name: 'In House - To H265 based on bitrate', Name: 'In House - To H265 based on bitrate',
Type: 'Video', Type: 'Video',
Operation: 'Transcode', 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', 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', Tags: 'pre-processing,ffmpeg,video only,configurable,h265',
Inputs: [ Inputs: [
// { // {
Loading…
Cancel
Save