Commit graph

190 commits

Author SHA1 Message Date
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
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
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