Skip to content

Commit

Permalink
[video_remuxer] v0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 18, 2024
1 parent b140359 commit 55f1ce0
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions source/video_remuxer/description.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@

This plugin will remux your files to the configured output video container.

It will attempt to transcode any streams not supported by the configured output container.

:::tip
Ensure that your container already supports the streams contained in the source file.
Different containers support different stream codecs.
Especially note subtitle streams. To avoid issues with subtitles, consider also using a Plugin to strip subtitles from the file prior to remuxing.
:::
If the stream is unable to be transcoded, this plugin will remove that stream.

---

#### How this plugin works:

This plugin will remux your files to the configured output video container.
##### Links:

It will attempt to transcode any streams not supported by the configured output container.
- [Support](https://unmanic.app/discord)
- [Issues/Feature Requests](https://github.com/Unmanic/plugin.video_remuxer/issues)
- [Pull Requests](https://github.com/Unmanic/plugin.video_remuxer/pulls)

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) with your FFmpeg log command log.
##### Additional Information:


:::tip
Ensure that your container already supports the streams contained in the source file.
Different containers support different stream codecs.
Especially note subtitle streams. To avoid issues with subtitles, consider also using a Plugin to strip subtitles from the file prior to remuxing.
:::

0 comments on commit 55f1ce0

Please sign in to comment.