Streambaby allows for the selection of a "quality" at which to stream a file to the tivo. If enabled, you will be able to select the quality on the "play" screen. Only qualities that are less than the original will be displayed. (So you can't select a bitrate that is higher than the original, as it would serve no purpose)
Quality selection is disabled by default. To enable use of qualities in streambaby, use the following ini setting:
quality.select (default=false)
Set to true to enable quality selection in streambaby
All qualities other than Same force transcoding.
The possible qualities are:
Bitrates for qualities in between highest and lowest are calculated using the following parameters.
quality.highestvbr (default: 5000)
The video bitrate to use for "highest" quality
quality.lowestvbr (default: 512)
The video bitrate to use for "lowest" quality
quality.highestabr (default: 192)
Audio bitrate to use for highest quality
quality.lowestabr (default: 128)
Audio bitrate to use for lowest quality
quality.highres= (default: 720)
The height (Y) resolution to use for highest quality
quality.lowres= (default: 720)
The height (Y) resolution to use for lowest quality
quality.2channel (default: 4)
Any qualities below or equal to this (default 4=medium) force 2-channel audio.
quality.default (default: same)
The default quality to use, Can be same or 1-7 (lowest=1, highest=7) Can also be set to an exact bitrate (i.e. 1000 for 1000 kbps) The playscreen will default to this if it is lower than the original quality of the video.