-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!-- automatically generated - do not edit, patch gpac/applications/gpac/gpac.c --> | ||
|
||
# SCTE35 decoder | ||
|
||
Register name used to load filter: __scte35dec__ | ||
This filter is not checked during graph resolution and needs explicit loading. | ||
|
||
This filter extracts SCTE-35 markers attached as properties to audio and video | ||
packets as 23001-18 'emib' boxes. It also creates empty 'emeb' box in between | ||
following segmentation as hinted by the graph. | ||
|
||
|
||
# Options | ||
|
||
<a id="segdur">__segdur__</a> (frac, default: _1/1_): segmentation duration in seconds. 0/0 flushes immediately for each input packet (beware of the bitrate overhead) | ||
|