Boosh1
f4c02bc997
Found new edge cases so changed how HW decode is triggered
...
Ended up finding more cases where errors would pop up and looks to all to do with HW decode.
- Now ensured that unless the incoming format is in the white list then sw decode is done instead
- Correctly removed -hwaccel cmd when sw decode happens preventing accidental hwdecode
- Specify the format to decode when using sw
- renamed oldformat var to match its use case (now swDecode)
- Info log updated with when SW decode happens and will report which incoming format caused it
2 years ago
Boosh1
23bef4c778
Protection against errors if unable to use MediaInfo or ffprobe
...
Just changed the videoBR logic to be inside a try block to avoid errors on rare instances where Media info & ffprobe fail
2 years ago
Boosh1
7f87af3c1b
Quick update to tooltip
2 years ago
Boosh1
afe538fcbd
Restored some cases for HW decode but commented out
2 years ago
Boosh1
a5dc4934ee
Corrected -vf cmd so it's added on the end better
2 years ago
Boosh1
eb92f001be
Updated new description & tests
...
Description updated since mkvpropedit is gone
Tests updated for recent changes
2 years ago
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
2 years ago
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
2 years ago
HaveAGitGat
09ae5a58e4
Fix lint errors regarding unused vars
2 years ago
Alexander Gomez
5ac1b62dbe
fix( #277 ): Update Tdarr_Plugin_sdd3_Remove_Commentary_Tracks.js
2 years ago
Zach Gelnett
b525d14a99
Working on updating the tests and cleaning up any formatting issues
2 years ago
Zach Gelnett
888dd94724
Adding tests for the plugin
2 years ago
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.
2 years ago
HaveAGitGat
9be9a36511
Merge pull request #506 from HaveAGitGat/add_notify
...
Use ctimeMs
2 years ago
HaveAGitGat
35f3976d6c
Use ctimeMs
2 years ago
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.
2 years ago
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
2 years ago
HaveAGitGat
40d768ceb2
Merge pull request #425 from schadis/master
...
Plugin for File Renaming
2 years ago
HaveAGitGat
bc400d9a3f
Rename plugin
2 years ago
HaveAGitGat
3b215069a5
Fix checkPlugin issues
2 years ago
HaveAGitGat
beee66a7c3
Revert "Fix checkPlugins issues"
...
This reverts commit 36b3223957 .
2 years ago
HaveAGitGat
36b3223957
Fix checkPlugins issues
2 years ago
HaveAGitGat
cbbae8e67a
Fix lint errors
2 years ago
HaveAGitGat
73482c5a10
Run lint fix
2 years ago
HaveAGitGat
77ac9c2d74
Merge pull request #435 from jshessen/master
...
Extend genpts matches to include mpg|mpeg
2 years ago
HaveAGitGat
2a76f29f81
Fix lint length error
2 years ago
HaveAGitGat
99ad5b3fd5
Merge pull request #469 from AbeKline/patch-1
...
Update wording for description of upper bound of New_file_size_check
2 years ago
HaveAGitGat
ef8714ffd6
Merge pull request #470 from jsclayton/fix-ffmpeg6-10bit
...
Use filtergraph to specify 10-bit pixel format
2 years ago
HaveAGitGat
5158943290
Handle error
2 years ago
HaveAGitGat
f3937b9f0c
Update Tdarr_Plugin_z80t_keep_original_date so works on windows
2 years ago
HaveAGitGat
cfd357d0ef
Use mtimeMs
2 years ago
HaveAGitGat
a734d75c4b
Fix lint error
2 years ago
HaveAGitGat
c32146a0c7
Use otherArguments.originalLibraryFile instead of network req
2 years ago
John Clayton
6329f43625
Use filtergraph to specify 10-bit pixel format
2 years ago
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
2 years ago
Jeff Hessenflow
3b9502e655
Extend genpts matches to include mpg|mpeg
...
Extend match to include additional container extensions.
2 years ago
HaveAGitGat
f53b29efd4
Update ts lint rules
2 years ago
HaveAGitGat
fbaeff658b
Merge pull request #431 from HaveAGitGat/transcode_plugin
...
Update hevc_vaapi test
2 years ago
HaveAGitGat
b6c51808cb
Update hevc_vaapi test
2 years ago
HaveAGitGat
a7b4de1152
Merge pull request #423 from HaveAGitGat/transcode_plugin
...
Create Tdarr_Plugin_00td_action_transcode.js
2 years ago
HaveAGitGat
735947ee04
Set gpu device
2 years ago
HaveAGitGat
9fc79d891c
Merge pull request #430 from StickieBE/master
...
Fix issue with Smoove h264 NVENC plugin.
2 years ago
HaveAGitGat
7c92b2236e
Fix inputUI
2 years ago
HaveAGitGat
2f10ece96e
Add dropdowns to plugin and update tests
2 years ago
Stickie
fe18f31eaf
Removed `-tune` argument breaking functionality.
2 years ago
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 ).
2 years ago
HaveAGitGat
e429966de2
Fix lint issues
2 years ago
HaveAGitGat
5f33b981c2
Update tooltip
2 years ago
HaveAGitGat
0c1501a798
Add downmix_single_track input and update tests
2 years ago
HaveAGitGat
2583251e81
Add additional tooltip info
2 years ago