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.
6 years ago
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.
6 years ago
Migz93
d07d8811f8
Update: Migz2CleanTitle
...
Updated to also look for title metadata in audio/subtitles and remove if applicable.
6 years ago
Guillaume Taquet Gasperini
ccd4c79228
Fix #54
6 years ago
Migz93
a05d856fe2
Update Tag
...
Updated "Tag" to specify H265
6 years ago
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.
6 years ago
HaveAGitGat
fc9692bacb
Merge pull request #51 from JackDallas/master
...
Drop picture streams (mpjeg etc.)
6 years ago
Jack Dallas
c0d2c1d85b
Drop picture streams (mpjeg)
6 years ago
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.
6 years ago
Miasma
150211916c
Update Tdarr_Plugin_r002_rootuser_FFMPEG_HQ_HEVC_MKV_Animation.js
...
Forget to add `[Contains built-in filter]` and tag `anime`
6 years ago
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.
6 years ago
Jack Dallas
71c119fe56
Allow experimental conversion of FLAC to MP3
6 years ago
HaveAGitGat
d09aeaf68d
Mode
6 years ago
HaveAGitGat
043c73fb0a
stage
6 years ago
HaveAGitGat
4ecbf50c52
new
6 years ago
HaveAGitGat
367533cd37
New
6 years ago
HaveAGitGat
831bf4e772
handbrake
6 years ago
HaveAGitGat
3a1a4bfeb0
Update Tdarr_Plugin_075a_FFMPEG_HEVC_Generic.js
6 years ago
HaveAGitGat
cc1eb93838
tag change
6 years ago
HaveAGitGat
8ac2e2f165
Update Tdarr_Plugin_z18s_rename_files_based_on_codec.js
6 years ago
controlol
3d71c47c55
Tags
6 years ago
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.
6 years ago
controlol
e208cb8266
Tags
6 years ago
controlol
f86d8c98fe
Update Tdarr_Plugin_e5c3_CnT_Keep_Preferred_Audio.js
6 years ago
HaveAGitGat
607df7fa63
Clear up tags
6 years ago
HaveAGitGat
99d9584699
tags
6 years ago
HaveAGitGat
180a662ba7
Merge branch 'master' of https://github.com/HaveAGitGat/Tdarr_Plugins
6 years ago
HaveAGitGat
8530618402
tags
6 years ago
Jack Dallas
a45de61b72
Initial Commit of Generic FFmpeg preset plugin h264/mp4
6 years ago
HaveAGitGat
3d152f9d63
Merge pull request #44 from Migz93/master
...
Migz Plugin: Bug Fix
6 years ago
HaveAGitGat
7d5ded7600
Remove bug tag
6 years ago
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.
6 years ago
HaveAGitGat
c5a1ee55a9
Update Tdarr_Plugin_a9hd_FFMPEG_Transcode_Specific_Audio_Stream_Codecs.js
6 years ago
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.
6 years ago
Migz93
ae9f51731d
Migz Plugin:
...
Change plugin to work via bitrate related targets instead of filesize related target.
6 years ago
Migz93
ca6f11480e
Migz Plugins: Name
...
Cleanup to names of a few files to remove "."
6 years ago
Migz93
967b973313
Migz Plugins Description
...
Update to the CleanAudio & CleanSubs plugins to make the description clearer.
6 years ago
HaveAGitGat
5268eaad90
New
6 years ago
HaveAGitGat
8a89d6f330
Formatting
6 years ago
HaveAGitGat
0966dff557
Formatting
6 years ago
HaveAGitGat
e41b457e20
Codec examples
6 years ago
HaveAGitGat
93b7f3de95
Merge pull request #40 from Migz93/master
...
Migz Plugin Additions
6 years ago
HaveAGitGat
0d14fd3c06
New
6 years ago
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.
6 years ago
HaveAGitGat
1620b32fc2
New
6 years ago
HaveAGitGat
fc343a8c97
Example update
6 years ago
controlol
207ef9d422
updated link
6 years ago
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.
6 years ago
controlol
73a1ee0704
Updated link
6 years ago
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)
6 years ago
controlol
52f50ffc2c
Stage: "Pre-processing" added
6 years ago
controlol
baa6d2fd5c
Stage: "Pre-processing" added
6 years ago
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.
6 years ago
controlol
1abb17d809
forgot .js extension
6 years ago
controlol
3286e34d87
Update Tdarr_Plugin_e5c3_CnT_Keep_Preferred_Audio
6 years ago
controlol
f61b225095
Update Tdarr_Plugin_e5c3_CnT_Keep_Preferred_Audio
6 years ago
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.
6 years ago
HaveAGitGat
407a778f75
BUG update
6 years ago
HaveAGitGat
f1063c15f1
Merge branch 'master' of https://github.com/HaveAGitGat/Tdarr_Plugins
6 years ago
HaveAGitGat
4168f0bc1a
Stage: "Pre-processing" added
6 years ago
HaveAGitGat
55c35650b8
Moved package import location
6 years ago
HaveAGitGat
e56addc202
Merge pull request #35 from JackDallas/fix-therealshadoh-subs
...
Fix remaining TheRealShadoh plugins
6 years ago
Jack Dallas
d636c967a2
Fix remaining TheRealShadoh plugins
6 years ago
HaveAGitGat
efd9dcaded
Update Tdarr_Plugin_b38x_Nosirus_h265_aac_no_meta.js
6 years ago
HaveAGitGat
246038129f
Merge pull request #34 from JackDallas/fix-therealshadoh-subs
...
Fix subs re-queue bug in therealshadoh plugins
6 years ago
Jack Dallas
9cd46d89c6
Only convert mp4 incompatible subs
6 years ago
Jack Dallas
c0278f93a1
Add missing return
6 years ago
HaveAGitGat
af5aa9cc26
Update Tdarr_Plugin_z0ab_TheRealShadoh_FFmpeg_Subs_H264_Medium.js
6 years ago
HaveAGitGat
35fa4a1bbe
Update Tdarr_Plugin_z1ab_TheRealShadoh_FFmpeg_Subs_H264_Fast.js
6 years ago
HaveAGitGat
61746191bc
Update Tdarr_Plugin_z2ab_TheRealShadoh_FFmpeg_Subs_H264_Slow.js
6 years ago
HaveAGitGat
6e7f8e5717
Update Tdarr_Plugin_z3ab_TheRealShadoh_FFmpeg_Subs_H264_VeryFast.js
6 years ago
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.
6 years ago
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.
6 years ago
HaveAGitGat
f41d245c0f
Bug fix
6 years ago
Jack Dallas
c07d07cab9
Fix id's of TheRealShadoh plugins
6 years ago
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.
6 years ago
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.
6 years ago
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.
6 years ago
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
6 years ago
robejo9
5b9409bf53
Bitrate Modifer of Null added
...
Created modifier for null value to avoid 0 input for bitrate target.
6 years ago
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)
6 years ago
robejo9
6750ff2764
4KUHD Support
...
Added Support for 4KUHD.
Updated Description with 4KUHD
Bitrate for 4k UHD set at 14000k and max of 20000k
6 years ago
robejo9
2ce15344dc
map 0 error
...
fixed map 0 on 1080p
6 years ago
HaveAGitGat
f42bfa5826
Update Tdarr_Plugin_a8hc_HaveAGitGat_HandBrake_H264_VeryFast1080p30.js
6 years ago
HaveAGitGat
7c3136c36e
Update Tdarr_Plugin_a9hc_HaveAGitGat_HandBrake_H264_Fast1080p30.js
6 years ago
robejo9
a378ce5aef
Final Update of the Day
...
Update to Layout to remove Redundancy (Thanks to Control)
Update bitrate set for different resolutions.
6 years ago
robejo9
1c6fc473bf
Update Tdarr_Plugin_d5d3_iiDrakeii_FFMPEG_NVENC_Tiered_MKV.js
...
added Spatial AQ
6 years ago
robejo9
ffdcd84c4f
Increase Video Quality
...
Updates to increase Video Quality.
6 years ago
HaveAGitGat
06a7302b42
Update Tdarr_Plugin_d5d3_iiDrakeii_FFMPEG_NVENC_Tiered_MKV.js
6 years ago
HaveAGitGat
02a52bf821
Link
6 years ago
HaveAGitGat
f143dd6405
New
6 years ago
HaveAGitGat
ad08c92bb2
Merge pull request #8 from TheRealShadoh/master
...
h264, aac, mp4, keeping subs (anime)
6 years ago
HaveAGitGat
0b1f06120b
Link
6 years ago
HaveAGitGat
8944ccfef6
Merge branch 'master' of https://github.com/HaveAGitGat/Tdarr_Plugins
6 years ago
HaveAGitGat
f7a0afa7d5
New plugin
6 years ago
HaveAGitGat
52a844f2f9
Update Tdarr_Plugin_d5d3_iiDrakeii_FFMPEG_NVENC_Tiered_MKV.js
6 years ago
HaveAGitGat
43e070bbea
Update Tdarr_Plugin_d5d3_iiDrakeii_FFMPEG_NVENC_Tiered_MKV.js
6 years ago
HaveAGitGat
7930539b3f
Tidy name
6 years ago
HaveAGitGat
e7b4c2285a
update
6 years ago
HaveAGitGat
428005627a
Update Tdarr_Plugin_d5d3_iiDrakeii_FFMPEG_NVENC_Tiered_MKV.js
6 years ago
HaveAGitGat
98ef5a045e
Update Tdarr_Plugin_d5d3_iiDrakeii_FFMPEG_NVENC_Tiered_MKV.js
6 years ago
HaveAGitGat
1733426b9c
Update Tdarr_Plugin_d5d3_iiDrakeii_FFMPEG_NVENC_Tiered_MKV.js
6 years ago
HaveAGitGat
253ea45340
1.01
6 years ago
HaveAGitGat
f4f67131da
Link
6 years ago
HaveAGitGat
7a1be0a109
New
6 years ago
Christian Crill
629a886312
Remvoed "" from undefined in logic
6 years ago
Christian Crill
2dd8b95828
Names
6 years ago
Christian Crill
b21f1f4fc4
Names
6 years ago
Christian Crill
528cac935a
Names
6 years ago
Christian Crill
606ca243b3
Created slow,fast,veryfast
...
Updated names to reflect Subs being kept
6 years ago
Christian Crill
ca27502031
Updated details
6 years ago
Christian Crill
bf36969596
No longer aiming for keeping Eng subs...
...
Initial upload
6 years ago
TheRealShadoh
f5778d88e8
Create Tdarr_Plugin_z0ab_TheRealShadoh_HandBrake_H264_Fast1080p30_EngSubs.js
6 years ago
HaveAGitGat
6f33bb837b
[Contains built-in filter] desc
6 years ago
HaveAGitGat
557e26d27f
Link
6 years ago
HaveAGitGat
1a39c64447
New
6 years ago
HaveAGitGat
f2fe40951b
Link
6 years ago
HaveAGitGat
1cba519072
New
6 years ago
HaveAGitGat
6ed6fa5a2a
Link
6 years ago
HaveAGitGat
9b9a34c9b1
New
6 years ago
HaveAGitGat
503267d918
Update Tdarr_Plugin_x7ab_Remove_Subs.js
6 years ago
HaveAGitGat
c32dc46f1f
Remove redundant mapping
6 years ago
HaveAGitGat
cc2fc0c425
No subs
6 years ago
HaveAGitGat
335d2ecd94
strict
6 years ago
HaveAGitGat
9f671353ce
version
6 years ago
HaveAGitGat
683031e258
Update Tdarr_Plugin_hk75_Drawmonster_MP4_AAC_No_Subs_No_metaTitle.js
6 years ago
HaveAGitGat
46c07a5b44
map update
6 years ago
HaveAGitGat
d4ba864d5d
map update
6 years ago
HaveAGitGat
c3539d7b25
map update
6 years ago
HaveAGitGat
2c7c85d28d
Map correction and link update
6 years ago
HaveAGitGat
ecb96676bc
Correct map
6 years ago
HaveAGitGat
7642cfe6ed
Should be keeping subs
6 years ago
HaveAGitGat
df7a2d1f7c
Desc
6 years ago
HaveAGitGat
584b56c75e
New
6 years ago
HaveAGitGat
53c3c5c799
Update
6 years ago
HaveAGitGat
b04bfdb085
Remux first
6 years ago
HaveAGitGat
0e4baf4a6b
Bug fix
6 years ago
HaveAGitGat
87cbf5c5c5
Check for eng stream in aac
6 years ago
HaveAGitGat
118b0df5d2
syntax fix
6 years ago
HaveAGitGat
2d030e972c
New
6 years ago
HaveAGitGat
b65fe9ee0c
Correctly detect eng language track
6 years ago
HaveAGitGat
ea04a722cc
New
6 years ago
HaveAGitGat
d74dd559a1
New
6 years ago
HaveAGitGat
00571b1c3c
ASS sub remove fix
6 years ago
HaveAGitGat
b8a223eaec
Remove ASS sub bug fix
6 years ago
HaveAGitGat
0dfd5be2d2
Remove bug tag
6 years ago
HaveAGitGat
b6fdb083bc
Formatting update
6 years ago
HaveAGitGat
d055e4bdd9
Remove commentary
6 years ago
HaveAGitGat
15faecf1ff
Info update
6 years ago
HaveAGitGat
459943b6d7
version bump
6 years ago
HaveAGitGat
c99676ec76
commentary fix
6 years ago
HaveAGitGat
83761ee127
nvenc
6 years ago
HaveAGitGat
beb01e7606
New
6 years ago
HaveAGitGat
8b49580566
Merge branch 'master' of https://github.com/HaveAGitGat/Tdarr_Plugins
6 years ago
HaveAGitGat
e94aba691b
Remove sub bug fix
...
ASS subs were not being removed
6 years ago
HaveAGitGat
1d914209f4
‘reQueueAfter’ set to true
...
All plugins should requeue the file afterwards in case a plugin stack is being used. I’ll update the plugin tutorial/documentation on Monday to reflect this.
6 years ago
Luis Garcia
fabb137f34
Adjust formatting
...
Signed-off-by: Luis Garcia <luigi311.lg@gmail.com>
6 years ago
Luis Garcia
c7e00f5b5d
Upload initial version for Reorder_Streams
...
Signed-off-by: Luis Garcia <luigi311.lg@gmail.com>
6 years ago
HaveAGitGat
0a63d07562
Preset fix
6 years ago
HaveAGitGat
044f97e161
Res fix
6 years ago
HaveAGitGat
dc1abd4205
Link fix
6 years ago
HaveAGitGat
10fa803365
New plugins
6 years ago
HaveAGitGat
c2207cccef
Fix for sub bug (remux first)
6 years ago
HaveAGitGat
d92cd237b9
Clarification
6 years ago
HaveAGitGat
87de29ab8b
Link + correction
6 years ago
HaveAGitGat
c4c28a44f8
New
6 years ago
HaveAGitGat
a55f464bc0
New
6 years ago
HaveAGitGat
9753da3143
updates
6 years ago
HaveAGitGat
78e9a9fe37
Update
6 years ago
HaveAGitGat
f6b9a1143a
Formatting update
6 years ago
HaveAGitGat
58f2b56e4a
Add files via upload
6 years ago
HaveAGitGat
1da9bfb489
Update Tdarr_Plugin_fd5T_Sparticus_4K_AC3_No_Subs.js
6 years ago
HaveAGitGat
059b9c3de2
Add files via upload
6 years ago
HaveAGitGat
6da205dfba
Update Tdarr_Plugin_s7x8_winsome_h265.js
6 years ago
HaveAGitGat
87b780e406
Update Tdarr_Plugin_s7x8_winsome_h265.js
6 years ago
HaveAGitGat
8a788d1105
Add files via upload
6 years ago
HaveAGitGat
6467644238
Remove subs
6 years ago
HaveAGitGat
4fa308b080
dupe
6 years ago
HaveAGitGat
431d33aa92
Title plugin
6 years ago
HaveAGitGat
8283367b25
Update Tdarr_Plugin_hk75_Drawmonster_MP4_AAC_No_Subs_No_metaTitle.js
6 years ago
HaveAGitGat
775adfc2e4
make sure in mp4
6 years ago
HaveAGitGat
448110195b
Audio bug
6 years ago
HaveAGitGat
92bc54154a
5.1 channel max
6 years ago
HaveAGitGat
99ae710c70
New plugin
6 years ago
HaveAGitGat
a3730d68dc
Catch all subs
6 years ago
HaveAGitGat
77c9711bfd
Catch correction
6 years ago
HaveAGitGat
c41b441409
Bug fix (did not catch all commentaries and subs)
6 years ago
HaveAGitGat
89ad78d78d
192kbit
6 years ago
HaveAGitGat
aed977d5b9
Update Tdarr_Plugin_fd5T_Sparticus_4K_AC3_No_Subs.js
6 years ago
HaveAGitGat
c4089c266a
Sparticus
6 years ago
HaveAGitGat
0db298f818
aac stereo
6 years ago
HaveAGitGat
821a589e9a
Bug fix (map aac correctly)
6 years ago
HaveAGitGat
a37667f0cb
formatting
6 years ago
HaveAGitGat
5edc268034
Update Tdarr_Plugin_hk75_Drawmonster_MP4_AAC_No_Subs_No_metaTitle.js
6 years ago
HaveAGitGat
20cdd146af
update
6 years ago
HaveAGitGat
ae0d31ffef
update
6 years ago
HaveAGitGat
fcbd17c5f4
link update
6 years ago
HaveAGitGat
9b0e10d62d
init
6 years ago