Skip to content

Commit

Permalink
Update FFmpeg helper
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh5 committed Mar 18, 2022
1 parent 8e2cd79 commit adc9796
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

**<span style="color:#56adda">0.0.4</span>**
- Update FFmpeg helper
- Add platform declaration

**<span style="color:#56adda">0.0.3</span>**
- Enabled support for v2 plugin executor

Expand Down
4 changes: 2 additions & 2 deletions description.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand All @@ -49,4 +49,4 @@ ffmpeg \
<CUSTOM AUDIO OPTIONS HERE> \
-y /path/to/output/video.mkv
```

:::
5 changes: 4 additions & 1 deletion info.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion lib/ffmpeg

0 comments on commit adc9796

Please sign in to comment.