add aac (latm) audio format (#2561)

* add aac (latm) audio format

* update changelog
This commit is contained in:
Jason Dove
2025-10-23 15:56:13 -05:00
committed by GitHub
parent e089b12c2b
commit a47510fef3
13 changed files with 110 additions and 7 deletions
+1
View File
@@ -242,6 +242,7 @@
<MudSelect @bind-Value="_model.AudioFormat" For="@(() => _model.AudioFormat)">
<MudSelectItem Value="@FFmpegProfileAudioFormat.Aac">aac</MudSelectItem>
<MudSelectItem Value="@FFmpegProfileAudioFormat.Ac3">ac3</MudSelectItem>
<MudSelectItem Value="@FFmpegProfileAudioFormat.AacLatm">aac (latm)</MudSelectItem>
</MudSelect>
</MudStack>
<MudStack Row="true" Breakpoint="Breakpoint.SmAndDown" Class="form-field-stack gap-md-8 mb-5">