mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-13 01:10:27 -07:00
Merge pull request #318 from HaveAGitGat/remove_by_channel_count
Update description.
This commit is contained in:
commit
9d10edcd56
1 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,9 @@ const details = () => ({
|
||||||
Operation: 'Transcode',
|
Operation: 'Transcode',
|
||||||
Description: `
|
Description: `
|
||||||
This plugin removes audio streams based on channel count. The output container is the same as the original.
|
This plugin removes audio streams based on channel count. The output container is the same as the original.
|
||||||
|
If the file only has one audio stream, the plugin will be skipped. If the number of audio streams to remove
|
||||||
|
equals the total number of audio streams, the plugin will be skipped. This ensures there is always at least
|
||||||
|
one audio stream in the file.
|
||||||
`,
|
`,
|
||||||
Version: '1.00',
|
Version: '1.00',
|
||||||
Tags: 'action',
|
Tags: 'action',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue