Skip to content

Commit

Permalink
fix encoder selection option
Browse files Browse the repository at this point in the history
  • Loading branch information
yajrendrag committed Jan 31, 2024
1 parent fcbf902 commit 93361a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions source/add_extra_multichannel_audio/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

**<span style="color:#56adda">0.0.11</span>**
- fix encoder selection menu

**<span style="color:#56adda">0.0.10</span>**
- add a configuration option to encode with libfdk_aac or ac3
- renamed plugin add_extra_multichannel_audio
Expand Down
2 changes: 1 addition & 1 deletion source/add_extra_multichannel_audio/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"on_worker_process": 0
},
"tags": "audio,encoder,ffmpeg,library file test",
"version": "0.0.10"
"version": "0.0.11"
}
2 changes: 1 addition & 1 deletion source/add_extra_multichannel_audio/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def __init__(self, *args, **kwargs):
def __set_encoder_form_settings(self):
values = {
"label": "Enter encoder",
"decription": "Select ac3 or libfdk_aac for the encoder - libfdk_aac requires ffmpeg5.x"
"decription": "Select ac3 or libfdk_aac for the encoder - libfdk_aac requires ffmpeg5.x",
"input_type": "select",
"select_options": [
{
Expand Down

0 comments on commit 93361a8

Please sign in to comment.