Boosh1
890c2642e1
Updates to video loop & darwin support
...
- Corrected some Mac/Darwin support, incorrect 10 bit options (In future will remove videotoolbox support and split into separate plugin)
- Improved video check loops, some logic did seem to not correctly stop when needed & the remove stream option had the wrong syntax so probably wouldn't have worked
2 years ago
Boosh1
8aadba1496
Final things, remove tag mkvpropedit & bump the Version number ;)
2 years ago
Boosh1
a17ac70d25
Noticed one last -vf filter check used a colon incorrectly
...
Changed to a comma which matches all other formatting with the -vf cmd & updated tests
2 years ago
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
cb1dfe2d19
Updated tests
2 years ago
Boosh1
a5dc4934ee
Corrected -vf cmd so it's added on the end better
2 years ago
Boosh1
0c925ded51
Updated tests again
...
Removed left over bits from testing mkvpropedit
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
cfc630d55e
Merge pull request #575 from HaveAGitGat/ensure_audio_fix
...
Don't remove new stream when original stream removed
2 years ago
HaveAGitGat
079c03d551
Don't remove new stream when original stream removed
2 years ago
HaveAGitGat
9653007fb2
Merge pull request #574 from HaveAGitGat/stream_error
...
Add error if all streams removed
2 years ago
HaveAGitGat
bf3c5898c6
Update error wording
2 years ago
HaveAGitGat
1f66d1ed8a
Add error if all streams removed
2 years ago
HaveAGitGat
151cc32319
Merge pull request #573 from HaveAGitGat/stack_log
...
Stack log errors
2 years ago
HaveAGitGat
1ebc300805
Stack log errors
2 years ago
HaveAGitGat
2818e8019e
Merge pull request #572 from HaveAGitGat/qsv
...
Update qsv check
2 years ago
HaveAGitGat
ee109cacfb
Update qsv check
2 years ago
HaveAGitGat
fec677b37e
Merge pull request #569 from HaveAGitGat/kill_thread
...
Kill flow subthread on worker exit
2 years ago
HaveAGitGat
1d58a8c0ae
Apply auto-build changes
2 years ago
HaveAGitGat
c2dc62afce
Merge branch 'kill_thread' of https://github.com/HaveAGitGat/Tdarr_Plugins into kill_thread
2 years ago
HaveAGitGat
5f5d3c1b04
Clean up listener after cli run
2 years ago
HaveAGitGat
40ed93c89b
Apply auto-build changes
2 years ago
HaveAGitGat
8ca3dde779
Merge branch 'kill_thread' of https://github.com/HaveAGitGat/Tdarr_Plugins into kill_thread
2 years ago
HaveAGitGat
d1ca9eeb93
Refactor thread kill
2 years ago
HaveAGitGat
1677003527
Apply auto-build changes
2 years ago
HaveAGitGat
3333d2a10c
Kill flow subthread on worker exit
2 years ago
HaveAGitGat
c7e22c9648
Merge pull request #568 from HaveAGitGat/del_parent
...
Add deleteParentFolderIfEmpty option
2 years ago
HaveAGitGat
3ba7895c1e
Apply auto-build changes
2 years ago
HaveAGitGat
44f3d3b159
Add deleteParentFolderIfEmpty option
2 years ago
HaveAGitGat
0e77c7c044
Merge pull request #564 from HaveAGitGat/switch
...
Clarify switch input type
2 years ago
HaveAGitGat
1d62880df3
Apply auto-build changes
2 years ago
HaveAGitGat
0cb9e75a53
Clarify switch input type
2 years ago
HaveAGitGat
1455d65428
Merge pull request #560 from HaveAGitGat/bitrate
...
Add check bitrate
2 years ago
HaveAGitGat
33b9a44fe0
Apply auto-build changes
2 years ago
HaveAGitGat
581deb7ed2
Add check bitrate
2 years ago
HaveAGitGat
5dad8c6fe4
Merge pull request #559 from HaveAGitGat/bitrate
...
Add samplerate
2 years ago
HaveAGitGat
6ef5e2f79f
Add samplerate
2 years ago
HaveAGitGat
9c96adcc5c
Merge pull request #558 from HaveAGitGat/bitrate
...
Add bitrate option
2 years ago
HaveAGitGat
ef88971bcf
Add bitrate option
2 years ago
HaveAGitGat
3d717fd866
Merge pull request #557 from HaveAGitGat/filename
...
Use original library file
2 years ago
HaveAGitGat
0a6aa36437
Apply auto-build changes
2 years ago
HaveAGitGat
f87bad2549
Use original library file
2 years ago
HaveAGitGat
107161ebfb
Merge pull request #556 from HaveAGitGat/hb
...
HandBrake Custom Arguments
2 years ago
HaveAGitGat
d1d5d11142
HandBrake Custom Arguments
2 years ago
HaveAGitGat
88a0ba99f1
Merge pull request #555 from HaveAGitGat/labels
...
Add labels
2 years ago