mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-15 02:05:54 -07:00
Update Tdarr_Plugin_x7ac_Remove_Closed_Captions.js
This commit is contained in:
parent
04b001baa7
commit
2ff96a98ea
1 changed files with 4 additions and 4 deletions
|
|
@ -1,15 +1,15 @@
|
||||||
function details() {
|
function details() {
|
||||||
return {
|
return {
|
||||||
id: 'Tdarr_Plugin_WS_Remove_Closed_Captions',
|
id: 'Tdarr_Plugin_x7ac_Remove_Closed_Captions',
|
||||||
Stage: 'Pre-processing',
|
Stage: 'Pre-processing',
|
||||||
Name: 'Remove burned closed captions',
|
Name: 'Remove burned closed captions',
|
||||||
Type: 'Video',
|
Type: 'Video',
|
||||||
Operation: 'Remux',
|
Operation: 'Remux',
|
||||||
Description:
|
Description:
|
||||||
'[Contains built-in filter] If detected, closed captions (XDS,608,708) will be removed. Derived from x7ac Closed Captions plugin.',
|
'[Contains built-in filter] If detected, closed captions (XDS,608,708) will be removed from streams.',
|
||||||
Version: "1.00",
|
Version: '1.01',
|
||||||
Link:
|
Link:
|
||||||
'https://github.com/HaveAGitGat/Tdarr_Plugins/blob/master/Community/',
|
'https://github.com/HaveAGitGat/Tdarr_Plugins/blob/master/Community/Tdarr_Plugin_x7ac_Remove_Closed_Captions.js',
|
||||||
Tags: 'pre-processing,ffmpeg,subtitle only',
|
Tags: 'pre-processing,ffmpeg,subtitle only',
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue