diff --git a/changelog.md b/changelog.md index 3ce8473..b54ed68 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,8 @@ +**0.0.4** +- Update FFmpeg helper +- Add platform declaration + **0.0.3** - Enabled support for v2 plugin executor diff --git a/description.md b/description.md index 210ed84..c41c009 100644 --- a/description.md +++ b/description.md @@ -26,7 +26,7 @@ FFmpeg docs refer to this value as '-max_muxing_queue_size' This free text input allows you to write any FFmpeg params that you want. This is for more advanced use cases where you need finer control over the file transcode. -###### Note: +:::note These params are added in three different places: 1. **MAIN OPTIONS** - After the default generic options. ([Main Options Docs](https://ffmpeg.org/ffmpeg.html#Main-options)) @@ -49,4 +49,4 @@ ffmpeg \ \ -y /path/to/output/video.mkv ``` - +::: diff --git a/info.json b/info.json index fab4fd0..b3d3cbe 100644 --- a/info.json +++ b/info.json @@ -8,10 +8,13 @@ "icon": "https://raw.githubusercontent.com/Josh5/unmanic.plugin.encoder_audio_aac/master/icon.png", "id": "encoder_audio_aac", "name": "Audio Encoder AAC", + "platform": [ + "all" + ], "priorities": { "on_library_management_file_test": 99, "on_worker_process": 0 }, "tags": "audio,encoder,ffmpeg,library file test", - "version": "0.0.3" + "version": "0.0.4" } diff --git a/lib/ffmpeg b/lib/ffmpeg index 2e5e1ec..e061f52 160000 --- a/lib/ffmpeg +++ b/lib/ffmpeg @@ -1 +1 @@ -Subproject commit 2e5e1ece61c27f3b91c34e559b6246b10d4b4ce3 +Subproject commit e061f527e4d5e6068b6e4c7395edcde2cdd07c37