dependabot[bot]
9d1c47d0d2
Bump path-parse from 1.0.6 to 1.0.7
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
HaveAGitGat
bcacccf0ee
Merge pull request #149 from supersnellehenk/feature/henk_native_audio
...
Create Tdarr_Plugin_henk_Keep_Native_Lang_Plus_Eng
4 years ago
HaveAGitGat
62b9fc1dc0
Merge pull request #157 from 17hoehbr/master
...
#156
4 years ago
HaveAGitGat
8ad8bfe4b4
Merge pull request #166 from vodkapmp/patch-5
...
Update Tdarr_Plugin_vdka_Tiered_NVENC_CQV_BASED_CONFIGURABLE.js
4 years ago
HaveAGitGat
6c4bce748d
Merge pull request #167 from desertblade/master
...
Fixing Typo in Log Message for AC3 Plugin
4 years ago
HaveAGitGat
bff9727496
Merge pull request #153 from zachg99/master
...
Fixed a typo causing NaN bitrates
4 years ago
Ben Williams
4d7b60e6c9
Fixing Typo in Log Message
...
If the audio is AC3 the log says "ll surround audio streams are in aac! " which is wrong, and confuses me when looking at log.
Updated to show correct info.
4 years ago
vodkapmp
d0222d9584
Update Tdarr_Plugin_vdka_Tiered_NVENC_CQV_BASED_CONFIGURABLE.js
...
Removing 10bit. I've become a better person and realized this is just uneccesary.
4 years ago
GiantDwarf
804804b345
fixed 7.1 bug
...
Since FFMPEG does not support converting 7.1 to AC3 the plugin was previously downmixing 7.1 audio to 5.1. Since I'm also running Tdarr_Plugin_MC93_Migz5ConvertAudio to downmix tracks anyway, this caused me to end up with duplicate 5.1 tracks in all of my videos. This update does not fix the fundamental issue of ffmpeg not converting 7.1 to AC3, instead it just makes the plugin ignore 7.1 streams entirely. Combined with Tdarr_Plugin_MC93_Migz5ConvertAudio, this should allow users to have stereo and 5.1 audio streams encoded in AC3 while keeping the original 7.1 stream if it exist.
5 years ago
Zach Gelnett
daf8970bd9
Fixed a typo (missing space) causing the script to not read the video
...
and audio bitrate for some files resulting in a larger file after
processing.
5 years ago
Rick Meijer
7d6157da31
Fix for missing language tag
5 years ago
Rick Meijer
cac1c91bc2
ESLintify
5 years ago
HaveAGitGat
69afe2c442
Merge pull request #147 from zachg99/master
...
Updating Plugin to use file object
5 years ago
Zach Gelnett
c601495c55
Trying to fix this lint fun!!
5 years ago
Zach Gelnett
f9264cb44c
Updated to hopefully pass the lint check.
5 years ago
Zach Gelnett
2fce8abb1a
Merge branch 'master' into JB69Plugin
5 years ago
Zach Gelnett
114c574716
Modified the plugins to use the built in file object rather than
...
creating their own mediainfo and ffprobe objects.
5 years ago
HaveAGitGat
a3ce1cf21b
Merge branch 'master' of https://github.com/HaveAGitGat/Tdarr_Plugins
5 years ago
Zach Gelnett
990c654361
Merge pull request #1 from HaveAGitGat/master
...
Updating fork with latest
5 years ago
HaveAGitGat
9773a0f685
Merge pull request #139 from erichter2018/patch-1
...
Create Tdarr_Plugin_ER01_Transcode audio and video with HW (PC and Mac)
5 years ago
HaveAGitGat
d1fba8ac63
Fully lint plugin
5 years ago
HaveAGitGat
64168fadc5
Remove testing tag
5 years ago
HaveAGitGat
1c07f52409
Merge pull request #138 from josh-gaby/master
...
MPEG4 HW Transcoding
5 years ago
erichter2018
1d81981f5a
Create Tdarr_Plugin_ER01_Transcode audio and video with HW (PC and Mac)
...
Files not in H265 will be transcoded into H265 using hw with ffmpeg, assuming mkv container. Plugin uses QS if the node runs on a PC, or Videotoolbox if run on a Mac. Much thanks to Migz for bulk of the important code. Quality is controlled via bitrate adjustments - H264 to H265 assumes 0.5x bitrate. Resolution change from 1080p to 720p assumes 0.7x bitrate. Audio conversion is either 2 channel ac3 or 6 channel ac3, for maximal compatibility and small file size. All subtitles removed. The idea is to homogenize your collection to 1080p or higher movies with 5.1 audio, or 720p TV shows with 2.0 audio.`,
5 years ago
Josh
597ca7841c
MPEG4 HW Transcoding
...
Enable HW transcoding of mpeg4 when using NVENC
5 years ago
HaveAGitGat
65a46948c6
Merge pull request #132 from caiusseverus/patch-1
...
Bugfix: missing hyphen
5 years ago
HaveAGitGat
5f524dc930
Fix age filter
5 years ago
caiusseverus
2d15e9f7dd
Bugfix: missing hyphen
...
Missing hyphen in preset for mjpeg decoding line 275.
5 years ago
HaveAGitGat
9dd23003e2
Merge pull request #131 from supersnellehenk/master
...
Fixes #129
5 years ago
Rick Meijer
bb0f81625b
Add trailing ? for subtitles
5 years ago
Rick Meijer
19c75f9972
Undo my changes to drpeppershaker plugin
5 years ago
Rick Meijer
89f2aa3bf1
Merge branch 'feature/fix_henk_asac'
5 years ago
Rick Meijer
829ee54150
Fixes #129 + gitignore IDE files
5 years ago
Rick Meijer
87f5089288
Auto stash before merge of "master" and "HaveAGitGat/master"
5 years ago
Rick Meijer
c9f3b44efd
Merge remote-tracking branch 'HaveAGitGat/master'
5 years ago
HaveAGitGat
bbf9210139
Output subs file to original folder
5 years ago
HaveAGitGat
c0106cdf7b
Update to jpn (iso)
5 years ago
HaveAGitGat
f479522456
Update Tdarr_Plugin_bbbb_Filter_Example.js
5 years ago
HaveAGitGat
9e1e732fcd
Update Tdarr_Plugin_bbbb_Filter_Example.js
5 years ago
HaveAGitGat
901322d645
Update Tdarr_Plugin_bbbb_Filter_Example.js
5 years ago
HaveAGitGat
38fd374473
update gitignore
5 years ago
HaveAGitGat
cf745dc6aa
Add example filter plugin
5 years ago
HaveAGitGat
8f8ce5677b
Add filter example plugin
5 years ago
Rick Meijer
743f92264a
Merge remote-tracking branch 'HaveAGitGat/master'
5 years ago
HaveAGitGat
330dc5b2ea
Add -max_muxing_queue_size 999
5 years ago
HaveAGitGat
d36ce1990b
Add import-fresh modules
5 years ago
HaveAGitGat
3f616d4406
Check for extra empties
5 years ago
HaveAGitGat
98bd5a115f
fix loop bug
5 years ago
HaveAGitGat
b79f45db6b
v2 Dependencies addition
5 years ago
HaveAGitGat
13b0ec0221
Add external dependencies
5 years ago