Skip to main content

Scte35_sections

NameTypeDescription
insertTimeintegerThe insertion time for the SCTE35 marker.
spliceInfoSectionobjectThe splice information for a specific ad.

Example scte35_sections

{
"file_pattern": "{source_basename}_scte35.ts",
"existing_files": "replace",
"container": {
"kind": "mpegts",
"scte35": {
"write_scte35_packets": true,
"scte35_sections": [
{
"insertTime": 180000,
"spliceInfoSection": {
"spliceInsert": {
"spliceEventId": 8,
"program": {
"spliceTime": {
"ptsTime": 360000
}
}
}
}
},
{
"insertTime": 450000,
"spliceInfoSection": {
"spliceInsert": {
"spliceEventId": 8,
"program": {
"spliceTime": {
"ptsTime": 630000
}
}
}
}
}
],
"pmt_pid": 480,
"transport_id": 1,
"muxrate_kb": 2860
}
}
}