diff --git a/source/video_remuxer/description.md b/source/video_remuxer/description.md index 876e48acd..edf6cb505 100644 --- a/source/video_remuxer/description.md +++ b/source/video_remuxer/description.md @@ -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. +:::