This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const details = () => ({ | |
id: 'Tdarr_Plugin_00td_action_add_audio_stream_codec', | |
Stage: 'Pre-processing', | |
Name: 'Add Audio Stream Codec', | |
Type: 'Video', | |
Operation: 'Transcode', | |
Description: ` | |
This action has a built-in filter. Additional filters can be added above. \n\n | |
If the following audio track does not exist, Tdarr will try to add it using existing audio streams. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* eslint-disable */ | |
const details = () => { | |
return { | |
id: "Tdarr_Plugin_a9hd_FFMPEG_Transcode_Specific_Audio_Stream_Codecs", | |
Stage: "Pre-processing", | |
Name: "Transcode Specific Audio Stream Codecs", | |
Type: "Audio", | |
Operation: "Transcode", | |
Description: `[Contains built-in filter] Transcode audio streams with specific codecs into another codec while keeping the original. \n\n`, | |
Version: "1.01", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* eslint-disable no-await-in-loop */ | |
module.exports.dependencies = ['[email protected]', '@cospired/i18n-iso-languages']; | |
const details = () => ({ | |
id: 'Tdarr_Plugin_henk_Keep_Native_Lang_Plus_Eng', | |
Stage: 'Pre-processing', | |
Name: 'Remove all langs except native and English', | |
Type: 'Audio', | |
Operation: 'Transcode', | |
Description: `This is a modified version made by gsariev of the original plugin. This plugin will remove all language audio tracks except the 'native' and user-specified languages. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* eslint-disable no-await-in-loop */ | |
module.exports.dependencies = ['[email protected]', '@cospired/i18n-iso-languages']; | |
const details = () => ({ | |
id: 'Tdarr_Plugin_henk_Keep_Native_Lang_Plus_Eng', | |
Stage: 'Pre-processing', | |
Name: 'Remove all langs except native and English', | |
Type: 'Audio', | |
Operation: 'Transcode', | |
Description: `This is a modified version made by gsariev of the original plugin. This plugin will remove all language audio tracks except the 'native' and user-specified languages. |