Skip to content

Commit

Permalink
Add an icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh5 committed Sep 28, 2021
1 parent 0dc956b commit cdeb87f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
8 changes: 5 additions & 3 deletions description.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@

#### How this plugin works:

This plugin will attempt to transcode any streams not supported by the configured output container.
This plugin will remux your files to the configured output video container.

If the stream is unable to be transcoded, this plugin will remove that streams.
It will attempt to transcode any streams not supported by the configured output container.

If the stream is unable to be transcoded, this plugin will remove that stream.

If you suspect a stream is being incorrectly transcoded or removed during this remux process,
report it [here](https://github.com/Unmanic/unmanic-plugins/issues)
report it [here](https://github.com/Unmanic/unmanic-plugins/issues) with your FFmpeg log command log.


Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion info.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
1
],
"description": "Remux a video file to the configured container",
"icon": "",
"description": "Removes all image streams (if any exist) from video streams.",
"icon": "https://raw.githubusercontent.com/Josh5/unmanic.plugin.video_remuxer/master/icon.png",
"id": "video_remuxer",
"name": "Remux Video Files",
"priorities": {
Expand Down

0 comments on commit cdeb87f

Please sign in to comment.