Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In this case stream will be transcoded to picture width and height that are requested by subscriber. If subscriber does not set picture height, it wiil be set to 120.  If If subscriber does not set picture width, it wiil will be set to 160.

Picture width alignment while preserving a picture aspect ratio

Since build 5.2.1842 it is possible to set a picture width alignment when aspect ratio preserving is enabled. By default, a picture width will be rounded down:

Code Block
themeRDark
video_transcoder_round_ratio=0

For example, if 1280x720 stream is transcoded to 480p resolution, the picture resolution will be 852x480 by default. The parameter

Code Block
themeRDark
video_transcoder_round_ratio=1

enables the picture width rounding up: in this case the resolution will be 854x480.

Transcoder output stream audio and video synchronization

...