mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-20 06:48:22 -05:00
setting language on underlying track in set language
This commit is contained in:
@@ -81,6 +81,7 @@ public class FfmpegBuilderAudioSetLanguage : FfmpegBuilderNode
|
||||
if (string.IsNullOrEmpty(at.Language))
|
||||
{
|
||||
at.Language = language;
|
||||
at.Stream.Language = language;
|
||||
at.ForcedChange = true; // this will ensure the language is set even if there are no changes anywhere else
|
||||
changes = true;
|
||||
}
|
||||
@@ -94,6 +95,7 @@ public class FfmpegBuilderAudioSetLanguage : FfmpegBuilderNode
|
||||
if (string.IsNullOrEmpty(at.Language))
|
||||
{
|
||||
at.Language = language;
|
||||
at.Stream.Language = language;
|
||||
at.ForcedChange = true; // this will ensure the language is set even if there are no changes anywhere else
|
||||
changes = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user