Skip to content

Commit

Permalink
add new scte35_dec filter
Browse files Browse the repository at this point in the history
  • Loading branch information
rbouqueau committed May 27, 2024
1 parent 91c3f66 commit 22b8e11
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/Filters/scte35dec.md
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)

0 comments on commit 22b8e11

Please sign in to comment.