Commit graph

421 commits

Author SHA1 Message Date
HaveAGitGat
9169a9aca5 lint fix 1 2020-12-10 17:52:56 +01:00
HaveAGitGat
b23bf31fa1 test 2020-12-10 17:50:24 +01:00
HaveAGitGat
7500eda3d2 test 2020-12-10 17:47:34 +01:00
HaveAGitGat
1fdc2d4e6e
Merge pull request #115 from HaveAGitGat/lint
lint init
2020-12-10 17:44:57 +01:00
HaveAGitGat
7904647075 lint init 2020-12-10 17:43:41 +01:00
HaveAGitGat
a71f5e28ae
Merge pull request #110 from tmchow/patch-2
Add config option for audio transcode bitrate
2020-11-14 04:08:25 +01:00
Trevin
09e0fa443f
Make bitrate optional 2020-11-11 11:21:45 -08:00
HaveAGitGat
a683eab516
Merge pull request #112 from tmchow/patch-3
Minor formatting and comment fixes
2020-11-11 18:12:05 +01:00
Trevin
1626042e69
Minor formatting and comment fixes 2020-11-10 16:36:46 -08:00
HaveAGitGat
7d8544f9e6
Merge pull request #111 from supersnellehenk/master
henk_Add_Specific_Audio_Codec
2020-11-10 01:38:20 +01:00
Rick Meijer
830204781e Corrected link and code update 2020-11-09 02:24:44 +01:00
Rick Meijer
863093eaba Henk Add Specific Codec 2020-11-09 01:54:35 +01:00
HaveAGitGat
b72f238661
Merge pull request #109 from supersnellehenk/master
Change plugin
2020-10-30 19:00:45 +01:00
Trevin
168879d9ac
Add config option for audio transcode bitrate 2020-10-30 00:12:55 -07:00
Rick Meijer
41dccb2e36 Change plugin
It derped out when you left the subtitle box empty, now it doesn't.
2020-10-30 01:28:36 +01:00
HaveAGitGat
3286b51dcf
Merge pull request #108 from Migz93/master
Migz Plugins
2020-10-28 18:06:10 +01:00
Migz93
6ba398eaf4 Migz Plugins
1) Bug fix for CleanTitle where if the title of an audio/substeam didn't exist it would exit that loop but not increment the Id of the track. Was causing the plugin to loop in some cases.

2) Modify both FFMPEG plugins to treat VP9 codec in a similiar way to HEVC. I.e if a file is already in VP9 codec don't transcode it to HEVC as VP9 is already heavily compressed in a similiar way to HEVC. Plugin itself still outputs files as HEVC
2020-10-27 20:27:54 +00:00
HaveAGitGat
c23066ff4a
Merge pull request #107 from jeff47/patch-3
Update Tdarr_Plugin_A47j_FFMPEG_NVENC_HEVC_Video_Only.js
2020-10-21 02:52:35 +02:00
Jeff R
0b5f8fe250
Update Tdarr_Plugin_A47j_FFMPEG_NVENC_HEVC_Video_Only.js
Bugfix - plugin would fail if file.ffProbeData.tags was undefined.
2020-10-20 12:11:07 -04:00
HaveAGitGat
9b1f075fb2
Merge pull request #106 from Migz93/master
Migz Plugin Bugfix
2020-10-20 17:41:35 +02:00
Migz93
1ef47b8d78
BugFix Update
Update to catch error if custom_title_matching is empty.
2020-10-20 15:33:46 +01:00
HaveAGitGat
2d2dd3ec83
Merge pull request #105 from Migz93/master
Migz Plugin Updates
2020-10-20 15:07:19 +02:00
Migz93
4ba83c804b Migz Plugin Updates
1) Update to CleanTitle plugin to allow user input custom matching title, allows to remove more then just the default of something with 3 full stops.

2) Update to both FFMPEG plugins to fix a bug where if the force_conform option was enabled and a stream had no codec_name it would cause the plugin to error out.
2020-10-19 19:48:04 +01:00
HaveAGitGat
e6ef31b3fc
Merge pull request #103 from vodkapmp/patch-3
Create Tdarr_Plugin_vdka_Remove_DataStreams.js
2020-10-10 14:46:24 +02:00
vodkapmp
60823fee16
Create Tdarr_Plugin_vdka_Remove_DataStreams.js
Adding plugin to repo
2020-10-08 14:56:02 +02:00
HaveAGitGat
236777c413
Merge pull request #100 from Migz93/master
Migz Plugins Update
2020-09-21 21:56:01 +02:00
Migz93
6901d53feb Migz Plugins Update
1) Add input to enable bframes. - ffmpegGPU plugin

2) Add timed_id3 has codec type to remove for mkv/mp4 if force_conform is enabled. - Both ffmpeg plugins

3) max_muxing_queue_size change to 9999 as this number is still too low in some cases.
2020-09-20 03:08:10 +01:00
HaveAGitGat
6250c97f9d
Merge pull request #99 from vodkapmp/patch-2
fix ffmpeg bitrate bug in cqv plugin
2020-09-18 00:59:51 +02:00
vodkapmp
1d2c5153ae
changed example values
changed example values to sane numbers that would give the typical compression results people might expect from such a plugin, should someone decide to just, use what it says instead of testing and finding the right value for their use
2020-09-17 19:04:03 +02:00
vodkapmp
0d5bc6624c
fix spatial_aq being unnecesary with cq 2020-09-17 16:15:33 +02:00
vodkapmp
913788fec0
fix ffmpeg bitrate bug
Fix for ffmpeg bug where bitrate target is defaulted to 2500 even when using CQ with NVENC
2020-09-17 15:19:43 +02:00
HaveAGitGat
c81a5ce594 Tdarr_Plugin_078d_Output_embedded_subs_to_SRT_and_remove 2020-09-06 20:25:24 +02:00
HaveAGitGat
c9bf32acb3
Merge pull request #98 from jakejones48/master
Added 2 pass Loudnorm audio normalisation plugin, added file permissions plugin
2020-09-05 22:51:43 +02:00
HaveAGitGat
1f1c2fbbc2
Formatting 2020-09-05 22:49:01 +02:00
Jake Jones
d4b45af139
Simple plugin to set file permissions
Plugin used to set file permission, using chown nobody:users for unraid.
2020-09-04 11:17:33 +10:00
Jake Jones
3de166d721
Added 2 pass Loudnorm audio normalisation plugin
Plugin uses a two pass approach to loud norm volume normalization. Achieved by writing the output of ffmpeg to a temp file in the source directory alongside the video file. This is read during the second pass to get the required values. Temp file is removed after second pass. MKV is required to allow the file to have custom metadata so the plugin knows what stage it is up to.
2020-09-04 11:07:44 +10:00
HaveAGitGat
f339e37de5
Merge pull request #96 from vodkapmp/patch-1
Create Tdarr_Plugin_vdka_Tiered_NVENC_CQV_BASED_CONFIGURABLE.js
2020-09-02 22:35:34 +02:00
vodkapmp
cae999585b
Update Tdarr_Plugin_vdka_Tiered_NVENC_CQV_BASED_CONFIGURABLE.js
Made the trash code at least look pretty
2020-09-02 08:53:11 +02:00
vodkapmp
414755a543
Update Tdarr_Plugin_vdka_Tiered_NVENC_CQV_BASED_CONFIGURABLE.js
Added configurable preset, and cleaned up infoLog stuff.
2020-09-02 08:36:07 +02:00
vodkapmp
1e0c7b6381
Update and rename Tdarr_Plugin_vodk_Tiered_NVENC_CQV_BASED_CONFIGURABLE.js to Tdarr_Plugin_vdka_Tiered_NVENC_CQV_BASED_CONFIGURABLE.js
vdka looks better than vodk
2020-09-01 07:41:24 +02:00
vodkapmp
b7b49649f3
Update Tdarr_Plugin_vodk_Tiered_NVENC_CQV_BASED_CONFIGURABLE.js
Used ☒ instead of ☑ for a line. Fixed
2020-08-29 22:21:25 +02:00
vodkapmp
07c41ce477
Create Tdarr_Plugin_vodk_Tiered_NVENC_CQV_BASED_CONFIGURABLE.js
Tiered NVENC plugin based on choosing CQ:V value per resolution. (cq:v is nvenc equivalent of crf)

Based originally on iiDrakeii's "Tiered FFMPEG NVENC settings depending on resolution" plugin.
2020-08-29 21:31:40 +02:00
HaveAGitGat
8a558bd3d7
Merge pull request #95 from zachg99/JB69Plugin
Remove Reorder Plugin Requirement, Enhanced Processed Check, and Fix Bugs
2020-08-20 01:21:20 +02:00
HaveAGitGat
50aea08109
Merge pull request #94 from jeff47/patch-2
Update Tdarr_Plugin_A47j_FFMPEG_NVENC_HEVC_Video_Only.js
2020-08-20 01:18:58 +02:00
Zach Gelnett
51e3461c04 JarBinks made changes to allow this to work without the reorder plugin.
Fixed an issue with processing ts files as well as modified the check
for already processed to check video encoding, video resolution height,
and audio codec.
2020-08-19 18:35:07 -04:00
Jeff R
569a4cdea3
Update Tdarr_Plugin_A47j_FFMPEG_NVENC_HEVC_Video_Only.js
Improved handling of bitrates (especially when video bitrate could not be determined).  Instead of failing when bitrate is NaN, use a sensible default.  Bug fixes.
2020-08-19 09:06:28 -04:00
HaveAGitGat
9dd59e7392
Update README.md 2020-08-11 21:13:48 +02:00
HaveAGitGat
60b998549d
Merge pull request #92 from jeff47/patch-1
Update Tdarr_Plugin_A47j_FFMPEG_NVENC_HEVC_Video_Only.js
2020-08-08 22:10:45 +02:00
Jeff R
f22f9bc5fe
Update Tdarr_Plugin_A47j_FFMPEG_NVENC_HEVC_Video_Only.js
Fixed typo in resolution processing, removed 10-bit (for now).   Will add back as a configurable option.
2020-08-08 16:09:15 -04:00
HaveAGitGat
40905bd704
Update Tdarr_Plugin_aaaa_Pre_Proc_Example.js 2020-08-08 02:06:25 +02:00