21 November 2024

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

ParameterDefinitionAllowed ValuesDefault Values
vbv-endFinal 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 10
vbv-end-fr-adjFrame 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 chunkFractional value between 0 and 10

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
    }
  }
}
ParameterDescriptionAllowed ValuesDefault Value
stl_dscOutput STL Display Standard Code
0 — Open Subtitling
1 — Level 1 Teletext
2 — Level 2 Teletext
0, 1, 21