forked from Unmanic/unmanic-plugins
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b140359
commit 55f1ce0
Showing
1 changed file
with
14 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
::: |