HaveAGitGat
27804bd930
Merge pull request #69 from Migz93/master
...
Migz FFMPEG Plugins
6 years ago
Migz93
91a974824c
Migz FFMPEG Plugins
...
1) Set bufsize at a variable level dependant on bitrate. (Thanks winsome)
2) Add variable to enable transcoding files to 10bit if preferred.
3) Added two options to GPU transcode plugin after extensive testing/research with different options.
*-cq:v 19
*-rc-lookahead:v 32
4) Modify bitrate cutoff check to completely skip file if below cutoff, rather then check if it should be remuxed.
5) Tidy up some wording.
6 years ago
HaveAGitGat
0549e0c3f6
Name clarification and link
6 years ago
HaveAGitGat
908c212e19
Update Tdarr_Plugin_MC93_Migz1FFMPEG.js
6 years ago
HaveAGitGat
4edbbe5367
Update Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js
6 years ago
HaveAGitGat
a2440e9467
Merge pull request #68 from Migz93/master
...
Update: All Migz Plugins
6 years ago
Migz93
20fe6461a1
Update: All Migz Plugins
...
1) Ran all plugins through javascript formatter to make them look nicer/ have correct javascript formatting.
2) Added comments to all plugins.
3) Modified all plugins that have checks for inputs to check for existance of inputs itself.
4) Modify 5ConvertAudio so that you can just put "true" in a single input, rather then having to put false in the opposing one. If only 1 action is wanted.
5) Fix for 3CleanAudio & 4CleanSubs where if language meta was completely missing then plugins would not set it to the specified tag language.
6) Correct 4CleanSubs input title of "tag_title" to "tag_language"
6 years ago
HaveAGitGat
3e4b2c7126
Info log channel typo
6 years ago
HaveAGitGat
1185306141
Bitrate based plugin
6 years ago
HaveAGitGat
da12371012
Merge pull request #67 from rbraunschweig/patch-1
...
Migz2CleanTitle: Map all streams to output
6 years ago
rbraunschweig
809d0a1b55
Map all streams to output
6 years ago
HaveAGitGat
d49125158a
Link
6 years ago
HaveAGitGat
0ae864b592
Merge pull request #66 from SpencerReiter/master
...
Added community plugin to set a default audio stream
6 years ago
HaveAGitGat
47069a71f6
Update Tdarr_Plugin_c0r1_SetDefaultAudioStream.js
6 years ago
HaveAGitGat
37bef2eec8
Update Tdarr_Plugin_c0r1_SetDefaultAudioStream.js
6 years ago
Spencer Reiter
b3abeb20f1
Added community plugin to set a default audio stream
6 years ago
HaveAGitGat
77a7c3f220
Merge pull request #65 from controlol/master
...
fix errors that came with the version of 4/4/2020
6 years ago
controlol
903dd31575
this should fix all errors
6 years ago
controlol
fd1cc52193
fix couldn't find property language of undefined
6 years ago
controlol
8532d762f0
Merge pull request #1 from HaveAGitGat/master
...
update master
6 years ago
HaveAGitGat
05cd284ee0
Merge pull request #64 from controlol/patch-6
...
Create Tdarr_Plugin_e5c3_CnT_Remove_Letterbox.js
6 years ago
HaveAGitGat
1e67bd74c1
Move variable outside of string
6 years ago
HaveAGitGat
9af181680d
tags
6 years ago
controlol
bd60ba8709
Create Tdarr_Plugin_e5c3_CnT_Remove_Letterbox.js
...
Uses iiDrakeii's filter, and crops video files when letterboxing is detected.\nThis uses the FFMPEG NVENC transcoding(hw).\nIf a file is 4K it will be scaled down to 1080p.\nNow with user definable bitrates!(since 1.104 beta)\nCreated by @control#0405
6 years ago
HaveAGitGat
6a21944b4a
Merge pull request #39 from controlol/patch-5
...
Patch
6 years ago
controlol
cf6968aa26
Merge branch 'master' into patch-5
6 years ago
controlol
bc8b9474dd
Fixed link
6 years ago
controlol
4c5bf97dd8
Latest updates to Keep_Preferred_Audio
6 years ago
controlol
333ade3cad
Latest updates to add subtitles
6 years ago
controlol
773a6c12fc
Delete auto_crop script
6 years ago
HaveAGitGat
282fcf59bd
Merge pull request #62 from Migz93/master
...
Update: MigzPlex_Autoscan
6 years ago
Migz93
be6c28b0ba
Update: MigzPlex_Autoscan
...
Add plugin to notify plex_autoscan to scan file.
6 years ago
HaveAGitGat
e2cc0aaa7f
FFmpeg path change
6 years ago
HaveAGitGat
f21157f41c
Merge pull request #60 from Migz93/master
...
Update: MJPEG Plugins
6 years ago
HaveAGitGat
abd6e133e6
Merge pull request #61 from miasmaejuices/patch-2
...
Subtitle Fix
6 years ago
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.
`
6 years ago
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.
6 years ago
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.
6 years ago
HaveAGitGat
74c5b19251
Merge pull request #59 from Migz93/master
...
Update: MigzPlugins
6 years ago
Migz93
b22c576c84
Update: MigzPlugins
...
Updated all plugins to include "-max_muxing_queue_size 4096"
6 years ago
HaveAGitGat
86835f6682
Update transcodeKeepOneAudioStream.js
6 years ago
HaveAGitGat
c0a62ac3c8
Merge pull request #58 from Migz93/master
...
Update: MigzPlguin
6 years ago
Migz93
37246dd506
Update: MigzPlguin
...
Update to Migz1FFMPEG plugins to deal with mjpeg streams. Detect and drop from being mapped.
6 years ago
HaveAGitGat
2c5a5f4e20
Merge pull request #57 from Migz93/master
...
Update: Migz2CleanTitle
6 years ago
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.
6 years ago
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
HaveAGitGat
131406f364
Merge pull request #56 from Migz93/master
...
Update: Migz Plugins
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
HaveAGitGat
1dc78156ac
Merge pull request #55 from Aerion/fix-b39x-the1poet-surround-sound-to-ac3-index
...
Fix #54
6 years ago