Commit graph

270 commits

Author SHA1 Message Date
HaveAGitGat
d194a53263 Add -max_muxing_queue_size 9999
Prevent 'too many unbuffered packets'
2020-08-08 01:49:54 +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
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
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
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
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
Migz93
0066d4497c Migz Plugins
Set reQueueAfter back to true after explanation from GitGAt
2020-05-25 01:22:09 +01:00
Migz93
029224f862 Migz Plugins
Updated mkv data check from "" to `` for consistency.
2020-05-23 12:25:26 +01:00
Migz93
2836112150 Migz Plugins
Correct typo in CleanSubs plugin. Thanks zzeneg for spotting this.
2020-05-23 12:23:44 +01:00
Migz93
8f123d18a2 Migz Plugins
Change both ffmpeg plugins reQueueAfter to false. These plugins should not need to be requeued and worked on again.

Move mkv data stream check to after extraArguments var creation so that it works as intended.
2020-05-23 12:19:57 +01:00
David Ambler
a21852d233 QSV Mpeg4 fix
- Fall back to software transcode when video is mpeg4.
- Check for stream tags before trying to access them.
2020-05-22 21:49:43 +01:00
JarBinks
f43afc56b1
Create Tdarr_Plugin_JB69_JBHEVCQSZ_PostFix.js 2020-05-22 15:32:08 -04:00
JarBinks
7d0a34af14
Create Tdarr_Plugin_JB69_JBHEVCQSV_MinimalFile.js 2020-05-22 15:31:16 -04:00
David Ambler
4308c596ea Add Tdarr_Plugin_drdd_standardise_all_in_one 2020-05-22 18:57:39 +01:00
HaveAGitGat
f5c0df216c
Update Tdarr_Plugin_075a_FFMPEG_HEVC_Generic.js 2020-05-16 05:50:36 +01:00
HaveAGitGat
25aa43b773 muxing queue size 2020-05-15 20:01:36 +01:00
HaveAGitGat
26edb3e771 tidy 2020-05-15 01:34:05 +01:00
HaveAGitGat
9c8ac98728 tidy 2020-05-15 01:26:35 +01:00
HaveAGitGat
e1ff493d7b Tidy 2020-05-15 01:13:19 +01:00
Migz93
34ce463fc8 Migz PLugin
Remove leftover "response.infoLog += `first`" from previous debugging.
2020-05-08 21:17:43 +01:00
Migz93
1a7d1cafc9 Migz Plugins Fix
Both plugins checked for the existance of file.ffProbeData.streams[i].tags.language. But when .tags is completely missing then it would fail.
Modified plugins to check for .tags before then checking for .language
2020-05-08 21:16:19 +01:00
HaveAGitGat
673a677e26 Loop bug with some files 2020-05-06 21:56:48 +01:00
HaveAGitGat
e2c9e83b57 Merge branch 'master' of https://github.com/HaveAGitGat/Tdarr_Plugins 2020-05-05 13:59:17 +01:00
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.
2020-04-23 10:41:23 +01:00
HaveAGitGat
0549e0c3f6 Name clarification and link 2020-04-21 21:38:49 +01:00
HaveAGitGat
908c212e19
Update Tdarr_Plugin_MC93_Migz1FFMPEG.js 2020-04-20 12:46:49 +01:00
HaveAGitGat
4edbbe5367
Update Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js 2020-04-20 12:45:41 +01:00
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"
2020-04-19 20:31:35 +01:00
HaveAGitGat
3e4b2c7126
Info log channel typo 2020-04-15 13:09:07 +01:00
HaveAGitGat
1185306141 Bitrate based plugin 2020-04-14 20:01:54 +01:00
rbraunschweig
809d0a1b55
Map all streams to output 2020-04-12 23:14:25 +02:00
HaveAGitGat
d49125158a
Link 2020-04-12 08:59:08 +01:00