Boosh1
eb92f001be
Updated new description & tests
...
Description updated since mkvpropedit is gone
Tests updated for recent changes
2024-01-10 19:51:29 +00:00
Boosh1
c7c47a16b0
Updated with better hw control
...
- Removed mkvpropedit remux behaviour - No longer seems to be needed (It's upto the user to have the mkvpropedit option enabled on Tdarr side)
- Corrected parts of the ffmpeg cmd to define the output format based on container
- Updated win32 hwaccel cmd to use a more correct type
- Enabled hwupload & hwupload frames
2024-01-09 23:27:15 +00:00
Boosh1
9494a2fcad
Added new tests & also fixed up a few issues
...
- Added check to ensure video bitrate is actually a number
- Updated QSV decoders since VC1 & VP8 aren't supported on latest hardware (according to wikipedia...) & AV1 added
- Added new video codec check which enables protection for 10 bit encoding, basically trying to encode from something like mpeg4 into 10bit could cause issues
2024-01-02 20:48:41 +00:00
HaveAGitGat
09ae5a58e4
Fix lint errors regarding unused vars
2023-11-15 17:51:32 +00:00
Alexander Gomez
5ac1b62dbe
fix( #277 ): Update Tdarr_Plugin_sdd3_Remove_Commentary_Tracks.js
2023-11-03 03:51:21 -04:00
Zach Gelnett
b525d14a99
Working on updating the tests and cleaning up any formatting issues
2023-10-23 18:46:34 -04:00
Zach Gelnett
888dd94724
Adding tests for the plugin
2023-10-23 18:34:55 -04:00
Zach Gelnett
bf723c032a
Fixed issue with video files missing language tag on audio track so it
...
assumes the audio track is a desired audio track. Changed default
target framerate to 30 to prevent issues with videos that have a
framerate of 29.97.
2023-10-11 18:38:14 -04:00
HaveAGitGat
9be9a36511
Merge pull request #506 from HaveAGitGat/add_notify
...
Use ctimeMs
2023-10-11 08:43:55 +01:00
HaveAGitGat
35f3976d6c
Use ctimeMs
2023-10-11 08:41:09 +01:00
Boosh1
3ac61410a0
Update Tdarr_Plugin_bsh1_Boosh_FFMPEG_QSV_HEVC.js
...
New fix for HW decode. H264 High10 is the problem. Enable SW decode for that and normal HW decode on the rest.
2023-10-10 21:19:43 +01:00
Boosh1
95ec657cfd
Update Tdarr_Plugin_bsh1_Boosh_FFMPEG_QSV_HEVC.js
...
Fixed up an issue with HW decoding. If the -hwaccel qsv is set then ffmpeg seems to automatically enable hw decoding even when we don't want it. There's been several reports of issues with certain files & I think this is the cause. I've tested and that appears to resolve the transcode error
2023-10-07 18:55:45 +01:00
HaveAGitGat
40d768ceb2
Merge pull request #425 from schadis/master
...
Plugin for File Renaming
2023-09-25 08:56:57 +01:00
HaveAGitGat
bc400d9a3f
Rename plugin
2023-09-25 08:53:10 +01:00
HaveAGitGat
3b215069a5
Fix checkPlugin issues
2023-09-25 08:49:52 +01:00
HaveAGitGat
beee66a7c3
Revert "Fix checkPlugins issues"
...
This reverts commit 36b3223957 .
2023-09-25 08:49:33 +01:00
HaveAGitGat
36b3223957
Fix checkPlugins issues
2023-09-25 08:35:04 +01:00
HaveAGitGat
cbbae8e67a
Fix lint errors
2023-09-25 08:28:37 +01:00
HaveAGitGat
73482c5a10
Run lint fix
2023-09-25 08:25:25 +01:00
HaveAGitGat
77ac9c2d74
Merge pull request #435 from jshessen/master
...
Extend genpts matches to include mpg|mpeg
2023-09-25 08:15:07 +01:00
HaveAGitGat
2a76f29f81
Fix lint length error
2023-09-25 08:10:35 +01:00
HaveAGitGat
99ad5b3fd5
Merge pull request #469 from AbeKline/patch-1
...
Update wording for description of upper bound of New_file_size_check
2023-09-25 07:53:03 +01:00
HaveAGitGat
ef8714ffd6
Merge pull request #470 from jsclayton/fix-ffmpeg6-10bit
...
Use filtergraph to specify 10-bit pixel format
2023-09-25 07:51:45 +01:00
HaveAGitGat
5158943290
Handle error
2023-09-25 07:10:50 +01:00
HaveAGitGat
f3937b9f0c
Update Tdarr_Plugin_z80t_keep_original_date so works on windows
2023-09-25 07:08:41 +01:00
HaveAGitGat
cfd357d0ef
Use mtimeMs
2023-09-25 06:36:59 +01:00
HaveAGitGat
a734d75c4b
Fix lint error
2023-09-25 06:13:58 +01:00
HaveAGitGat
c32146a0c7
Use otherArguments.originalLibraryFile instead of network req
2023-09-25 06:12:12 +01:00
John Clayton
6329f43625
Use filtergraph to specify 10-bit pixel format
2023-09-17 10:30:20 -06:00
Abe Kline
da7e8e36e8
Update wording for description of upper bound of New_file_size_check
...
The wording was unclear and ambiguous for Upper Bound. Updated to clarify while mirroring style of Lower Bound
2023-09-15 17:12:43 -05:00
Jeff Hessenflow
3b9502e655
Extend genpts matches to include mpg|mpeg
...
Extend match to include additional container extensions.
2023-08-25 09:55:10 -05:00
HaveAGitGat
f53b29efd4
Update ts lint rules
2023-08-20 17:25:04 +01:00
HaveAGitGat
fbaeff658b
Merge pull request #431 from HaveAGitGat/transcode_plugin
...
Update hevc_vaapi test
2023-08-08 08:45:10 +01:00
HaveAGitGat
b6c51808cb
Update hevc_vaapi test
2023-08-08 08:44:10 +01:00
HaveAGitGat
a7b4de1152
Merge pull request #423 from HaveAGitGat/transcode_plugin
...
Create Tdarr_Plugin_00td_action_transcode.js
2023-08-08 07:25:49 +01:00
HaveAGitGat
735947ee04
Set gpu device
2023-08-08 07:18:24 +01:00
HaveAGitGat
9fc79d891c
Merge pull request #430 from StickieBE/master
...
Fix issue with Smoove h264 NVENC plugin.
2023-08-08 05:39:36 +01:00
HaveAGitGat
7c92b2236e
Fix inputUI
2023-08-08 05:27:15 +01:00
HaveAGitGat
2f10ece96e
Add dropdowns to plugin and update tests
2023-08-08 05:23:57 +01:00
Stickie
fe18f31eaf
Removed -tune argument breaking functionality.
2023-08-06 02:54:36 +02:00
Stickie
9408e59ce4
Update Tdarr_Plugin_SV6x_Smoove1FFMPEG_NVENC_H264.js
...
Fixes issue with `undefined` being added to the ffmpeg args.
> ffmpeg.exe undefined -i
Affected other users too, see [discord discussion here](https://discord.com/channels/623392507828371476/623799920574595092/1118188978059878482 ).
2023-08-06 01:57:43 +02:00
HaveAGitGat
e429966de2
Fix lint issues
2023-08-03 08:11:26 +01:00
HaveAGitGat
5f33b981c2
Update tooltip
2023-08-03 08:10:17 +01:00
HaveAGitGat
0c1501a798
Add downmix_single_track input and update tests
2023-08-03 08:07:40 +01:00
HaveAGitGat
2583251e81
Add additional tooltip info
2023-07-28 08:18:58 +01:00
HaveAGitGat
2616e49217
Update tests
2023-07-28 08:07:11 +01:00
HaveAGitGat
ed9e2a72e3
Lint fixes
2023-07-28 06:56:20 +01:00
HaveAGitGat
e83408fb3c
Add condition input
2023-07-28 06:50:15 +01:00
Stefan
a0273d3417
Update Tdarr_Plugin_rename_based_on_codec_schadi.js
...
fixed additonal file handling
2023-07-10 21:27:54 +02:00
HaveAGitGat
911a388d21
Auto detect nvenc gpu with least utilisation
2023-07-04 18:24:56 +01:00