Commit graph

789 commits

Author SHA1 Message Date
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
HaveAGitGat
2f735ed7c2 Merge branch 'master' of https://github.com/HaveAGitGat/Tdarr_Plugins 2020-08-08 01:50:05 +02:00
HaveAGitGat
d194a53263 Add -max_muxing_queue_size 9999
Prevent 'too many unbuffered packets'
2020-08-08 01:49:54 +02:00
HaveAGitGat
4ec7cbbc02
Merge pull request #79 from michpas/master
Add files via upload
2020-08-08 01:40:33 +02:00
HaveAGitGat
005f4d6d31
Merge pull request #90 from jeff47/master
Request to add plugin to community repo
2020-08-08 01:38:52 +02:00
HaveAGitGat
333a20cbba Updated 2020-08-08 01:32:37 +02:00
HaveAGitGat
e597e37d2e
Delete Tdarr_Plugin_z18t_rename_files_based_on_codec_and_resolution.js 2020-08-08 01:22:19 +02:00
HaveAGitGat
1931ff9afb Only process if properties are available 2020-08-08 01:12:28 +02:00
HaveAGitGat
29d1f7e836 Comment update 2020-08-08 01:01:57 +02:00
HaveAGitGat
315b48f551 New plugin 2020-08-08 00:59:55 +02:00
Jeffrey Rice
6d6f3fb2ff Create Tdarr_Plugin_A47j_FFMPEG_NVENC_HEVC_Video_Only.js 2020-07-24 16:12:39 -04:00
HaveAGitGat
bfb9833aa1
Merge pull request #89 from mdoom23/add_plugin
Adding Community Plugin
2020-07-14 20:35:36 +02:00
Mark Doom
c707e8e2f1 Update Tdarr_Plugin_DOOM_NVENC_Tiered_MKV_CleanAll.js
Adding ability to requeue for plug-in stack
2020-07-13 17:05:21 -05:00
HaveAGitGat
1d65cae1a8
Merge pull request #83 from jayrox/patch-1
Update Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js
2020-07-13 23:55:35 +02:00
HaveAGitGat
63f2909ef4
Merge pull request #87 from JarBinks/master
JarBinks-Updates/Fixes/Bug
2020-07-13 23:22:28 +02:00
HaveAGitGat
689cc3d0d8
Update README.md 2020-07-13 23:21:19 +02:00
Mark Doom
62218db469 Adding Community Plugin 2020-07-13 10:53:39 -05:00
HaveAGitGat
17ae08abf3 Bug fix 2020-07-11 01:39:28 +02:00
JarBinks
cba8723042
JarBinks-Updates/Fixes/Bugs
- Changed stats update range from 21 to 45 days
- Changed logic error to ensure 2nd plugin only runs after first one is done (BUG)
2020-06-30 00:39:45 -04:00
JarBinks
90ff03b668
JarBinks-Updates/Fixes/Bugs
- Added another 25% to resulting HEVC bitrate (Personal Preference)
- Better selection of best audio stream (Language/Channels/Bitrate) (Bug)
- Removed usage of Tdarr ffmpeg object in favor of internal object :-( (There was some mixing causing issues)
- Improved handling of converting video bit rate from 10 to 8 and 8 to 10 (Enhancement)
- Better handling of knowing when script has already been run on a file (Enhancement)
- Removed ffmpeg command output from script (Unnecessary)
- TODO: Need to move video decision out of stream loop similar to audio decisions
2020-06-30 00:37:44 -04:00
Jay Boehm
dfe9c5a527
Update Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js
if inputs isn't defined, then inputs.container causes a plugin error that is not caught by the if(inputs.container == "")
this change checks the inputs first
2020-06-15 18:13:38 -04:00
HaveAGitGat
ad7ec9d2b9
Merge pull request #81 from Migz93/master
Migz FFMPEG Plugins: update
2020-06-06 07:14:41 +01:00
Migz93
37ceb99cfb Migz Plugin: Formatting Update
Update formatting on ffmpeg plugin - conform section
2020-06-02 18:04:17 +01:00
Migz93
d9cd80c44b Migz Plugins: Update
1) Update both plugins transcode plugins with new "force_conform" option.

2) Add "png" to codec image types to be removed.

3) Update GPU plugin to check for 10Bit files instead of just HDR.
2020-06-02 18:01:20 +01:00
michpas
12f7a0e427
Add files via upload
First version of a configurable plugin that removes certain inputted subtitle & audio codecs.
2020-05-31 22:49:22 +02:00
HaveAGitGat
9256561f5b
Merge pull request #77 from JarBinks/master
Updates/Fixes
2020-05-29 00:21:24 +01:00
HaveAGitGat
67145625df
Merge pull request #78 from Mthrboard/master
Add plugin to transcode video to H.265 HEVC using Intel QuickSync CPUs
2020-05-29 00:20:37 +01:00
Chad Hjelle
c251f8bdc2
Update Tdarr_Plugin_Mthr_VaapiHEVCTranscode.js
Changed link from my fork to the original repo for a pull request
2020-05-27 15:49:51 -05:00
Chad Hjelle
68d6c633fc
Create Tdarr_Plugin_Mthr_VaapiHEVCTranscode.js 2020-05-25 23:20:08 -05:00
JarBinks
1ccd0e371d
Updates/Fixes
- Added @10% to target video bitrate
- Audio track selection now works better
- Added more to the documentation (A round the additional programs needed)
- Modified some of the user feedback to be clearer
- Cleaned up the usage of " vs. '
- Tested to work with the 10bit flag set to false
2020-05-25 15:20:58 -04:00
HaveAGitGat
88f1d55bf3
Merge pull request #74 from dambler/drdd_standardise_all_in_one
Add Tdarr_Plugin_drdd_standardise_all_in_one
2020-05-25 01:31:28 +01:00
HaveAGitGat
9ef8ebf5c8
Merge pull request #75 from JarBinks/master
JarBinks set of 2 new plugins
2020-05-25 01:25:47 +01:00
HaveAGitGat
821f706756
Merge pull request #76 from Migz93/master
Migz Plugins - Fixes
2020-05-25 01:23:41 +01:00