Commit Graph

308 Commits

Author SHA1 Message Date
controlol
773a6c12fc
Delete auto_crop script 2020-04-03 18:38:54 +02:00
Migz93
be6c28b0ba Update: MigzPlex_Autoscan
Add plugin to notify plex_autoscan to scan file.
2020-04-02 21:34:23 +01:00
HaveAGitGat
e2cc0aaa7f
FFmpeg path change 2020-04-02 12:42:40 +01:00
HaveAGitGat
f21157f41c
Merge pull request #60 from Migz93/master
Update: MJPEG Plugins
2020-04-02 06:00:43 +01:00
Miasma
06e28fa832
Subtitle Fix
Added fix for subtitles per https://discordapp.com/channels/623392507828371476/626268797472604160/695001638628360212

Fixes error:

`
Stream map '0:s' matches no streams.

To ignore this, add a trailing '?' to the map.
`
2020-04-02 17:45:51 +13:00
Migz93
a0f39aa947 Reinclude iiDrakeii plugin
Reinclude iiDrakeii_Not_A_Video_Mjpeg_Fix, warning needs to be given in a future update before removing plugin due to the fact people may still be using this plugin.
2020-04-01 10:49:14 +01:00
Migz93
46667bee2f Update: MJPEG Plugins
Remove iiDrakeii_Not_A_Video_Mjpeg_Fix plugin as this was resolved in Tdarr.

Create new plugin to strip out image format tracks, currently mjpeg & png.
2020-03-31 17:38:42 +01:00
Migz93
b22c576c84 Update: MigzPlugins
Updated all plugins to include "-max_muxing_queue_size 4096"
2020-03-29 17:28:20 +01:00
Migz93
37246dd506 Update: MigzPlguin
Update to Migz1FFMPEG plugins to deal with mjpeg streams. Detect and drop from being mapped.
2020-03-25 22:10:28 +00:00
Migz93
f9124c2368 Update: MigzPlugins
Update to both FFMPEG plugins to fix issue with data streams not being dropped for mkv in certain circumstances. Would cause plugin to fail.
2020-03-23 12:40:16 +00:00
Migz93
2e37ed84bf Update: Migz2CleanTitle
Updated the way that audio/subtitles decide if the title is junk or not. Fixes issue with conversion loop when used with my CleanAudio plugin.
2020-03-23 10:56:26 +00:00
Migz93
1ea2ebc2fe Update: Migz Plugins
Update all plugins to remove "Testing" as they've now been in use for a while with no issues noticed.
2020-03-22 12:20:30 +00:00
Migz93
d07d8811f8 Update: Migz2CleanTitle
Updated to also look for title metadata in audio/subtitles and remove if applicable.
2020-03-22 11:46:36 +00:00
Guillaume Taquet Gasperini
ccd4c79228 Fix #54 2020-03-20 17:09:15 +01:00
Migz93
a05d856fe2 Update Tag
Updated "Tag" to specify H265
2020-03-19 19:00:47 +00:00
Migz93
5735ae6759 Various Updates
1) New plugin that uses CPU to convert to H265.

2) Change to FFMPEG NVidia plugin to specifiy bitrate cutoff.

3) Fix random infolog "2" in CleanTitle

4) Update descriptive audio check in CleanAudio and CleanSubs to look for "sdh"

5) Correct OrderStreams mentioning that "Audio not first" when audio should be second.
2020-03-14 01:00:16 +00:00
HaveAGitGat
fc9692bacb
Merge pull request #51 from JackDallas/master
Drop picture streams (mpjeg etc.)
2020-03-03 17:27:10 +00:00
Jack Dallas
c0d2c1d85b Drop picture streams (mpjeg) 2020-03-03 17:14:38 +00:00
robejo9
73af4d9a94
Update Tdarr_Plugin_d5d3_iiDrakeii_FFMPEG_NVENC_Tiered_MKV.js
Corrected Logic to remove mjpeg streams due to error when they are processed.
Corrected Logic to add mux queue size on specific audio formats due to ffmpeg bug.
Changed how the Map is created in corrolation with Mjpeg fix.
2020-03-03 00:00:49 -06:00
Miasma
150211916c
Update Tdarr_Plugin_r002_rootuser_FFMPEG_HQ_HEVC_MKV_Animation.js
Forget to add `[Contains built-in filter]` and tag `anime`
2020-02-26 01:14:54 +13:00
Miasma
450ca18c1c
Initial submit
Specifically tuned for use with Animation, primarily Anime with English subtitles.  Preserves Subtitles; Metadata; Attachments; Fonts and Styling.  CRF 18 to keep as much quality as reasonable, while keeping file sizes low.  Audio converted to AAC 512K for compatibility.  Have used `x265-params`, as it seems the source script I used failed to do so, and the variables were not being read properly.  Medium preset, need a reasonably fast CPU/Server.  10-Bit video output to help curb banding.
2020-02-26 00:53:17 +13:00
Jack Dallas
71c119fe56 Allow experimental conversion of FLAC to MP3 2020-02-24 15:42:48 +00:00
HaveAGitGat
d09aeaf68d Mode 2020-02-22 08:53:20 +00:00
HaveAGitGat
043c73fb0a stage 2020-02-22 08:48:17 +00:00
HaveAGitGat
4ecbf50c52 new 2020-02-22 08:44:05 +00:00
HaveAGitGat
367533cd37 New 2020-02-21 14:20:18 +00:00
HaveAGitGat
831bf4e772 handbrake 2020-02-20 08:25:22 +00:00
HaveAGitGat
3a1a4bfeb0 Update Tdarr_Plugin_075a_FFMPEG_HEVC_Generic.js 2020-02-20 03:41:35 +00:00
HaveAGitGat
cc1eb93838 tag change 2020-02-18 02:19:36 +00:00
HaveAGitGat
8ac2e2f165
Update Tdarr_Plugin_z18s_rename_files_based_on_codec.js 2020-02-14 21:03:17 +00:00
controlol
3d71c47c55
Tags 2020-02-14 10:39:11 +01:00
controlol
de2146e786
Added force processing and muxing for container
force processing will make sure the file gets transcoded even if the filters don't match. It will still look at the resolution, the file won't be cropped. 
If the container doesn't match the preferred container and all filters already match it will be muxed to the desired container.
2020-02-14 10:35:25 +01:00
controlol
e208cb8266
Tags 2020-02-14 10:30:44 +01:00
controlol
f86d8c98fe
Update Tdarr_Plugin_e5c3_CnT_Keep_Preferred_Audio.js 2020-02-14 10:26:54 +01:00
HaveAGitGat
607df7fa63 Clear up tags 2020-02-13 01:16:02 +00:00
HaveAGitGat
99d9584699 tags 2020-02-13 00:24:43 +00:00
HaveAGitGat
180a662ba7 Merge branch 'master' of https://github.com/HaveAGitGat/Tdarr_Plugins 2020-02-13 00:20:34 +00:00
HaveAGitGat
8530618402 tags 2020-02-13 00:20:30 +00:00
Jack Dallas
a45de61b72 Initial Commit of Generic FFmpeg preset plugin h264/mp4 2020-02-12 13:57:52 +00:00
HaveAGitGat
3d152f9d63 Merge pull request #44 from Migz93/master
Migz Plugin: Bug Fix
2020-02-10 07:14:46 +00:00
HaveAGitGat
7d5ded7600 Remove bug tag 2020-02-10 07:06:40 +00:00
Migz93
5ac9c85c06 Migz Plugin: Bug Fix
Resolve bug with Migz1FFMPEG where bitrate transcode targets were always displayed, even if the file already meets h265/container and isn't used.
2020-02-09 21:58:05 +00:00
HaveAGitGat
c5a1ee55a9 Update Tdarr_Plugin_a9hd_FFMPEG_Transcode_Specific_Audio_Stream_Codecs.js 2020-02-09 19:56:26 +00:00
Migz93
c97fdeff98 Migz Plugins: Bug Fixes
1) Fixed bug with Migz1FFMPEG where sometimes duration was not available, get duration from stream 0, if duration still not available then exit plugin.

2) Fixed bug with Migz1FFMPEG where it would fail if using mkv and source has a data stream (mkv does not support data streams).

3) Fixed bug with Migz2CleanTitle where if title info did not exist at all it would fail rather then skip.
2020-02-09 02:31:10 +00:00
Migz93
ae9f51731d Migz Plugin:
Change plugin to work via bitrate related targets instead of filesize related target.
2020-02-09 00:56:44 +00:00
Migz93
ca6f11480e Migz Plugins: Name
Cleanup to names of a few files to remove "."
2020-02-08 15:44:20 +00:00
Migz93
967b973313 Migz Plugins Description
Update to the CleanAudio & CleanSubs plugins to make the description clearer.
2020-02-08 13:22:14 +00:00
HaveAGitGat
5268eaad90 New 2020-02-08 08:44:10 +00:00
HaveAGitGat
8a89d6f330 Formatting 2020-02-08 07:49:18 +00:00
HaveAGitGat
0966dff557 Formatting 2020-02-08 07:48:16 +00:00
HaveAGitGat
e41b457e20 Codec examples 2020-02-08 07:45:41 +00:00
HaveAGitGat
93b7f3de95
Merge pull request #40 from Migz93/master
Migz Plugin Additions
2020-02-07 22:25:06 +00:00
HaveAGitGat
0d14fd3c06 New 2020-02-07 22:21:42 +00:00
Migz93
7b84114d83 Migz Plugin Additions
1) Transcode plugin using nvidia GPU.

2) Plugin to clean title metadata from video if detected. This only cleans the title, the current plugin cleans all metadata if title is detected.

3) Plugin to clean audio, remove unwanted languages & tag unknown language tracks.

4) Plugin to clean subtitles, remove unwanted languages & tag unknown language tracks.

5) Plugin to convert stereo tracks to AAC and/or create downmix audio tracks.

6) Organise streams into order.
2020-02-07 22:15:09 +00:00
HaveAGitGat
1620b32fc2 New 2020-02-07 22:01:19 +00:00
HaveAGitGat
fc343a8c97 Example update 2020-02-07 01:07:32 +00:00
controlol
207ef9d422
updated link 2020-02-07 01:05:07 +01:00
controlol
426227d8ed
Updated inputs, iso-639-2 auto install on any OS
Updated for 1.104 beta to support inputs.
change install_packages to yes to automatically install the node_module that is required for this plugin.
ISO-639-2 node module can now be installed on any system automatically!
Only tested on Linux but should hypothetically work on other OS too.
2020-02-07 00:47:19 +01:00
controlol
73a1ee0704
Updated link 2020-02-07 00:39:06 +01:00
controlol
8799c6ab5b
Tdarr_Plugin_e5c3_CnT_Remove_Letterbox
Uses iiDrakeii's filter, and crops video files when letterboxing is detected.
This uses the FFMPEG NVENC transcoding(hw).
If a file is 4K it will be scaled down to 1080p.
Now with user definable bitrates!(since 1.104 beta)
2020-02-07 00:38:13 +01:00
controlol
52f50ffc2c
Stage: "Pre-processing" added 2020-02-07 00:35:53 +01:00
controlol
baa6d2fd5c
Stage: "Pre-processing" added 2020-02-07 00:33:42 +01:00
controlol
29f4785b69
Updated inputs, iso-639-2 auto install on any OS
Updated for 1.104 beta to support inputs.
change install_packages to yes to automatically install the node_module that is required for this plugin.
ISO-639-2 node module can now be installed on any system automatically!
Only tested on Linux but should hypothetically work on other OS too.
2020-02-06 23:52:57 +01:00
controlol
1abb17d809
forgot .js extension 2020-02-06 23:29:43 +01:00
controlol
3286e34d87
Update Tdarr_Plugin_e5c3_CnT_Keep_Preferred_Audio 2020-02-06 23:10:04 +01:00
controlol
f61b225095
Update Tdarr_Plugin_e5c3_CnT_Keep_Preferred_Audio 2020-02-06 23:08:29 +01:00
controlol
0778411653
Tdarr_Plugin_e5c3_CnT_Keep_Preferred_Audio
Plugin that checks for unwanted audio, per 1.104 beta you can change the languages yourself from within Tdarr!
Untill you enter a value it keep english tracks by default.
Undefined languages are kept to prevent videos without sound.
If you would like to keep track of the languages you have for each file you can use the 'special' option.
2020-02-06 22:54:37 +01:00
HaveAGitGat
407a778f75 BUG update 2020-02-05 06:16:02 +00:00
HaveAGitGat
f1063c15f1 Merge branch 'master' of https://github.com/HaveAGitGat/Tdarr_Plugins 2020-02-05 06:14:38 +00:00
HaveAGitGat
4168f0bc1a Stage: "Pre-processing" added 2020-02-05 06:14:30 +00:00
HaveAGitGat
55c35650b8
Moved package import location 2020-02-02 03:59:49 +00:00
HaveAGitGat
e56addc202
Merge pull request #35 from JackDallas/fix-therealshadoh-subs
Fix remaining TheRealShadoh plugins
2020-01-30 20:42:58 +00:00
Jack Dallas
d636c967a2 Fix remaining TheRealShadoh plugins 2020-01-30 11:24:50 +00:00
HaveAGitGat
efd9dcaded
Update Tdarr_Plugin_b38x_Nosirus_h265_aac_no_meta.js 2020-01-29 21:54:44 +00:00
HaveAGitGat
246038129f
Merge pull request #34 from JackDallas/fix-therealshadoh-subs
Fix subs re-queue bug in therealshadoh plugins
2020-01-29 16:46:27 +00:00
Jack Dallas
9cd46d89c6 Only convert mp4 incompatible subs 2020-01-29 12:58:43 +00:00
Jack Dallas
c0278f93a1 Add missing return 2020-01-29 12:57:51 +00:00
HaveAGitGat
af5aa9cc26
Update Tdarr_Plugin_z0ab_TheRealShadoh_FFmpeg_Subs_H264_Medium.js 2020-01-28 23:52:47 +00:00
HaveAGitGat
35fa4a1bbe
Update Tdarr_Plugin_z1ab_TheRealShadoh_FFmpeg_Subs_H264_Fast.js 2020-01-28 23:52:18 +00:00
HaveAGitGat
61746191bc
Update Tdarr_Plugin_z2ab_TheRealShadoh_FFmpeg_Subs_H264_Slow.js 2020-01-28 23:51:41 +00:00
HaveAGitGat
6e7f8e5717
Update Tdarr_Plugin_z3ab_TheRealShadoh_FFmpeg_Subs_H264_VeryFast.js 2020-01-28 23:50:59 +00:00
James
3e5cc78d2d
Create Tdarr_Plugin_075d_FFMPEG_HEVC_GPU_Generic_Video_Audio_Only_CRF20.js
GPU transcoding with FFMPEG and a CRF value of 20.
2020-01-25 11:48:27 +00:00
James
362de5938b
Create Tdarr_Plugin_075c_FFMPEG_HEVC_Generic_Video_Audio_Only_CRF20.js
An extension of 075b to use a CRF value of 20 for better quality transcodes.
2020-01-24 21:25:43 +00:00
HaveAGitGat
f41d245c0f Bug fix 2020-01-23 15:27:28 +00:00
Jack Dallas
c07d07cab9 Fix id's of TheRealShadoh plugins 2020-01-15 12:25:32 +00:00
robejo9
d91fff8328
Create Tdarr_Plugin_d5d4_iiDrakeii_Not_A_Video_Mjpeg_Fix.js
This plugin corrects files with MJPEG streams by removing the MJPEG stream.
This allows Tdarr to correctly identify the file as a video.
2020-01-13 15:03:21 -06:00
robejo9
ae6ced57bc
Remove errors due to embeded pictures
-Added mitigation for embeded pictures to avoid errors during transcode.
-added mitigation for mkv unsupported subtitle codec.  (codec mov_text converts to srt)
-Cleaned up unnecessary code.
2019-12-23 09:06:19 -06:00
robejo9
04d261f2f8
Remove data stream
Data streams are not compatible with ffmpeg as far as my testing has given me.
added -dn to reduce errors / canceled conversions due to data streams.
2019-12-19 22:22:29 -06:00
robejo9
47ae074771
Update Tdarr_Plugin_d5d3_iiDrakeii_FFMPEG_NVENC_Tiered_MKV.js
"Segmentation Fault" error when truehd audio caused by truehd stream
Added  search for truehd stream
-max_muxing_queue_size 1024 added to encode cli code to account for error
Changed conversion of bytes to KB from 1024 to 1000
Added infolog for bitrate
2019-12-14 22:31:26 -06:00
robejo9
5b9409bf53
Bitrate Modifer of Null added
Created modifier for null value to avoid 0 input for bitrate target.
2019-12-14 00:49:23 -06:00
robejo9
3bcdef7966
Update Tdarr_Plugin_d5d3_iiDrakeii_FFMPEG_NVENC_Tiered_MKV.js
Files now check if bitrate is lower then default set bitrate.  If lower decreases bitrate by percentage and converts.
Added -a53cc 0 to remove Closed Captioning Issues (closed captioning no longer kept)
2019-12-13 12:59:32 -06:00
robejo9
6750ff2764
4KUHD Support
Added Support for 4KUHD.
Updated Description with 4KUHD
Bitrate for 4k UHD set at 14000k and max of 20000k
2019-12-12 09:14:46 -06:00
robejo9
2ce15344dc
map 0 error
fixed map 0 on 1080p
2019-12-10 21:12:18 -06:00
HaveAGitGat
f42bfa5826
Update Tdarr_Plugin_a8hc_HaveAGitGat_HandBrake_H264_VeryFast1080p30.js 2019-12-10 14:37:33 +00:00
HaveAGitGat
7c3136c36e
Update Tdarr_Plugin_a9hc_HaveAGitGat_HandBrake_H264_Fast1080p30.js 2019-12-10 14:36:06 +00:00
robejo9
a378ce5aef
Final Update of the Day
Update to Layout to remove Redundancy (Thanks to Control)
Update bitrate set for different resolutions.
2019-12-09 15:59:17 -06:00
robejo9
1c6fc473bf
Update Tdarr_Plugin_d5d3_iiDrakeii_FFMPEG_NVENC_Tiered_MKV.js
added Spatial AQ
2019-12-09 13:21:12 -06:00
robejo9
ffdcd84c4f
Increase Video Quality
Updates to increase Video Quality.
2019-12-09 09:50:17 -06:00
HaveAGitGat
06a7302b42
Update Tdarr_Plugin_d5d3_iiDrakeii_FFMPEG_NVENC_Tiered_MKV.js 2019-12-09 01:46:48 +00:00
HaveAGitGat
02a52bf821
Link 2019-12-05 22:26:07 +00:00
HaveAGitGat
f143dd6405
New 2019-12-05 22:25:19 +00:00
HaveAGitGat
ad08c92bb2
Merge pull request #8 from TheRealShadoh/master
h264, aac, mp4, keeping subs (anime)
2019-12-05 14:06:43 +00:00
HaveAGitGat
0b1f06120b Link 2019-12-03 16:39:22 +00:00
HaveAGitGat
8944ccfef6 Merge branch 'master' of https://github.com/HaveAGitGat/Tdarr_Plugins 2019-12-03 16:37:26 +00:00
HaveAGitGat
f7a0afa7d5 New plugin 2019-12-03 16:37:12 +00:00
HaveAGitGat
52a844f2f9
Update Tdarr_Plugin_d5d3_iiDrakeii_FFMPEG_NVENC_Tiered_MKV.js 2019-12-03 01:01:36 +00:00
HaveAGitGat
43e070bbea
Update Tdarr_Plugin_d5d3_iiDrakeii_FFMPEG_NVENC_Tiered_MKV.js 2019-12-03 00:44:03 +00:00
HaveAGitGat
7930539b3f
Tidy name 2019-12-02 19:46:26 +00:00
HaveAGitGat
e7b4c2285a
update 2019-12-01 19:16:20 +00:00
HaveAGitGat
428005627a
Update Tdarr_Plugin_d5d3_iiDrakeii_FFMPEG_NVENC_Tiered_MKV.js 2019-11-29 14:41:00 +00:00
HaveAGitGat
98ef5a045e
Update Tdarr_Plugin_d5d3_iiDrakeii_FFMPEG_NVENC_Tiered_MKV.js 2019-11-27 19:37:38 +00:00
HaveAGitGat
1733426b9c
Update Tdarr_Plugin_d5d3_iiDrakeii_FFMPEG_NVENC_Tiered_MKV.js 2019-11-25 22:53:57 +00:00
HaveAGitGat
253ea45340
1.01 2019-11-25 21:34:53 +00:00
HaveAGitGat
f4f67131da Link 2019-11-25 19:01:39 +00:00
HaveAGitGat
7a1be0a109 New 2019-11-25 19:00:07 +00:00
Christian Crill
629a886312 Remvoed "" from undefined in logic 2019-11-25 02:20:51 -06:00
Christian Crill
2dd8b95828 Names 2019-11-25 01:31:06 -06:00
Christian Crill
b21f1f4fc4 Names 2019-11-25 01:24:18 -06:00
Christian Crill
528cac935a Names 2019-11-25 01:20:31 -06:00
Christian Crill
606ca243b3 Created slow,fast,veryfast
Updated names to reflect Subs being kept
2019-11-25 01:01:01 -06:00
Christian Crill
ca27502031 Updated details 2019-11-25 00:47:55 -06:00
Christian Crill
bf36969596 No longer aiming for keeping Eng subs...
Initial upload
2019-11-24 23:48:00 -06:00
TheRealShadoh
f5778d88e8
Create Tdarr_Plugin_z0ab_TheRealShadoh_HandBrake_H264_Fast1080p30_EngSubs.js 2019-11-23 20:16:42 -06:00
HaveAGitGat
6f33bb837b [Contains built-in filter] desc 2019-11-22 12:09:26 +00:00
HaveAGitGat
557e26d27f Link 2019-11-22 12:04:55 +00:00
HaveAGitGat
1a39c64447 New 2019-11-22 12:04:20 +00:00
HaveAGitGat
f2fe40951b Link 2019-11-22 11:31:30 +00:00
HaveAGitGat
1cba519072 New 2019-11-22 11:30:32 +00:00
HaveAGitGat
6ed6fa5a2a Link 2019-11-21 21:12:31 +00:00
HaveAGitGat
9b9a34c9b1 New 2019-11-21 21:12:00 +00:00
HaveAGitGat
503267d918
Update Tdarr_Plugin_x7ab_Remove_Subs.js 2019-11-19 13:50:54 +00:00
HaveAGitGat
c32dc46f1f
Remove redundant mapping 2019-11-16 19:44:56 +00:00
HaveAGitGat
cc2fc0c425 No subs 2019-11-15 07:54:53 +00:00
HaveAGitGat
335d2ecd94 strict 2019-11-15 07:47:33 +00:00
HaveAGitGat
9f671353ce version 2019-11-15 07:45:08 +00:00
HaveAGitGat
683031e258 Update Tdarr_Plugin_hk75_Drawmonster_MP4_AAC_No_Subs_No_metaTitle.js 2019-11-15 07:40:40 +00:00
HaveAGitGat
46c07a5b44 map update 2019-11-15 07:37:15 +00:00
HaveAGitGat
d4ba864d5d map update 2019-11-15 07:30:21 +00:00
HaveAGitGat
c3539d7b25 map update 2019-11-15 07:28:30 +00:00
HaveAGitGat
2c7c85d28d Map correction and link update 2019-11-15 04:38:32 +00:00
HaveAGitGat
ecb96676bc Correct map 2019-11-15 04:22:44 +00:00
HaveAGitGat
7642cfe6ed Should be keeping subs 2019-11-15 04:05:14 +00:00
HaveAGitGat
df7a2d1f7c Desc 2019-11-15 03:01:17 +00:00
HaveAGitGat
584b56c75e New 2019-11-15 02:57:16 +00:00
HaveAGitGat
53c3c5c799 Update 2019-11-15 02:19:39 +00:00
HaveAGitGat
b04bfdb085 Remux first 2019-11-15 02:03:38 +00:00
HaveAGitGat
0e4baf4a6b Bug fix 2019-11-14 14:23:16 +00:00
HaveAGitGat
87cbf5c5c5 Check for eng stream in aac 2019-11-14 14:23:10 +00:00
HaveAGitGat
118b0df5d2 syntax fix 2019-11-14 13:52:11 +00:00
HaveAGitGat
2d030e972c New 2019-11-14 11:01:51 +00:00