From 970f350ebb45ce520df28020bafd51c23c43d4db Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 09:51:39 +0000 Subject: [PATCH] [video_remuxer] v0.0.12 --- source/video_remuxer/description.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) 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. +:::