21 November 2024
about 1 month ago by ReadMe API
Support for HEVC vbv-end and vbv-end-fr-adj
Added support for the vbv-end
and vbv-end-fr-adj
parameters for the HEVC Video Codec
Parameter | Definition | Allowed Values | Default Values |
---|---|---|---|
vbv-end | Final buffer fullness. The portion of the decode buffer that must be full after all the specified frames have been inserted into the decode buffer. For Ludicrous Mode this parameter is applied to each encoding chunk. | Fractional value between 0 and 1 | 0 |
vbv-end-fr-adj | Frame from which qp has to be adjusted to achieve final decode buffer fullness. Specified as a fraction of the total frames. or Ludicrous Mode this parameter is applied to each encoding chunk | Fractional value between 0 and 1 | 0 |
STL Display Standard Code Parameter
Added a new parameter stl_dsc
in format
section for captions to captions conversion.
This option applies to STL outputs only.
<?xml version="1.0"?>
<query>
<userid>[UserID]</userid> <!-- required-->
<userkey>[UserKey]</userkey> <!-- required-->
<action>[Action]</action> <!-- required-->
<source>[SourceFile]</source> <!-- required-->
<format>
<output>closed_captions</output>
<type>stl</type>
<stl_dsc>0</stl_dsc>
</format>
</query>
{
"query": {
"userid": "[UserID]", // required
"userkey": "[UserKey]", // required
"action": "[Action]", // required
"source": "[SourceFile]", // required
"format": {
"output": "closed_captions", // required
"type": "stl", // required
"stl_dsc": 0
}
}
}
Parameter | Description | Allowed Values | Default Value |
---|---|---|---|
stl_dsc | Output STL Display Standard Code 0 — Open Subtitling 1 — Level 1 Teletext 2 — Level 2 Teletext | 0, 1, 2 | 1 |