Scroll to navigation

gpac(1) GPAC gpac(1)

NAME

gpac - GPAC command-line filter session manager

SYNOPSIS

gpac [options]FILTER[LINK]FILTER[...]

DESCRIPTION

This page describes all filters usually present in GPAC

To check for help on a filter not listed here, use gpac -h myfilter

inspect

Description: Inspect packets

The inspect filter can be used to dump pid and packets. It may also be used to check parts of payload of the packets. The default options inspect only pid changes.
The packet inspector can be configured to dump specific properties of packets using .I fmt.
When the option is not present, all properties are dumped. Otherwise, only properties identified by $TOKEN$ are printed. You may use '$', '@' or '%' for TOKEN separator. TOKEN can be:
* pn: packet (frame in framed mode) number
* dts: decoding time stamp in stream timescale, N/A if not available
* ddts: difference between current and previous packets decoding time stamp in stream timescale, N/A if not available
* cts: composition time stamp in stream timescale, N/A if not available
* dcts: difference between current and previous packets composition time stamp in stream timescale, N/A if not available
* ctso: difference between composition time stamp and decoding time stamp in stream timescale, N/A if not available
* dur: duration in stream timescale
* frame: framing status
* interface: complete AU, interface object (no size info). Typically a GL texture
* frame_full: complete AU
* frame_start: begining of frame
* frame_end: end of frame
* frame_cont: frame continuation (not begining, not end)
* sap or rap: SAP type of the frame
* ilace: interlacing flag (0: progressive, 1: top field, 2: bottom field)
* corr: corrupted packet flag
* seek: seek flag
* bo: byte offset in source, N/A if not available
* roll: roll info
* crypt: crypt flag
* vers: carrousel version number
* size: size of packet
* crc: 32 bit CRC of packet
* lf: insert linefeed
* cr: insert carriage return
* t: insert tab
* data: hex dump of packet ( WARNING, BIG OUTPUT !! )
* lp: leading picture flag
* depo: depends on other packet flag
* depf: is depended on other packet flag
* red: redundant coding flag
* ck: clock type used for PCR discontinuities
* P4CC: 4CC of packet property
* PropName: Name of packet property
* pid.P4CC: 4CC of PID property
* pid.PropName: Name of PID property

Example
fmt="PID $pid.ID$ packet $pn$ DTS $dts$ CTS $cts$ $lf$"

This dumps packet number, cts and dts as follows: PID 1 packet 10 DTS 100 CTS 108

An unrecognized keywork or missing property will resolve to an empty string.

Note: when dumping in interleaved mode, there is no guarantee that the packets will be dumped in their original sequence order since the inspector fetches one packet at a time on each PID.

Options (expert):

log (str, default: stderr, minmax: fileName, stderr, stdout or null): set inspect log filename
mode (enum, default: pck): dump mode
* pck: dump full packet
* blk: dump packets before reconstruction
* frame: force reframer
* raw: dump source packets without demuxing

interleave (bool, default: true): dump packets as they are received on each pid. If false, report per pid is generated
deep (bool, default: false, updatable): dump packets along with PID state change, implied when .I fmt is set
props (bool, default: true, updatable): dump packet properties, ignored when .I fmt is set (see filter help)
dump_data (bool, default: false, updatable): enable full data dump (WARNING heavy!), ignored when .I fmt is set (see filter help)
fmt (str, updatable): set packet dump format (see filter help)
hdr (bool, default: true): print a header corresponding to fmt string without '$ 'or "pid."
allp (bool, default: false): analyse for the entire duration, rather than stoping when all pids are found
info (bool, default: false, updatable): monitor PID info changes
pcr (bool, default: false, updatable): dump M2TS PCR info
speed (dbl, default: 1.0): set playback command speed. If speed is negative and start is 0, start is set to -1
start (dbl, default: 0.0): set playback start offset. Negative value means percent of media dur with -1 <=> dur
dur (frac, default: 0/0): set inspect duration
analyze (bool, default: false, updatable): analyze sample content (NALU, OBU)
xml (bool, default: false, updatable): use xml formatting (implied if (-analyze]() is set) and disable .I fmt
fftmcd (bool, default: false, updatable): consider timecodes use ffmpeg-compatible signaling rather than QT compliant one
dtype (bool, default: false, updatable): dump property type
test (enum, default: no, updatable): skip predefined set of properties, used for test mode
* no: no properties skipped
* noprop: all properties/info changes on pid are skipped, only packets are dumped
* network: URL/path dump, cache state, file size properties skipped (used for hashing network results)
* netx: same as network but skip track duration and templates (used for hashing progressive load of fmp4)
* encode: same as network plus skip decoder config (used for hashing encoding results)
* encx: same as encode and skip bitrates, media data size and co

probe

Description: Probe source

The Probe filter is used by applications (typically MP4Box) to query demuxed pids available in a source chain.
The filter does not produce any output nor feedback, it is up to the app developper to query input pids of the prober and take appropriated decisions.

Options (expert):

log (str, default: stderr, minmax: fileName, stderr, stdout or null): set inspect log filename
mode (enum, default: pck): dump mode
* pck: dump full packet
* blk: dump packets before reconstruction
* frame: force reframer
* raw: dump source packets without demuxing

interleave (bool, default: true): dump packets as they are received on each pid. If false, report per pid is generated
deep (bool, default: false, updatable): dump packets along with PID state change, implied when .I fmt is set
props (bool, default: true, updatable): dump packet properties, ignored when .I fmt is set (see filter help)
dump_data (bool, default: false, updatable): enable full data dump (WARNING heavy!), ignored when .I fmt is set (see filter help)
fmt (str, updatable): set packet dump format (see filter help)
hdr (bool, default: true): print a header corresponding to fmt string without '$ 'or "pid."
allp (bool, default: false): analyse for the entire duration, rather than stoping when all pids are found
info (bool, default: false, updatable): monitor PID info changes
pcr (bool, default: false, updatable): dump M2TS PCR info
speed (dbl, default: 1.0): set playback command speed. If speed is negative and start is 0, start is set to -1
start (dbl, default: 0.0): set playback start offset. Negative value means percent of media dur with -1 <=> dur
dur (frac, default: 0/0): set inspect duration
analyze (bool, default: false, updatable): analyze sample content (NALU, OBU)
xml (bool, default: false, updatable): use xml formatting (implied if (-analyze]() is set) and disable .I fmt
fftmcd (bool, default: false, updatable): consider timecodes use ffmpeg-compatible signaling rather than QT compliant one
dtype (bool, default: false, updatable): dump property type
test (enum, default: no, updatable): skip predefined set of properties, used for test mode
* no: no properties skipped
* noprop: all properties/info changes on pid are skipped, only packets are dumped
* network: URL/path dump, cache state, file size properties skipped (used for hashing network results)
* netx: same as network but skip track duration and templates (used for hashing progressive load of fmp4)
* encode: same as network plus skip decoder config (used for hashing encoding results)
* encx: same as encode and skip bitrates, media data size and co

compositor

Description: Compositor

The GPAC compositor allows mixing audio, video, text and graphics in a timed fashion.
The compositor operates either in media-client or filter-only mode.

Media-client mode

In this mode, the compositor acts as a pseudo-sink for the video side and creates its own output window.
The video frames are dispatched to the output video pid in the form of frame pointers requiring later GPU read if used.
The audio part acts as a regular filter, potentially mixing and resampling the audio inputs to generate its output.
User events are directly processed by the filter in this mode.

Filter mode

In this mode, the compositor acts as a regular filter generating frames based on the loaded scene.
It will generate its outputs based on the input video frames and will not process any user event.
If no input video frames (e.g. pure BIFS / SVG / VRML), the filter will generate frames based on the .I fps, at constant or variable frame rate.
It will stop generating frames as soon as all input streams are done, unless extended/reduced by .I dur.
If audio streams are loaded, an audio output pid is created.

The default output pixel format in filter mode is:
- rgb when the filter is explictly loaded by the application
- rgba when the filter is loaded during a link resolution
This can be changed by assigning the .I opfmt option.

In filter-only mode, the special URL gpid:// is used to locate PIDs in the scene description, in order to design scenes independently from source media.
When such a pid is associated to a Background2D node in BIFS (no SVG mapping yet), the compositor operates in passthrough mode.
In this mode, only new input frames on the passthrough pid will generate new frames, and the scene clock matches the input packet time.
The output size and pixel format will be set to the input size and pixel format, unless specified otherwise in the filter options.

If only 2D graphics are used and display driver is not forced, 2D rasterizer will happen in the output pixel format (including YUV pixel formats).
In this case, inplace processing (rasterizing over the input frame data) will be used whenever allowed by input data.

If 3D graphics are used or display driver is forced, OpenGL will be used on offscreen surface and the output packet will be an OpenGL texture.

Specific URL syntaxes

The compositor accepts any URL type supported by GPAC. It also accepts the following syntaxes for URLs:
* views: creates an auto-stereo scene of N views from views://v1:.:vN. vN can be any type of URL supported by GPAC.
* mosaic: creates a mosaic of N views from mosaic://v1:.:vN. vN can be any type of URL supported by GPAC.

Options (expert):

aa (enum, default: all, updatable): set anti-aliasing mode for raster graphics; whether the setting is applied or not depends on the graphics module or graphic card
* none: no anti-aliasing
* text: anti-aliasing for text only
* all: complete anti-aliasing

hlfill (uint, default: 0x0, updatable): set highlight fill color (ARGB)
hlline (uint, default: 0xFF000000, updatable): set highlight stroke color (ARGB)
hllinew (flt, default: 1.0, updatable): set highlight stroke width
sz (bool, default: true, updatable): enable scalable zoom. When scalable zoom is enabled, resizing the output window will also recompute all vectorial objects. Otherwise only the final buffer is stretched
bc (uint, default: 0, updatable): default background color to use when displaying transparent images or video with no scene composition instructions
yuvhw (bool, default: true, updatable): enable YUV hardware for 2D blits
blitp (bool, default: true, updatable): partial hardware blits (if not set, will force more redraw)
softblt (bool, default: true): enable software blit/stretch in 2D. If disabled, vector graphics rasterizer will always be used
stress (bool, default: false, updatable): enable stress mode of compositor (rebuild all vector graphics and texture states at each frame)
fast (bool, default: false, updatable): enable speed optimization - whether the setting is applied or not depends on the graphics module / graphic card
bvol (enum, default: no, updatable): draw bounding volume of objects
* no: disable bounding box
* box: draws a rectangle (2D) or box (3D mode)
* aabb: draws axis-aligned bounding-box tree (3D only)

textxt (enum, default: default, updatable): specify whether text shall be drawn to a texture and then rendered or directly rendered. Using textured text can improve text rendering in 3D and also improve text-on-video like content
* default: use texturing for OpenGL rendering, no texture for 2D rasterizer
* never: never uses text textures
* always: always render text to texture before drawing

out8b (bool, default: false, updatable): convert 10-bit video to 8 bit texture before GPU upload
drop (bool, default: false, updatable): drop late frame when drawing. By default frames are not droped until a heavy desync of 1 sec is observed
sclock (bool, default: false, updatable): force synchronizing all streams on a single clock
sgaze (bool, default: false, updatable): simulate gaze events through mouse
ckey (uint, default: 0, updatable): color key to use in windowless mode (0xFFRRGGBB). GPAC currently does not support true alpha blitting to desktop due to limitations in most windowing toolkit, it therefore uses color keying mechanism. The alpha part of the key is used for global transparency of the output, if supported
timeout (uint, default: 10000, updatable): timeout in ms after which a source is considered dead
fps (frac, default: 30/1, updatable): simulation frame rate when animation-only sources are played (ignored when video is present)
timescale (uint, default: 0, updatable): timescale used for output packets when no input video pid. A value of 0 means fps numerator
autofps (bool, default: true): use video input fps for output. If no video or not set, uses .I fps. Ignored in player mode
vfr (bool, default: false): only emit frames when changes are detected. Always true in player mode and when filter is dynamically loaded
dur (dbl, default: 0, updatable): duration of generation. Mostly used when no video input is present. Negative values mean number of frames, positive values duration in second, 0 stops as soon as all streams are done
fsize (bool, default: false, updatable): force the scene to resize to the biggest bitmap available if no size info is given in the BIFS configuration
mode2d (enum, default: defer, updatable): specify whether immediate drawing should be used or not
* immediate: the screen is completely redrawn at each frame (always on if passthrough mode is detected)
* defer: object positioning is tracked from frame to frame and dirty rectangles info is collected in order to redraw the minimal amount of the screen buffer
* debug: only renders changed areas, reseting other areas
Whether the setting is applied or not depends on the graphics module and player mode

amc (bool, default: true): audio multichannel support; if disabled always downmix to stereo. Useful if the multichannel output does not work properly
asr (uint, default: 0): force output sample rate - 0 for auto
ach (uint, default: 0): force output channels - 0 for auto
alayout (uint, default: 0): force output channel layout - 0 for auto
afmt (afmt, default: s16, minmax: none,u8,s16,s24,s32,flt,dbl,u8p,s16p,s24p,s32p,fltp,dblp): force output channel format - 0 for auto
asize (uint, default: 1024): audio output packet size in samples
abuf (uint, default: 100): audio output buffer duration in ms - the audio renderer fills the output pid up to this value. A too low value will lower latency but can have real-time playback issues
avol (uint, default: 100, updatable): audio volume in percent
apan (uint, default: 50, updatable): audio pan in percent, 50 is no pan
async (bool, default: true, updatable): audio resynchronization; if disabled, audio data is never dropped but may get out of sync
max_aspeed (dbl, default: 2.0, updatable): silence audio if playback speed is greater than sepcified value
max_vspeed (dbl, default: 4.0, updatable): move to i-frame only decoding if playback speed is greater than sepcified value
buf (uint, default: 3000, updatable): playout buffer in ms. overridden by BufferLenth property of input pid
rbuf (uint, default: 1000, updatable): rebuffer trigger in ms. overridden by RebufferLenth property of input pid
mbuf (uint, default: 3000, updatable): max buffer in ms (must be greater than playout buffer). overridden by BufferMaxOccupancy property of input pid
ntpsync (uint, default: 0, updatable): ntp resync threshold in ms (drops frame if their NTP is more than the given threshold above local ntp), 0 disables ntp drop
nojs (bool, default: false): disable javascript
noback (bool, default: false): ignore background nodes and viewport fill (usefull when dumping to PNG)
ogl (enum, default: auto, updatable): specify 2D rendering mode
* auto: automatically decides betwwen on, off and hybrid based on content
* off: disables OpenGL; 3D will not be rendered
* on: uses OpenGL for all graphics; this will involve polygon tesselation and 2D graphics will not look as nice as 2D mode
* hybrid: the compositor performs software drawing of 2D graphics with no textures (better quality) and uses OpenGL for all 2D objects with textures and 3D objects

pbo (bool, default: false, updatable): enable PixelBufferObjects to push YUV textures to GPU in OpenGL Mode. This may slightly increase the performances of the playback
nav (enum, default: none, updatable): override the default navigation mode of MPEG-4/VRML (Walk) and X3D (Examine)
* none: disables navigation
* walk: 3D world walk
* fly: 3D world fly (no ground detection)
* pan: 2D/3D world zomm/pan
* game: 3D world game (mouse gives walk direction)
* slide: 2D/3D world slide
* exam: 2D/3D object examine
* orbit: 3D object orbit
* vr: 3D world VR (yaw/pitch/roll)

linegl (bool, default: false, updatable): indicate that outlining shall be done through OpenGL pen width rather than vectorial outlining
epow2 (bool, default: true, updatable): emulate power-of-2 textures for openGL (old hardware). Ignored if OpenGL rectangular texture extension is enabled
* yes: video texture is not resized but emulated with padding. This usually speeds up video mapping on shapes but disables texture transformations
* no: video is resized to a power of 2 texture when mapping to a shape
paa (bool, default: false, updatable): indicate whether polygon antialiasing should be used in full antialiasing mode. If not set, only lines and points antialiasing are used
bcull (enum, default: on, updatable): indicate whether backface culling shall be disable or not
* on: enables backface culling
* off: disables backface culling
* alpha: only enables backface culling for transparent meshes

wire (enum, default: none, updatable): wireframe mode
* none: objects are drawn as solid
* only: objects are drawn as wireframe only
* solid: objects are drawn as solid and wireframe is then drawn

norms (enum, default: none, updatable): normal vector drawing for debug
* none: no normals drawn
* face: one normal per face drawn
* vertex: one normal per vertex drawn

rext (bool, default: true, updatable): use non power of two (rectangular) texture GL extension
cull (bool, default: true, updatable): use aabb culling: large objects are rendered in multiple calls when not fully in viewport
depth_gl_scale (flt, default: 100, updatable): set depth scaler
depth_gl_type (enum, default: none, updatable): set geometry type used to draw depth video
* none: no geometric conversion
* point: compute point cloud from pixel+depth
* strip: same as point but thins point set

nbviews (uint, default: 0, updatable): number of views to use in stereo mode
stereo (enum, default: none, updatable): stereo output type. If your graphic card does not support OpenGL shaders, only top and side modes will be available
* side: images are displayed side by side from left to right
* top: images are displayed from top (laft view) to bottom (right view)
* hmd: same as side except that view aspect ratio is not changed
* ana: standard color anaglyph (red for left view, green and blue for right view) is used (forces views=2)
* cols: images are interleaved by columns, left view on even columns and left view on odd columns (forces views=2)
* rows: images are interleaved by columns, left view on even rows and left view on odd rows (forces views=2)
* spv5: images are interleaved by for SpatialView 5 views display, fullscreen mode (forces views=5)
* alio8: images are interleaved by for Alioscopy 8 views displays, fullscreen mode (forces views=8)
* custom: images are interleaved according to the shader file indicated in .I mvshader. The shader is exposed each view as uniform sampler2D gfViewX, where X is the view number starting from the left

mvshader (str, updatable): file path to the custom multiview interleaving shader
fpack (enum, default: none, updatable): default frame packing of input video
* none: no frame packing
* top: top bottom frame packing
* side: side by side packing

camlay (enum, default: offaxis, updatable): camera layout in multiview modes
* straight: camera is moved along a straight line, no rotation
* offaxis: off-axis projection is used
* linear: camera is moved along a straight line with rotation
* circular: camera is moved along a circle with rotation

iod (flt, default: 6.4, updatable): inter-occular distance (eye separation) in cm (distance between the cameras).
rview (bool, default: false, updatable): reverse view order
tvtn (uint, default: 30, updatable): number of point sampling for tile visibility algo
tvtt (uint, default: 0, updatable): number of points above which the tile is considered visible
tvtd (bool, default: false, updatable): disable the tile having full coverage of the SRD, only displaying partial tiles
tvtf (bool, default: false, updatable): force all tiles to be considered visible, regardless of viewpoint
fov (flt, default: 1.570796326794897, updatable): default field of view for VR
vertshader (str): path to vertex shader file
fragshader (str): path to fragment shader file
autocal (bool, default: false, updatable): auto callibration of znear/zfar in depth rendering mode
dispdepth (sint, default: -1, updatable): display depth, negative value uses default screen height
dispdist (flt, default: 50, updatable): distance in cm between the camera and the zero-disparity plane. There is currently no automatic calibration of depth in GPAC
focdist (flt, default: 0, updatable): distance of focus point
osize (v2di, default: 0x0, updatable): force output size. If not set, size is derived from inputs
dpi (v2di, default: 96x96, updatable): default dpi if not indicated by video output
dbgpvr (flt, default: 0, updatable): debug scene used by PVR addon
player (enum, default: no): set compositor in player mode, see filter help
* no: regular mode
* base: player mode
* gui: player mode with GUI auto-start

noaudio (bool, default: false): disable audio output
opfmt (pfmt, default: none, minmax: none,yuv420,yuv420_10,yuv422,yuv422_10,yuv444,yuv444_10,uyvy,vyuy,yuyv,yvyu,nv12,nv21,nv1l,nv2l,yuva,yuvd,yuv444a,grey,algr,gral,rgb4,rgb5,rgb6,rgba,argb,bgra,abgr,rgb,bgr,xrgb,rgbx,xbgr,bgrx,rgbd,rgbds,rgbs,rgbas): pixel format to use for output. Ignored in .I player mode
drv (enum, default: auto): indicate if graphics driver should be used. Ignored in player mode
* no: never loads a graphics driver (software blitting used, no 3D possible)
* yes: always loads a graphics driver. Output pixel format will be RGB
* auto: decides based on the loaded content

mp4dmx

Description: ISOBMFF/QT demuxer

This filter demultiplexes ISOBMF and QT files (regular or fragmented).

Track Selection

The filter can use fragment identifiers of source to select a single track for playback. The allowed fragments are:
* #audio: only use the first audio track
* #video: only use the first video track
* #auxv: only use the first auxiliary video track
* #pict: only use the first picture track
* #text: only use the first text track
* #trackID=VAL: only use the track with given ID
* #ID=VAL: only use the track with given ID
* #VAL: only use the track with given ID

Scalable Tracks

When scalable tracks are present in a file, the reader can operate in 3 modes using .I smode option:
* smode=single: resolves all extractors to extract a single bitstream from a scalable set. The highest level is used
In this mode, there is no enhancement decoder config, only a base one resulting from the merge of the configs
* smode=split: all extractors are removed and every track of the scalable set is declared. In this mode, each enhancement track has no base decoder config
and an enhancement decoder config.
* smode=splitx: extractors are kept in the bitstream, and every track of the scalable set is declared. In this mode, each enhancement track has a base decoder config
(copied from base) and an enhancement decoder config. This is mostly used for DASHing content.
Warning: smode=splitx will result in extractor NAL units still present in the output bitstream, which shall only be true if the output is ISOBMFF based

Options (expert):

src (cstr): location of source content
allt (bool, default: false): load all tracks even if unknown
noedit (bool, default: false): do not use edit lists
itt (bool, default: false): convert all items of root meta into a single PID
itemid (bool, default: true): keep item IDs in PID properties
smode (enum, default: split): load mode for scalable/tile tracks
* split: each track is declared, extractors are removed
* splitx: each track is declared, extractors are kept
* single: a single track is declared (highest level for scalable, tile base for tiling)

alltk (bool, default: false): declare all tracks even disabled ones
frame_size (uint, default: 1024): frame size for raw audio samples (dispatches frame_size samples per packet)
expart (bool, default: false): expose cover art as a dedicated video pid
sigfrag (bool, default: false): signal fragment and segment boundaries of source on output packets
tkid (str): declare only track based on given param- integer value: declares track with the given ID
* audio: declares first audio track
* video: declares first video track
* 4CC: declares first track with matching 4CC for handler type
stsd (uint, default: 0): only extract sample mapped to the given sample desciption index. 0 means no filter
nocrypt (bool): signal encrypted tracks as non encrypted (mostly used for export)
mstore_size (uint, default: 1000000): target buffer size in bytes
mstore_purge (uint, default: 50000): minimum size in bytes between memory purges when reading from memory stream (pipe etc...), 0 means purge as soon as possible
mstore_samples (uint, default: 50): minimum number of samples to be present before purging sample tables when reading from memory stream (pipe etc...), 0 means purge as soon as possible
strtxt (bool, default: false): load text tracks (apple/tx3g) as MPEG-4 streaming text tracks

bifsdec

Description: MPEG-4 BIFS decoder

This filter decodes MPEG-4 BIFS frames directly into the scene graph of the compositor. It cannot be used to dump BIFS content.

No options

odfdec

Description: MPEG-4 OD decoder

This filter decodes MPEG-4 OD frames directly into the scene manager of the compositor. It cannot be used to dump OD content.

No options

fin

Description: File input

This filter dispatch raw blocks from input file into a filter chain.
Block size can be adjusted using .I block_size.
Content format can be forced through .I mime and file extension can be changed through .I ext.
Note: Unless disabled at session level (see .I -no-probe ), file extensions are usually ignored and format probing is done on the first data block.
The special file name null is used for creating a file with no data, needed by some filters such as dasher.
The special file name rand is used to generate random data.
The special file name randsc is used to generate random data with fake startcodes (0x000001).

The filter handles both files and GF_FileIO objects as input URL.

Options (expert):

src (cstr): location of source content
block_size (uint, default: 0): block size used to read file. 0 means 5000 if file less than 500m, 1M otherwise
range (lfrac, default: 0-0): byte range
ext (cstr): override file extension
mime (cstr): set file mime type

btplay

Description: BT/XMT/X3D loader

This filter parses MPEG-4 BIFS (BT and XMT), VRML97 and X3D (wrl and XML) files directly into the scene graph of the compositor. It cannot be used to dump content.

Options (expert):

progressive (bool, default: false): enable progressive loading
sax_dur (uint, default: 1000): loading duration for SAX parsing (XMT), 0 disables SAX parsing

httpin

Description: HTTP input

This filter dispatch raw blocks from a remote HTTP resource into a filter chain.
Block size can be adjusted using .I block_size, and disk caching policies can be adjusted.
Content format can be forced through .I mime and file extension can be changed through .I ext.
Note: Unless disabled at session level (see .I -no-probe ), file extensions are usually ignored and format probing is done on the first data block.

Options (expert):

src (cstr): location of source content
block_size (uint, default: 100000): block size used to read file
cache (enum, default: disk): set cache mode
* disk: cache to disk, discard once session is no longer used
* keep: cache to disk and keep
* mem: stores to memory, discard once session is no longer used
* none: no cache

range (lfrac, default: 0-0): set byte range, as fraction
ext (cstr): override file extension
mime (cstr): set file mime type

svgplay

Description: SVG loader

This filter parses SVG files directly into the scene graph of the compositor. It cannot be used to dump content.

Options (expert):

sax_dur (uint, default: 0): loading duration for SAX parsing, 0 disables SAX parsing

rfimg

Description: JPG/J2K/PNG/BMP reframer

This filter parses JPG/J2K/PNG/BMP files/data and outputs corresponding visual PID and frames.

Options (expert):

imgdec

Description: PNG/JPG decoder

This filter decodes JPEG and PNG images.

No options

rfadts

Description: ADTS reframer

This filter parses AAC files/data and outputs corresponding audio PID and frames.

Options (expert):

frame_size (uint, default: 1024): size of AAC frame in audio samples
index (dbl, default: 1.0): indexing window length
ovsbr (bool, default: false): force oversampling SBR (does not multiply timescales by 2)
sbr (enum, default: no): set SBR signaling
* no: no SBR signaling at all
* imp: backward-compatible SBR signaling (audio signaled as AAC-LC)
* exp: explicit SBR signaling (audio signaled as AAC-SBR)

ps (enum, default: no): set PS signaling
* no: no PS signaling at all
* imp: backward-compatible PS signaling (audio signaled as AAC-LC)
* exp: explicit PS signaling (audio signaled as AAC-PS)

expart (bool, default: false): expose pictures as a dedicated video pid

rflatm

Description: LATM reframer

This filter parses AAC in LATM files/data and outputs corresponding audio PID and frames.

Options (expert):

frame_size (uint, default: 1024): size of AAC frame in audio samples
index (dbl, default: 1.0): indexing window length

rfmp3

Description: MP3 reframer

This filter parses MPEG-1/2 audio files/data and outputs corresponding audio PID and frames.

Options (expert):

index (dbl, default: 1.0): indexing window length
expart (bool, default: false): expose pictures as a dedicated video pid

faad

Description: FAAD decoder

This filter decodes AAC streams through faad library.

No options

maddec

Description: MAD decoder

This filter decodes MPEG 1/2 audio streams through libmad library.

No options

xviddec

Description: XVid decoder

This filter decodes MPEG-4 part 2 (and DivX) through libxvidcore library.

Options (expert):

deblock_y (bool, default: false): enable Y deblocking
deblock_uv (bool, default: false): enable UV deblocking
film_effect (bool, default: false): enable film effect
dering_y (bool, default: false): enable Y deblocking
dering_uv (bool, default: false): enable UV deblocking

j2kdec

Description: OpenJPEG2000 decoder
Version: 2.x

This filter decodes JPEG2000 streams through OpenJPEG2000 library.

No options

rfac3

Description: AC3 reframer

This filter parses AC3 and E-AC3 files/data and outputs corresponding audio PID and frames.

Options (expert):

index (dbl, default: 1.0): indexing window length

a52dec

Description: A52 decoder

This filter decodes AC3 streams through a52dec library.

No options

rfamr

Description: AMR/EVRC reframer

This filter parses AMR, AMR Wideband, EVRC and SMV files/data and outputs corresponding audio PID and frames.

Options (expert):

index (dbl, default: 1.0): indexing window length

oggdmx

Description: OGG demuxer

This filter demultiplexes OGG files/data into a set of media PIDs and frames.

Options (expert):

index (dbl, default: 1.0): indexing window length (unimplemented, only 0 disables stream probing for duration),

vorbisdec

Description: Vorbis decoder

This filter decodes Vorbis streams through libvorbis library.

No options

theoradec

Description: Theora decoder

This filter decodes Theora streams through libtheora library.

No options

m2tsdmx

Description: MPEG-2 TS demuxer

This filter demultiplexes MPEG-2 Transport Stream files/data into a set of media PIDs and frames.

Options (expert):

temi_url (cstr): force TEMI URL
dsmcc (bool, default: no): enable DSMCC receiver
seeksrc (bool, default: true): seek local source file back to origin once all programs are setup

sockin

Description: UDP/TCP input

This filter handles generic TCP and UDP input sockets. It can also probe for MPEG-2 TS over RTP input. Probing of MPEG-2 TS over UDP/RTP is enabled by default but can be turned off.

Data format can be specified by setting either .I ext or .I mime options. If not set, the format will be guessed by probing the first data packet

- UDP sockets are used for source URLs formatted as udp://NAME
- TCP sockets are used for source URLs formatted as tcp://NAME
- UDP unix domain sockets are used for source URLs formatted as udpu://NAME
- TCP unix domain sockets are used for source URLs formatted as tcpu://NAME

On OSX with VM packet replay you will need to force multicast routing, eg: route add -net 239.255.1.4/32 -interface vboxnet0

Options (expert):

src (cstr): location of source content
block_size (uint, default: 10000): block size used to read socket
sockbuf (uint, default: 65536): socket max buffer size
port (uint, default: 1234): default port if not specified
ifce (cstr): default multicast interface
listen (bool, default: false): indicate the input socket works in server mode
ka (bool, default: false): keep socket alive if no more connections
maxc (uint, default: +I): max number of concurrent connections
tsprobe (bool, default: true): probe for MPEG-2 TS data, either RTP or raw UDP. Disabled if mime or ext are given and do not match MPEG-2 TS mimes/extensions
ext (str): indicate file extension of udp data
mime (str): indicate mime type of udp data
block (bool, default: false): set blocking mode for socket(s)
timeout (uint, default: 5000): set timeout in ms for UDP socket(s)
reorder_pck (uint, default: 100): number of packets delay for RTP reordering (M2TS over RTP)
reorder_delay (uint, default: 10): number of ms delay for RTP reordering (M2TS over RTP)

dvbin

Description: DVB for Linux

Experimental DVB support for linux, requires a channel config file through .I chcfg

Options (expert):

src (cstr): location of source content
block_size (uint, default: 65536): block size used to read file
chcfg (cstr): path to channels.conf file

osvcdec

Description: OpenSVC decoder

This filter decodes scalable AVC|H264 streams through OpenSVC library.

No options

vtbdec

Description: VideoToolBox decoder

This filter decodes MPEG-2, H263, AVC|H264 and HEVC streams through VideoToolBox. It allows GPU frame dispatch or direct frame copy.

Options (expert):

reorder (uint, default: 6): number of frames to wait for temporal re-ordering
no_copy (bool, default: true): dispatch VTB frames into filter chain (no copy)
ofmt (pfmt, default: nv12): set default pixel format for decoded video. If not matched default to nv12
disable_hw (bool, default: false): disable hardware decoding

mcdec

Description: MediaCodec decoder

This filter decodes video streams using hardware decoder on android devices

Options (expert):

disable_gl (bool, default: false): disable OpenGL texture transfer

lsrdec

Description: MPEG-4 LASeR decoder

This filter decodes MPEG-4 LASeR frames directly into the scene graph of the compositor. It cannot be used to dump LASeR content.

No options

safdmx

Description: SAF demuxer

This filter demultiplexes SAF (MPEG-4 Simple Aggregation Format for LASeR) files/data into a set of media PIDs and frames.

No options

dashin

Description: MPEG-DASH and HLS client

This filter reads MPEG-DASH, HLS and MS Smooth (on demand only for now) manifests and produces media PIDs and frames.

Options (expert):

auto_switch (uint, default: 0): switch quality every N segments, disabled if 0
segstore (enum, default: mem): enable file caching
* mem: all files are stored in memory, no disk IO
* file: files are stored to disk but discarded once played
* cache: all files are stored to disk and kept

algo (enum, default: gbuf): adaptation algorithm to use
* none: no adaptation logic
* grate: GAPC legacy algo based on available rate
* gbuf: GAPC legacy algo based on buffer occupancy
* bba0: BBA-0
* bolaf: BOLA Finite
* bolab: BOLA Basic
* bolau: BOLA-U
* bolao: BOLA-O

start_with (enum, default: max_bw): initial selection criteria
* min_q: start with lowest quality
* max_q: start with highest quality
* min_bw: start with lowest bitrate
* max_bw: start with highest bitrate; for tiles are used, all low priority tiles will have the lower (below max) bandwidth selected
* max_bw_tiles: start with highest bitrate; for tiles all low priority tiles will have their lowest bandwidth selected

max_res (bool, default: true): use max media resolution to configure display
immediate (bool, default: false): when interactive switching is requested and immediate is set, the buffer segments are trashed
abort (bool, default: false): allow abort during a segment download
use_bmin (bool, default: false): use the indicated min buffer time of the MPD if true, otherwise uses default player settings
shift_utc (sint, default: 0): shift DASH UTC clock in ms
atsc_shift (sint, default: 0): shift ATSC requests time by given ms
server_utc (bool, default: yes): use ServerUTC: or Date: http headers instead of local UTC
screen_res (bool, default: yes): use screen resolution in selection phase
init_timeshift (uint, default: 0): set initial timshift in ms (if >0) or in per-cent of timeshift buffer (if <0)
tile_mode (enum, default: none): tile adaptation mode
* none: bitrate is shared equaly accross all tiles
* rows: bitrate decreases for each row of tiles starting from the top, same rate for each tile on the row
* rrows: bitrate decreases for each row of tiles starting from the bottom, same rate for each tile on the row
* mrows: bitrate decreased for top and bottom rows only, same rate for each tile on the row
* cols: bitrate decreases for each columns of tiles starting from the left, same rate for each tile on the columns
* rcols: bitrate decreases for each columns of tiles starting from the right, same rate for each tile on the columns
* mcols: bitrate decreased for left and right columns only, same rate for each tile on the columns
* center: bitrate decreased for all tiles on the edge of the picture
* edges: bitrate decreased for all tiles on the center of the picture

tiles_rate (uint, default: 100): indicate the amount of bandwidth to use at each quality level. The rate is recursively applied at each level, e.g. if 50%, Level1 gets 50%, level2 gets 25%, ... If 100, automatic rate allocation will be done by maximizing the quality in order of priority. If 0, bitstream will not be smoothed across tiles/qualities, and concurrency may happen between different media
delay40X (uint, default: 500): delay in millisconds to wait between two 40X on the same segment
exp_threshold (uint, default: 100): delay in millisconds to wait after the segment AvailabilityEndDate before considering the segment lost
switch_count (uint, default: 1): indicate how many segments the client shall wait before switching up bandwidth. If 0, switch will happen as soon as the bandwidth is enough, but this is more prone to network variations
aggressive (bool, default: no): if enabled, switching algo targets the closest bandwidth fitting the available download rate. If no, switching algo targets the lowest bitrate representation that is above the currently played (eg does not try to switch to max bandwidth)
debug_as (uint, default: -1): play only the adaptation set indicated by its index in the MPD; if negative, all sets are used
speedadapt (bool, default: no): enable adaptation based on playback speed
noxlink (bool, default: no): disable xlink if period has both xlink and adaptation sets
query (str): set query string (without initial '?') to append to xlink of periods
split_as (bool, default: no): separate all qualities into different adaptation sets and stream all qualities
noseek (bool, default: no): disable seeking of initial segment(s) in dynamic mode (useful when UTC clocks do not match)
lowlat (enum, default: early): segment scheduling policy in low latency mode
* no: disable low latency
* strict: strict respect of AST offset in low latency
* early: allow fetching segments earlier than their AST in low latency when input demux is empty

cdcrypt

Description: CENC decryptor

The CENC decryptor supports decrypting CENC, ISMA and Adobe streams. It uses a configuration file for retrieving keys.
The syntax is available at https://wiki.gpac.io/Common-Encryption
The file can be set per PID using the property DecryptInfo (highest priority), CryptInfo (lower priority) or set at the filter level using .I cfile (lowest priority).
When the file is set per PID, the first CryptInfo with the same ID is used, otherwise the first CryptInfo is used.

Options (expert):

cfile (str): crypt file location - see filter help

cecrypt

Description: CENC encryptor

The CENC encryptor supports CENC, ISMA and Adobe encryption. It uses a DRM config file for declaring keys.
The syntax is available at https://wiki.gpac.io/Common-Encryption
The DRM config file can be set per PID using the property CryptInfo, or set at the filter level using .I cfile.
When the DRM config file is set per PID, the first CrypTrack in the DRM config file with the same ID is used, otherwise the first CrypTrack is used.
If no DRM config file is defined for a given PID, this PID will not be encrypted, or an error will be thrown if .I allc is specified.

Options (expert):

cfile (str): crypt file location - see filter help
allc (str): throw error if no DRM config file is found for a PID - see filter help

mp4mx

Description: ISOBMFF/QT muxer

Muxes file according to ISOBMFF (14496-12 and derived specifications) or QuickTime

Tracks and Items

By default all input PIDs with ItemID property set are muxed as items, otherwise they are muxed as tracks.
To prevent source items to be muxed as items, use .I -itemid option from ISOBMF demuxer.
Example
-i source.mp4:itemid=false -o file.mp4

To force non-item streams to be muxed as items, use #ItemID option on that PID:
Example
-i source.jpg:#ItemID=1 -o file.mp4

Storage

The .I store option allows controling if the file is fragmented ot not, and when not fragmented, how interleaving is done. For cases where disk requirements are tight and fragmentation cannot be used, it is recommended to use either flat or fstart modes.

The .I vodcache option allows controling how DASH onDemand segments are generated:
- If set to on, file data is stored to a temporary file on disk and flushed upon completion, no padding is present.
- If set to insert, SIDX/SSIX will be injected upon completion of the file by shifting bytes in file. In this case, no padding is required but this might not be compatible with all output sinks and will take longer to write the file.
- If set to replace, SIDX/SSIX size will be estimated based on duration and DASH segment length, and padding will be used in the file before the final SIDX. If input pids have the properties DSegs set, this will be as the number of segments.
The on and insert modes will produce exactly the same file, while the mode replace may inject a free box before the sidx.

Custom boxes

Custom boxes can be specified as box patches:
For movie-level patch, the .I boxpatch option of the filter should be used.
Per PID box patch can be specified through the PID property boxpatch.
Example
src=source:#boxpatch=myfile.xml dst=mux.mp4

Per Item box patch can be specified through the PID property boxpatch.
Example
src=source:1ItemID=1:#boxpatch=myfile.xml dst=mux.mp4

The box patch is applied before writing the initial moov box in fragmented mode, or when writing the complete file otherwise.
The box patch can either be a filename or the full XML string.

Tagging

When tagging is enabled, the filter will watch the property CoverArt and all custom properties on incoming pid.
The built-in tag names are album, artist, comment, complilation, composer, year, disk, tool, genre, contentgroup, title, tempo, track, tracknum, writer, encoder, album_artist, gapless, conductor.
Other tag class may be specified using tag_NAME property names, and will be added if .I tags is set to all using:
- NAME as a box 4CC if NAME is four characters long
- the CRC32 of the NAME as a box 4CC if NAME is not four characters long

Notes

The filter watches the property FileNumber on incoming packets to create new files or new segments in DASH mode.

Options (expert):

m4sys (bool, default: false): force MPEG-4 Systems signaling of tracks
dref (bool, default: false): only references data from source file - not compatible with all media sources
ctmode (enum, default: edit): set composition offset mode for video tracks
* edit: uses edit lists to shift first frame to presentation time 0
* noedit: ignore edit lists and does not shift timeline
* negctts: uses ctts v1 with possibly negative offsets and no edit lists

idur (frac, default: 0): only import the specified duration. If negative, specify the number of coded frames to import
pack3gp (uint, default: 1): pack a given number of 3GPP audio frames in one sample
importer (bool, default: false): compatibility with old importer, displays import progress
pack_nal (bool, default: false): repack NALU size length to minimum possible size for NALU-based video (AVC/HEVC/...)
xps_inband (enum, default: no): use inband (in sample data) param set for NALU-based video (AVC/HEVC/...)
* no: paramater sets are not inband, several sample descriptions might be created
* all: paramater sets are inband, no param sets in sample description
* both: paramater sets are inband, signaled as inband, and also first set is kept in sample descripton
* mix: creates non-standard files using single sample entry with first PSs found, and moves other PS inband

store (enum, default: inter): file storage mode
* inter: perform precise interleave of the file using .I cdur (requires temporary storage of all media)
* flat: write samples as they arrive and moov at end (fastest mode)
* fstart: write samples as they arrive and moov before mdat
* tight: uses per-sample interleaving of all tracks (requires temporary storage of all media)
* frag: fragments the file using cdur duration
* sfrag: framents the file using cdur duration but adjusting to start with SAP1/3

cdur (dbl, default: -1.0): chunk duration for interleaving and fragmentation modes
* 0: no specific interleaving but moov first
* negative: defaults to 1.0 unless overridden by storage profile
moovts (sint, default: 600): timescale to use for movie. A negative value picks the media timescale of the first track added
moof_first (bool, default: true): generate fragments starting with moof then mdat
abs_offset (bool, default: false): use absolute file offset in fragments rather than offsets from moof
fsap (bool, default: true): split truns in video fragments at SAPs to reduce file size
subs_sidx (sint, default: -1): number of subsegments per sidx. negative value disables sidx, -2 removes sidx if present in source pid
m4cc (str): 4 character code of empty box to appen at the end of a segment
chain_sidx (bool, default: false): use daisy-chaining of SIDX
msn (uint, default: 1): sequence number of first moof to N
msninc (uint, default: 1): sequence number increase between moofs
tfdt (lfrac, default: 0): set TFDT of first traf
tfdt_traf (bool, default: false): set TFDT in each traf
nofragdef (bool, default: false): disable default flags in fragments
straf (bool, default: false): use a single traf per moov (smooth streaming and co)
strun (bool, default: false): use a single trun per traf (smooth streaming and co)
psshs (enum, default: moov): set PSSH boxes store mode
* moof: in first moof of each segments
* moov: in movie box
* none: pssh is discarded

sgpd_traf (bool, default: false): store sample group descriptions in traf (duplicated for each traf). If not used, sample group descriptions are stored in the movie box
vodcache (enum, default: replace): enable temp storage for VoD dash modes - see filter help
* on: use temp storage of complete file for sidx and ssix injection
* insert: insert sidx and ssix by shifting bytes in output file
* replace: precompute pace requirements for sidx and ssix and rewrite file range at end

noinit (bool, default: false): do not produce initial moov, used for DASH bitstream switching mode
tktpl (enum, default: yes): use track box from input if any as a template to create new track
* no: disables template
* yes: clones the track (except edits and decoder config)
* udta: only loads udta

mudta (enum, default: yes): use udta and other moov extension boxes from input if any
* no: disables import
* yes: clones all extension boxes
* udta: only loads udta

tmpd (str): set temp directory for intermediate file(s)
mvex (bool, default: false): set mvex after tracks
sdtp_traf (enum, default: no): use sdtp in traf rather than using flags in trun sample entries
* no: do not use sdtp
* sdtp: use sdtp box to indicate sample dependencies and don't write info in trun sample flags
* both: use sdtp box to indicate sample dependencies and also write info in trun sample flags

trackid (uint, default: 0): track ID of created track for single track. Default 0 uses next available trackID
fragdur (bool, default: false): fragment based on fragment duration rather than CTS. Mostly used for MP4Box -frag option
btrt (bool, default: true): set btrt box in sample description
styp (str): set segment styp major brand to the given 4CC[.version]
mediats (sint, default: 0): set media timescale. A value of 0 means inherit from pid, a value of -1 means derive from samplerate or frame rate
ase (enum, default: v0): set audio sample entry mode for more than stereo layouts
* v0: use v0 signaling but channel count from stream, recommended for backward compatibility
* v0s: use v0 signaling and force channel count to 2 (stereo) if more than 2 channels
* v1: use v1 signaling, ISOBMFF style (will mux raw PCM as ISOBMFF style)
* v1qt: use v1 signaling, QTFF style

ssix (bool, default: false): create ssix when sidx is present, level 1 mappping I-frames byte ranges, level 0xFF mapping the rest
ccst (bool, default: false): insert coding constraint box for video tracks
maxchunk (uint, default: 0): set max chunk size in bytes for runs (only used in non-fragmented mode). 0 means no constraints
noroll (bool, default: false): disable roll sample grouping
saio32 (bool, default: false): set single segment mode for dash
compress (enum, default: no): set top-level box compression mode
* no: disable box compression
* moov: compress only moov box
* moof: compress only moof boxes
* sidx: compress moof and sidx boxes
* ssix: compress moof, sidx and ssix boxes
* all: compress moov, moof, sidx and ssix boxes

fcomp (bool, default: false): force using compress box even when compressed size is larger than uncompressed
trun_inter (bool, default: false): interleave samples in trun based on the temporal level, the lowest level are stored first - this will create as many trun as required
block_size (uint, default: 10000): target output block size, 0 for default internal value (10k)
boxpatch (str): apply box patch before writing
deps (bool, default: true): add samples dependencies information
mfra (bool, default: false): enable movie fragment random access when fragmenting (ignored when dashing)
forcesync (bool, default: false): force all SAP types to be considered sync samples (might produce non-conformant files)
tags (enum, default: strict): tag injection mode
* none: do not inject tags
* strict: only inject recognized itunes tags
* all: inject all possible tags

rfqcp

Description: QCP reframer

This filter parses QCP files/data and outputs corresponding audio PID and frames.

Options (expert):

index (dbl, default: 1.0): indexing window length

rfh263

Description: H263 reframer

This filter parses H263 files/data and outputs corresponding visual PID and frames.

Options (expert):

fps (frac, default: 15000/1000): import frame rate
index (dbl, default: 1.0): indexing window length

rfmpgvid

Description: M1V/M2V/M4V reframer

This filter parses MPEG-1/2 and MPEG-4 part 2 video files/data and outputs corresponding video PID and frames.
Note: The demux uses negative CTS offsets: CTS is corrrect, but some frames may have DTS greater than CTS.

Options (expert):

fps (frac, default: 0/1000): import frame rate (0 default to FPS from bitstream or 25 Hz)
index (dbl, default: 1.0): indexing window length
vfr (bool, default: false): set variable frame rate import
importer (bool, default: false): compatibility with old importer, displays import results

nhntr

Description: NHNT reader

This filter reads NHNT files/data to produce a media PID and frames.
NHNT documentation is available at https://wiki.gpac.io/NHNT-Format

Options (expert):

reframe (bool, default: false): force reparsing of referenced content
index (dbl, default: 1.0): indexing window length

nhmlr

Description: NHML parser

This filter reads NHML files/data to produce a media PID and frames.
NHML documentation is available at https://wiki.gpac.io/NHML-Format

Options (expert):

reframe (bool, default: false): force reparsing of referenced content
index (dbl, default: 1.0): indexing window length

rfnalu

Description: AVC/HEVC reframer

This filter parses AVC|H264 and HEVC files/data and outputs corresponding video PID and frames.
This demuxer only produces ISOBMFF-compatible output: start codes are removed, NALU length field added and avcC/hvcC config created.
Note: The demux uses negative CTS offsets: CTS is corrrect, but some frames may have DTS greater than CTS.

Options (expert):

fps (frac, default: 0/1000): import frame rate (0 default to FPS from bitstream or 25 Hz)
index (dbl, default: -1.0): indexing window length. If 0, bitstream is not probed for duration. A negative value skips the indexing if the source file is larger than 100M (slows down importers) unless a play with start range > 0 is issued, otherwise uses the positive value
explicit (bool, default: false): use explicit layered (SVC/LHVC) import
strict_poc (enum, default: off): delay frame output of an entire GOP to ensure CTS info is correct when POC suddenly changes
* off: disable GOP buffering
* on: enable GOP buffering, assuming no error in POC
* error: enable GOP buffering and try to detect lost frames

nosei (bool, default: false): remove all sei messages
nosvc (bool, default: false): remove all SVC/MVC/LHVC data
novpsext (bool, default: false): remove all VPS extensions
importer (bool, default: false): compatibility with old importer, displays import results
nal_length (uint, default: 4): set number of bytes used to code length field: 1, 2 or 4
subsamples (bool, default: false): import subsamples information
deps (bool, default: false): import samples dependencies information
seirw (bool, default: true): rewrite AVC sei messages for ISOBMFF constraints
audelim (bool, default: false): keep Access Unit delimiter in payload

m2psdmx

Description: MPEG PS demuxer

This filter demultiplexes MPEG-2 program stream files/data to produce media PIDs and frames.

No options

avidmx

Description: AVI demuxer

This filter demultiplexes AVI files/data to produce media PIDs and frames.

Options (expert):

fps (frac, default: 1/0): import frame rate, default is AVI one
importer (bool, default: false): compatibility with old importer, displays import results

txtin

Description: Subtitle loader

This filter reads subtitle data (srt/webvtt/ttxt/sub) to produce media PIDs and frames.
The TTXT documentation is available at https://wiki.gpac.io/TTXT-Format-Documentation

Options (expert):

webvtt (bool, default: false): force WebVTT import of SRT files
nodefbox (bool, default: false): skip default text box
noflush (bool, default: false): skip final sample flush for srt
fontname (str): default font to use
fontsize (uint, default: 18): default font size
lang (str): default language to use
width (uint, default: 0): default width of text area, set to 0 to resolve against visual PIDs
height (uint, default: 0): default height of text area, set to 0 to resolve against visual PIDs
txtx (uint, default: 0): default horizontal offset of text area: -1 (left), 0 (center) or 1 (right)
txty (uint, default: 0): default vertical offset of text area: -1 (bottom), 0 (center) or 1 (top)
zorder (sint, default: 0): default z-order of the PID
timescale (uint, default: 1000): default timescale of the PID

ttxtdec

Description: TTXT/TX3G decoder

This filter decodes TTXT/TX3G streams into a BIFS scene graph of the compositor filter.
The TTXT documentation is available at https://wiki.gpac.io/TTXT-Format-Documentation

Options (expert):

texture (bool, default: false): use texturing for output text
outline (bool, default: false): draw text outline
txtw (uint, default: 400): default width in standalone rendering
txth (uint, default: 200): default height in standalone rendering

vttdec

Description: WebVTT decoder

This filter decodes WebVTT streams into a SVG scene graph of the compositor filter.
The scene graph creation is done through JavaScript.
The filter options are used to override the JS global variables of the WebVTT renderer.

Options (expert):

script (str, default: $GSHARE/scripts/webvtt-renderer.js): location of WebVTT SVG JS renderer
font (str, default: SANS, updatable): font to use
fontSize (flt, default: 20, updatable): font size to use
color (str, default: white, updatable): color to use
lineSpacing (flt, default: 1.0, updatable): line spacing as scaling factor to font size
txtx (flt, default: 5, updatable): horizontal offset
txty (flt, default: 5, updatable): vertical offset
txtw (uint, default: 400): default width in standalone rendering
txth (uint, default: 200): default height in standalone rendering

ttmldec

Description: TTML decoder

This filter decodes TTML streams into a SVG scene graph of the compositor filter.
The scene graph creation is done through JavaScript.
The filter options are used to override the JS global variables of the TTML renderer.

Options (expert):

script (str, default: $GSHARE/scripts/ttml-renderer.js): location of TTML SVG JS renderer
font (str, default: SANS, updatable): font to use
fontSize (flt, default: 20, updatable): font size to use
color (str, default: white, updatable): color to use
valign (enum, default: bottom, updatable): vertical alignment
* bottom: align text at bottom of text area
* center: align text at center of text area
* top: align text at top of text area

lineSpacing (flt, default: 1.0, updatable): line spacing as scaling factor to font size
txtx (flt, default: 5, updatable): horizontal offset
txty (flt, default: 5, updatable): vertical offset
txtw (uint, default: 400): default width in standalone rendering
txth (uint, default: 200): default height in standalone rendering

rtpin

Description: RTP/RTSP/SDP input

This filter handles SDP/RTSP/RTP input reading. It supports:
- SDP file reading
- RTP direct url through rtp:// protocol scheme
- RTSP session processing through rtsp:// and satip:// protocol schemes

The filter produces either media PIDs and compressed media frames, or file PIDs and multiplex data (e.g., MPEG-2 TS).

Options (expert):

src (cstr): location of source content (SDP, RTP or RTSP URL)
firstport (uint, default: 0): default first port number to use. 0 lets the filter decide
ifce (str): default interface IP to use for multicast. If NULL, the default system interface will be used
ttl (uint, default: 127, minmax: 0-127): multicast TTL
reorder_len (uint, default: 1000): reorder length in packets
reorder_delay (uint, default: 50): max delay in RTP reorderer, packets will be dispatched after that
block_size (uint, default: 0x200000): buffer size fur RTP/UDP or RTSP when interleaved
disable_rtcp (bool, default: false): disable RTCP reporting
nat_keepalive (uint, default: 0): delay in ms of NAT keepalive, disabled by default (except for SatIP, set to 30s by default)
force_mcast (str): force multicast on indicated IP in RTSP setup
use_client_ports (bool, default: false): force using client ports (hack for some RTSP servers overriding client ports)
bandwidth (uint, default: 0): set bandwidth param for RTSP requests
default_port (uint, default: 554, minmax: 0-65535): set default RTSP port
satip_port (uint, default: 1400, minmax: 0-65535): set default port for SATIP
interleave (bool, default: false): set RTP over RTSP
udp_timeout (uint, default: 10000): default timeout before considering UDP is down
rtsp_timeout (uint, default: 3000): default timeout before considering RTSP is down
rtcp_timeout (uint, default: 5000): default timeout for RTCP trafic in ms. After this timeout, playback will start unsync. If 0 always wait for RTCP
autortsp (bool, default: true): automatically reconfig RTSP interleaving if UDP timeout
first_packet_drop (uint, default: 0): set number of first RTP packet to drop - 0 if no drop
frequency_drop (uint, default: 0): drop 1 out of N packet - 0 disable droping
user_agent (str, default: $GUA): user agent string, by default solved from GPAC preferences
languages (str, default: $GLANG): user languages, by default solved from GPAC preferences
stats (uint, default: 500): update statistics to the user every given MS, 0 disables reporting
max_sleep (sint, default: 1000): set max sleep in milliseconds. A negative value -N means to always sleep for N ms, a positive value N means to sleep at most N ms but will sleep less if frame duration is shorter
rtcpsync (bool, default: true): use RTCP to adjust synchronization

fout

Description: File output

The file output filter is used to write output to disk, and does not produce any output PID.
It can work as a null sink when its destination is null, dropping all input packets. In this case it accepts ANY type of input pid, not just file ones.
In regular mode, the filter only accept pid of type file. It will dump to file incomming packets (stream type file), starting a new file for each packet having a frame_start flag set, unless operating in .I cat mode.
The ouput file name can use gpac templating mechanism, see gpac -h doc.The filter watches the property FileNumber on incoming packets to create new files.

Options (expert):

dst (cstr): location of destination file - see filter help
append (bool, default: false): open in append mode
dynext (bool, default: false): indicate the file extension is set by filter chain, not dst
start (dbl, default: 0.0): set playback start offset. Negative value means percent of media dur with -1 <=> dur
speed (dbl, default: 1.0): set playback speed when vsync is on. If speed is negative and start is 0, start is set to -1
ext (cstr): set extension for graph resolution, regardless of file extension
mime (cstr): set mime type for graph resolution
cat (bool, default: false): cat each file of input pid rather than creating one file per filename
ow (bool, default: true): overwrite output if existing
mvbk (uint, default: 8192): block size used when moving parts of the file around in patch mode
redund (bool, default: false): keep redundant packet in output file

uflatm

Description: Raw AAC to LATM writer

This filter converts AAC streams into LATM encapsulated data.

Options (expert):

fdsi (frac, default: 0): set delay between two LATM Audio Config

ufadts

Description: ADTS writer

This filter converts AAC streams into ADTS encapsulated data.

Options (expert):

mpeg2 (enum, default: auto): signal as MPEG2 AAC
* auto: selects based on AAC profile
* no: always signals as MPEG-4 AAC
* yes: always signals as MPEG-2 AAC

reframer

Description: Media Reframer

This filter provides various compressed domain tools on inputs:
- ensure reframing
- optionally force decoding
- real-time regulation
- packet filtering based on SAP types or frame numbers
- time-range extraction and spliting
This filter forces input pids to be properly framed (1 packet = 1 Access Unit).
It is typcially needed to force remultiplexing in file to file operations when source and destination files use the same format.

SAP filtering

The filter can remove packets based on their SAP types using .I saps option.
For example, this can be used to extract only the key frame (SAP 1,2,3) of a video to create a trick mode version.

Frame filtering

This filter can keep only specific Access Units of the source using .I frames option.
For example, this can be used to extract only specific key frame of a video to create a HEIF collection.

Frame decoding

This filter can force input media streams to be decoded using the .I raw option.
Example
gpac src=m.mp4 reframer:raw @ [dst]

Real-time Regulation

The filter can perform real-time regulation of input packets, based on their timescale and timestamps.
For example to simulate a live DASH:
Example
gpac src=m.mp4 reframer:rt=on @ dst=live.mpd:dynamic

Range extraction

The filter can perform time range extraction of the source using .I xs and .I xe options.
The formats allowed for times specifiers are:
* 'T'H:M:S: specify time in hours, minutes, seconds
* 'T'H:M:S.MS: specify time in hours, minutes, seconds and milliseconds
* INT: specify time in millisecond
* NUM/DEN: specify time in seconds as fraction
* FNUM: specify time as frame number
In this mode, the timestamps are rewritten to form a continuous timeline.
When multiple ranges are given, the filter will try to seek if supported by source.
Example
gpac src=m.mp4 reframer:xs=T00:00:10,T00:01:10,T00:02:00:xs=T00:00:20,T00:01:20 [dst]

This will extract the time ranges [10s,20s], [1m10s,1m20s] and all media starting from 2m

It is possible to signal range boundaries in output packets using .I splitrange.
This will expose on the first packet of each range in each pid the following properties:
* FileNumber: starting at 1 for the first range, to be used as replacement for $num$ in templates
* FileSuffix: corresponding to StartRange_EndRange or StartRange for open ranges, to be used as replacement for $FS$ in templates

Example
gpac src=m.mp4 reframer:xs=T00:00:10,T00:01:10:xe=T00:00:20:splitrange -o dump_$FS$.264

This will create two output files dump_T00.00.10_T00.02.00.264 and dump_T00.01.10.264.
Note: The : and / characters are replaced by . in FileSuffix property.

Other split actions

The filter can perform splitting of the source using .I xs option.
The additional formats allowed for .I xs option are:
* 'SAP': split source at each SAP/RAP
* 'D'VAL: split source by chunks of VAL ms
* 'D'NUM/DEN: split source by chunks of NUM/DEN seconds
* 'S'VAL: split source by chunks of estimated size VAL bytes, VAL can use property multipliers

Note: In these modes, .I splitrange and .I xadjust are implicitly set.

Options (expert):

exporter (bool, default: false): compatibility with old exporter, displays export results
rt (enum, default: off): real-time regulation mode of input
* off: disables real-time regulation
* on: enables real-time regulation, one clock per pid
* sync: enables real-time regulation one clock for all pids

saps (uintl, minmax: 0|1|2|3|4): drop non-SAP packets, off by default. The list gives the SAP types (0,1,2,3,4) to forward. Note that forwarding only sap 0 will break the decoding

refs (bool, default: false): forward only frames used as reference frames, if indicated in the input stream
speed (dbl, default: 1.0): speed for real-time regulation mode - only positive value
raw (bool, default: false): force input streams to be in raw format (i.e. forces decoding of input)
frames (uintl): drop all except listed frames (first being 1), off by default
xs (strl): extraction start time(s), see filter help
xe (strl): extraction end time(s). If less values than start times, the last time interval extracted is an open range
xround (enum, default: before): adjustment of extraction start range I-frame
* before: use first I-frame preceeding or equal to start range
* after: use first I-frame (if any) following or equal to start range
* closest: use I-frame closest to start range

xadjust (bool, default: false): adjust end time of extraction range to be before next I-frame
nosap (bool, default: false): do not cut at SAP when extracting range (may result in broken streams)
splitrange (bool, default: false): signal file boundary at each extraction first packet for template-base file generation
seeksafe (dbl, default: 10.0): rewind play requests by given seconds (to make sur I-frame preceeding start is catched)

writegen

Description: Stream to file

Generic single stream to file converter, used when extracting/converting PIDs.
The writegen filter should usually not be explicetly loaded without a source ID specified, since the filter would likely match any pid connection.

Options (expert):

exporter (bool, default: false): compatibility with old exporter, displays export results
pfmt (pfmt, default: none, minmax: none,yuv420,yuv420_10,yuv422,yuv422_10,yuv444,yuv444_10,uyvy,vyuy,yuyv,yvyu,nv12,nv21,nv1l,nv2l,yuva,yuvd,yuv444a,grey,algr,gral,rgb4,rgb5,rgb6,rgba,argb,bgra,abgr,rgb,bgr,xrgb,rgbx,xbgr,bgrx,rgbd,rgbds,rgbs,rgbas): pixel format for raw extract. If not set, derived from extension
afmt (afmt, default: none, minmax: none,u8,s16,s24,s32,flt,dbl,u8p,s16p,s24p,s32p,fltp,dblp): audio format for raw extract. If not set, derived from extension
decinfo (enum, default: auto): decoder config insert mode
* no: never inserted
* first: inserted on first packet
* sap: inserted at each SAP
* auto: selects between no and first based on media type

split (bool, default: false): force one file per decoded frame
frame (bool, default: false): force single frame dump with no rewrite. In this mode, all codecids are supported
sstart (uint, default: 0): start number of frame to forward. If 0, all samples are forwarded
send (uint, default: 0): end number of frame to forward. If less than start frame, all samples after start are forwarded
dur (frac, default: 0): duration of media to forward after first sample. If 0, all samples are forwarded

ufnalu

Description: AVC/HEVC to AnnexB writer

This filter converts AVC|H264 and HEVC streams into AnnexB format, with inband parameter sets and start codes.

Options (expert):

rcfg (bool, default: true): force repeating decoder config at each I-frame
extract (enum, default: all): layer extraction mode
* full: extracts all layers
* base: extract base layer only
* layer: extract non-base layer(s) only

delim (bool, default: true): insert AU Delimiter NAL

writeqcp

Description: QCP writer

This filter converts a single stream to a QCP output file.

Options (expert):

exporter (bool, default: false): compatibility with old exporter, displays export results

writevtt

Description: WebVTT writer

This filter converts a single stream to a WebVTT output file.

Options (expert):

exporter (bool, default: false): compatibility with old exporter, displays export results
merge (bool, default: false): merge VTT cue if needed

nhntw

Description: NHNT writer

This filter converts a single stream to an NHNT output file.
NHNT documentation is available at https://wiki.gpac.io/NHNT-Format

Options (expert):

exporter (bool, default: false): compatibility with old exporter, displays export results
large (bool, default: false): use large file mode

nhmlw

Description: NHML writer

This filter converts a single stream to an NHML output file.
NHML documentation is available at https://wiki.gpac.io/NHML-Format

Options (expert):

exporter (bool, default: false): compatibility with old exporter, displays export results
dims (bool, default: false): use DIMS mode
name (str): set output name of files produced (needed media/info files refered to from XML
nhmlonly (bool, default: false): only dump NHML info, not media
pckp (bool, default: false): full NHML dump
chksum (enum, default: none): insert frame checksum
* none: no checksum
* crc: CRC32 checksum
* sha1: SHA1 checksum

vobsubdmx

Description: VobSub demuxer

This filter demultiplexes VobSub files/data to produce media PIDs and frames.

Options (expert):

blankframe (bool, default: true): force inserting a blank frame if first subpic is not at 0

avimx

Description: AVI muxer

This filter multiplexes raw or compressed audio and video to produce an AVI output.

Unlike other multiplexing filters in GPAC, this filter is a sink filter and does not produce any PID to be redirected in the graph.
The filter can however use template names for its output, using the first input PID to resolve the final name.
The filter watches the property FileNumber on incoming packets to create new files.

Options (expert):

dst (cstr): location of destination file
fps (frac, default: 25/1): default framerate if none indicated in stream
noraw (bool, default: false): disable raw output in AVI, only compressed ones allowed
opendml_size (luint, default: 0): force opendml format when chunks are larger than this amount (0 means 1.9Gb max size in each riff chunk)

aout

Description: Audio output

This filter outputs a single uncompressed audio PID to a soundcard.

Options (expert):

drv (cstr): audio driver name
bnum (uint, default: 2): number of audio buffers - 0 for auto
bdur (uint, default: 100): total duration of all buffers in ms - 0 for auto. The longer the audio buffer is, the longer the audio latency will be (pause/resume). The quality of fast forward audio playback will also be degradated when using large audio buffers
threaded (bool, default: true): force dedicated thread creation if sound card driver is not threaded
dur (frac, default: 0): only play the specified duration
clock (bool, default: true): hint audio clock for this stream (reports system time and CTS), for other filters to use
speed (dbl, default: 1.0): set playback speed. If speed is negative and start is 0, start is set to -1
start (dbl, default: 0.0): set playback start offset. Negative value means percent of media dur with -1 <=> dur
vol (uint, default: 100, minmax: 0-100, updatable): set default audio volume, as a percentage between 0 and 100
pan (uint, default: 50, minmax: 0-100, updatable): set stereo pan, as a percentage between 0 and 100, 50 being centered
buffer (uint, default: 200): set buffer in ms
adelay (frac, default: 0, updatable): set audio delay in sec

ufm4v

Description: M4V writer

This filter converts MPEG-4 part 2 visual streams into dumpable format (reinsert decoder config).

Options (expert):

rcfg (bool, default: true): force repeating decoder config at each I-frame

resample

Description: Audio resampler

This filter resamples raw audio to a target sample rate, number of channels or audio format.

Options (expert):

ch (uint, default: 0): desired number of output audio channels - 0 for auto
sr (uint, default: 0): desired sample rate of output audio - 0 for auto
fmt (afmt, default: none): desired format of output audio - none for auto

vout

Description: Video output

This filter displays a single visual pid in a window.
The window is created unless a window handle (HWND, xWindow, etc) is indicated in the config file ( [Temp]OSWnd=ptr).
The output uses GPAC video output module indicated in .I drv option or in the config file (see GPAC core help).
The video output module can be further configured (see GPAC core help).
The filter can use openGL or 2D blitter of the graphics card, depending on the OS support.
The filter can be used do dump frames as written on the grapics card.
In this case, the window is not visible and only the listed frames are drawn to the GPU.
The pixel format of the dumped frame is always RGB in OpenGL and matches the video backbuffer format in 2D mode.

Options (expert):

drv (cstr): video driver name
vsync (bool, default: true): enable video screen sync
drop (bool, default: false): enable droping late frames
disp (enum, default: gl): display mode
* gl: OpenGL
* pbo: OpenGL with PBO
* blit: 2D hardware blit
* soft: software blit

start (dbl, default: 0.0): set playback start offset. Negative value means percent of media dur with -1 <=> dur
dur (lfrac, default: 0): only play the specified duration
speed (dbl, default: 1.0): set playback speed when vsync is on. If speed is negative and start is 0, start is set to -1
hold (dbl, default: 1.0): number of seconds to hold display for single-frame streams. A negative value force a hold on last frame for single or multi-frames streams
linear (bool, default: false): use linear filtering instead of nearest pixel for GL mode
back (uint, default: 0x808080): back color for transparent images
wsize (v2di, default: -1x-1): default init window size. 0x0 holds the window size of the first frame. Negative values indicate video media size
wpos (v2di, default: -1x-1): default position (0,0 top-left)
vdelay (frac, default: 0, updatable): set delay in sec, positive value displays after audio clock
hide (bool, default: false): hide output window
fullscreen (bool, default: false): use fullcreen
buffer (uint, default: 100): set buffer in ms
dumpframes (uintl): ordered list of frames to dump, 1 being first frame - see filter help. Special value 0 means dump all frames
out (str, default: dump): radical of dump frame filenames. If no extension is provided, frames are exported as $OUT_%d.PFMT

vcrop

Description: Video crop

This filter is used to crop raw video data.

Options (expert):

wnd (str): size of output to crop, indicated as TxLxWxH. If % is indicated after a number, the value is in percent of the source width (for L and W) or height (for T and H). An absolute offset (+x, -x) can be added after percent
copy (bool, default: false): copy the source pixels. By default the filter will try to forward crop frames by adjusting offsets and strides of the source if possible (window contained in frame)
round (enum, default: up): adjust dimension to be a multiple of 2
* up: up rounding
* down: down rounding
* allup: up rounding on formats that do not require it (RGB, YUV444)
* alldown: down rounding on formats that do not require it (RGB, YUV444)

vflip

Description: Video flip

Filter used to flip video frames vertically, horizontally, in both directions or no flip

Options (expert):

mode (enum, default: vert, updatable): flip mode
* off: no flipping (passthrough)
* vert: vertical flip
* horiz: horizontal flip
* both: horizontal and vertical flip

rfrawvid

Description: RAW video reframer

This filter parses raw YUV and RGB files/data and outputs corresponding raw video PID and frames.

Options (expert):

size (v2di, default: 0x0): source video resolution
spfmt (pfmt, default: none, minmax: none,yuv420,yuv420_10,yuv422,yuv422_10,yuv444,yuv444_10,uyvy,vyuy,yuyv,yvyu,nv12,nv21,nv1l,nv2l,yuva,yuvd,yuv444a,grey,algr,gral,rgb4,rgb5,rgb6,rgba,argb,bgra,abgr,rgb,bgr,xrgb,rgbx,xbgr,bgrx,rgbd,rgbds,rgbs,rgbas): source pixel format. When not set, derived from file extension
fps (frac, default: 25/1): number of frames per second
copy (bool, default: false): copy source bytes into output frame. If not set, source bytes are referenced only

rfpcm

Description: PCM reframer

This filter parses raw PCM file/data and outputs corresponding raw audio PID and frames.

Options (expert):

sr (uint, default: 44100): sample rate
safmt (afmt, default: none, minmax: none,u8,s16,s24,s32,flt,dbl,u8p,s16p,s24p,s32p,fltp,dblp): audio format
ch (uint, default: 2): number of channels
framelen (uint, default: 1024): number of samples to put in one audio frame. For planar formats, indicate plane size in samples

jpgenc

Description: JPG encoder

This filter encodes a single uncompressed video PID to JPEG using libjpeg.

Options (expert):

dctmode (enum, default: fast): type of DCT used
* slow: precise but slow integer DCT
* fast: less precise but faster integer DCT
* float: float DCT

quality (uint, default: 100, minmax: 0-100, updatable): compression quality

pngenc

Description: PNG encoder

This filter encodes a single uncompressed video PID to PNG using libpng.

No options

rewind

Description: Audio/Video rewinder

This filter reverses audio and video frames in negative playback speed.
The filter is in passthrough if speed is positive. Otherwise, it reverts decoded GOPs for video, or revert samples in decoded frame for audio (not really nice for most codecs).

Options (expert):

rbuffer (uint, default: 100): size of video rewind buffer in frames. If more frames than this, flush is performed

flist

Description: Sources concatenator

This filter can be used to play playlist files or a list of sources.

The filter loads any source supported by GPAC: remote or local files or streaming sessions (TS, RTP, DASH or other).
The filter forces input demultiplex and recomputes the input timestamps into a continuous timeline.
At each new source, the filter tries to remap input PIDs to already declared output PIDs of the same type, if any, or declares new output PIDs otherwise. If no input PID matches the type of an output, no packets are send for that PID.

Source list mode

The source list mode is activated by using flist:srcs=f1[,f2], where f1 can be a file or a directory to enum.
The syntax for directory enum is:
* dir/*: enumerates everything in dir
* foo/*.png: enumerates all files with extension png in foo
* foo/*.png;*.jpg: enumerates all files with extension png or jpg in foo

The resulting file list can be sorted using .I fsort.
If the sort mode is datex and source files are images or single frame files, the following applies:
- options .I floop, .I revert and .I dur are ignored
- the files are sorted by modification time
- the first frame is assigned a timestamp of 0
- each frame (coming from each file) is assigned a duration equal to the difference of modification time between the file and the next file
- the last frame is assigned the same duration as the previous one

Playlist mode

The playlist mode is activated when opening a playlist file (extension txt or m3u).
In this mode, directives can be given in a comment line, i.e. a line starting with '#' before the line with the file name.
The following directives, separated with space or comma, are supported:
* repeat=N: repeats N times the content (hence played N+1).
* start=T: tries to play the file from start time T seconds (double format only). This may not work with some files/formats not supporting seeking.
* stop=T: stops source playback after T seconds (double format only). This works on any source (implemented independently from seek support).
* cat: specifies that the following entry should be concatenated to the previous source rather than opening a new source. This can optionnally specify a byte range if desired, otherwise the full file is concatenated.
* srange=T: when cat is set, indicates the start T (64 bit decimal, default 0) of the byte range from the next entry to concatenate.
* send=T: when cat is set, indicates the end T (64 bit decimal, default 0) of the byte range from the next entry to concatenate.

Note: When sources are ISOBMFF files or segments on local storage or GF_FileIO objects, the concatenation will be automatically detected.

The source lines follow the usual source syntax, see gpac -h.
Additional pid properties can be added per source (see gpac -h doc), but are valid only for the current source, and reset at next source.

The URL given can either be a single URL, or a list of URLs separated by " && " to load several sources for the active entry.
Example
audio.mp4 && video.mp4

The playlist file is refreshed whenever the next source has to be reloaded in order to allow for dynamic pushing of sources in the playlist.
If the last URL played cannot be found in the playlist, the first URL in the playlist file will be loaded.

Options (expert):

floop (sint, default: 0): loop playlist/list of files, 0 for one time, n for n+1 times, -1 for indefinitely
srcs (strl): list of files to play - see filter help
fdur (frac, default: 1/25): for source files with a single frame, sets frame duration. 0/NaN fraction means reuse source timing which is usually not set!
revert (bool, default: false): revert list of files (not playlist)
timescale (uint, default: 0): force output timescale on all pids. 0 uses the timescale of the first pid found
ka (uint, default: 0): keep playlist alive (disable loop), waiting the for a new input to be added or #end to end playlist. The value specify the refresh rate in ms
fsort (enum, default: no): sort list of files
* no: no sorting, use default directory enumeration of OS
* name: sort by alphabetical name
* size: sort by increasing size
* date: sort by increasing modification time
* datex: sort by increasing modification time - see filter help

m2tsmx

Description: MPEG-2 TS muxer

GPAC TS multiplexer selects M2TS PID for media streams using the PID of the PMT plus the stream index.
For example, default config creates the first program with a PMT PID 100, the first stream will have a PID of 101.
Streams are grouped in programs based on input PID property ServiceID if present. If absent, stream will go in the program with service ID as indicated by .I sid option.
- .I name option is overridden by input PID property ServiceName.
- .I provider option is overridden by input PID property ServiceProvider.
- .I pcr_offset option is overridden by input PID property "tsmux:pcr_offset"
- .I first_pts option is overridden by input PID property "tsmux:force_pts"
- .I temi option is overridden by input PID property "tsmux:temi"

Time and External Media Information (TEMI)

The .I temi option allows specifying a list of URLs or timeline IDs to insert in streams of a program.
One or more TEMI timeline can be specified per PID.
The syntax is a comma-separated list of one or more TEMI description.
Each TEMI description is formatted as ID_OR_URL or #OPT1[#OPT2]#ID_OR_URL. Options are:
* S`N`: gives number N indicating the target serviceID
* T`N`: set timescale to use (default: PID timescale)
* D`N`: set delay in ms between two TEMI url descriptors (default 1000)
* O`N`: set offset (max 64 bits) to add to TEMI timecodes (default 0). If timescale is not specified, offset value is in ms, otherwise in timescale units.
* I`N`: set initial value (max 64 bits) of TEMI timecodes. If not set, initial value will match first packet CTS. If timescale is not specified, value is in PID timescale units, otherwise in specified timescale units.
* P`N`: indicate target PID in program. Possible values are
* `V`: only insert for video streams.
* `A`: only insert for audio streams.
* `T`: only insert for text streams.
* N: only insert for stream with index N (0-based) in the program.
* L`N`: set 64bit timecode signaling. Possible values are:
* `A`: automatic switch between 32 and 64 bit depending on timecode value (default if not specified).
* `Y`: use 64 bit signaling only.
* `N`: use 32 bit signaling only and wrap around timecode value.
* N: insert NTP timestamp in TEMI timeline descriptor
* ID_OR_URL: If number, indicates the TEMI ID to use for external timeline. Otherwise, gives the URL to insert

Example
temi="url"

Inserts a TEMI URL+timecode in the each stream of each program.
Example
temi="#P0#url,#P1#4"

Inserts a TEMI URL+timecode in the first stream of all programs and an external TEMI with ID 4 in the second stream of all programs.
Example
temi="#P0#2,#P0#url,#P1#4"

Inserts a TEMI with ID 2 and a TEMI URL+timecode in the first stream of all programs, and an external TEMI with ID 4 in the second stream of all programs.
Example
temi="#S20#4,#S10#URL"

Inserts an external TEMI with ID 4 in the each stream of program with ServiceID 20 and a TEMI URL in each stream of program with ServiceID 10.
Example
temi="#N#D500#PV#T30000#4"

Inserts an external TEMI with ID 4 and timescale 30000, NTP injection and carousel of 500 ms in the video stream of all programs.

Warning: multipliers (k,m,g) are not supported in TEMI options.

Notes

In DASH mode, the PCR is always initialized at 0, and .I flush_rap is automatically set.
The filter watches the property FileNumber on incoming packets to create new files or new segments in DASH mode.

Options (expert):

breq (uint, default: 100): buffer requirements in ms for input pids
pmt_id (uint, default: 100): define the ID of the first PMT to use in the mux
rate (uint, default: 0): target rate in bps of the multiplex. If not set, variable rate is used
pmt_rate (uint, default: 200): interval between PMT in ms
pat_rate (uint, default: 200): interval between PAT in ms
first_pts (luint, default: 0): force PTS value of first packet, in 90kHz
pcr_offset (luint, default: -1): offset all timestamps from PCR by V, in 90kHz. Default value is computed based on input media
mpeg4 (enum, default: none): force usage of MPEG-4 signaling (IOD and SL Config)
* none: disables 4on2
* full: sends AUs as SL packets over section for OD, section/pes for scene (cf bifs_pes)
* scene: sends only scene streams as 4on2 but uses regular PES without SL for audio and video

pmt_version (uint, default: 200): set version number of the PMT
disc (bool, default: false): set the discontinuity marker for the first packet of each stream
repeat_rate (uint, default: 0): interval in ms between two carousel send for MPEG-4 systems. Is overridden by carousel duration PID property if defined
repeat_img (uint, default: 0): interval in ms between re-sending (as PES) of single-image streams. If 0, image data is sent once only
max_pcr (uint, default: 100): set max interval in ms between 2 PCR
nb_pack (uint, default: 4): pack N TS packets in output packets
pes_pack (enum, default: audio): set AU to PES packing mode
* audio: will pack only multiple audio AUs in a PES
* none: make exactly one AU per PES
* all: will pack multiple AUs per PES for all streams

realtime (bool, default: false): use real-time output
bifs_pes (enum, default: off): select BIFS streams packetization (PES vs sections)
* on: uses BIFS PES
* off: uses BIFS sections
* copy: uses BIFS PES but removes timestamps in BIFS SL and only carries PES timestamps

flush_rap (bool, default: false): force flushing mux program when RAP is found on video, and injects PAT and PMT before the next video PES begin
pcr_only (bool, default: false): enable PCR-only TS packets
pcr_init (lsint, default: -1): set initial PCR value for the programs. Negative value implies random value is picked
sid (uint, default: 0): set service ID for the program - see filter help
name (str): set service name for the program - see filter help
provider (str): set service provider name for the program - see filter help
sdt_rate (uint, default: 0): interval in ms between two DVB SDT tables. If 0, SDT is disabled
temi (str): insert TEMI time codes in adaptation field - see filter help
log_freq (uint, default: 500): delay between logs for realtime mux
latm (bool, default: false): use LATM AAC encapsulation instead of regular ADTS
subs_sidx (sint, default: -1): number of subsegments per sidx. negative value disables sidx

dasher

Description: DASH and HLS segmenter

GPAC DASH and HLS segmenter

This filter provides segmentation and manifest generation for MPEG-DASH and HLS formats.
The segmenter currently supports:
- MPD and m3u8 generation (potentially in parallel)
- ISOBMFF, MPEG-2 TS, MKV and raw bitstream segment formats
- override of profiles and levels in manifest for codecs
- most MPEG-DASH profiles
- static and dynamic (live) manifest offering
- context store and reload for batch processing of live/dynamic sessions

The filter does perform per-segment real-time regulation using .I sreg.
If you need per-frame real-time regulation on non-real-time inputs, insert a reframer before to perform real-time regulation.
Example
src=file.mp4 reframer:rt=on @ -o live.mpd:dmode=dynamic

Template strings
The segmenter uses templates to derive output file names, regardless of the DASH mode (even when templates are not used). The default one is $File$_dash for ondemand and single file modes, and $File$_$Number$ for separate segment files
Example
template=Great_$File$_$Width$_$Number$

If input is foo.mp4 with 640x360 video, this will resolve in Great_foo_640_$Number$ for the DASH template.
Example
template=Great_$File$_$Width$

If input is foo.mp4 with 640x360 video, this will resolve in Great_foo_640.mp4 for onDemand case.

Standard DASH replacement strings:
* $Number[%%0Nd]$: replaced by the segment number, possibly prefixed with 0
* $RepresentationID$: replaced by representation name
* $Time$: replaced by segment start time
* $Bandwidth$: replaced by representation bandwidth.
Note: these strings are not replaced in the manifest templates elements.

Additional replacement strings (not DASH, not generic GPAC replacements but may occur multiple times in template):
* $Init=NAME$: replaced by NAME for init segment, ignored otherwise
* $XInit=NAME$: complete replace by NAME for init segment, ignored otherwise
* $Index=NAME$: replaced by NAME for index segments, ignored otherwise
* $Path=PATH$: replaced by PATH when creating segments, ignored otherwise
* $Segment=NAME$: replaced by NAME for media segments, ignored for init segments
* $FS$ (FileSuffix): replaced by _trackN in case the input is an AV multiplex, or kept empty otherwise
Note: these strings are replaced in the manifest templates elements.

PID assignment and configuration
To assign PIDs into periods and adaptation sets and configure the session, the segmenter looks for the following properties on each input pid:
* Representation: assigns representation ID to input pid. If not set, the default behaviour is to have each media component in different adaptation sets. Setting the RepresentationID allows explicit multiplexing of the source(s)
* Period: assigns period ID to input pid. If not set, the default behaviour is to have all media in the same period with the same start time
* PStart: assigns period start. If not set, 0 is assumed, and periods appear in the Period ID declaration order. If negative, this gives the period order (-1 first, then -2 ...). If positive, this gives the true start time and will abort DASHing at period end
Note: When both positive and negative values are found, the by-order periods (negative) will be inserted AFTER the timed period (positive)
* ASID: assigns parent adaptation set ID. If not 0, only sources with same AS ID will be in the same adaptation set
Note: If multiple streams in source, only the first stream will have an AS ID assigned
* xlink: for remote periods, only checked for null pid
* Role, PDesc, ASDesc, ASCDesc, RDesc: various descriptors to set for period, AS or representation
* BUrl: overrides segmenter [-base] with a set of BaseURLs to use for the pid (per representation)
* Template: overrides segmenter .I template for this PID
* DashDur: overrides segmenter segment duration for this PID
* StartNumber: sets the start number for the first segment in the PID, default is 1
* Non-dash properties: Bitrate, SAR, Language, Width, Height, SampleRate, NumChannels, Language, ID, DependencyID, FPS, Interlaced, Codec. These properties are used to setup each representation and can be overridden on input PIDs using the general PID property settings (cf global help).

Example
src=test.mp4:#Bitrate=1M dst=test.mpd

This will force declaring a bitrate of 1M for the representation, regardless of actual input bitrate.
Example
src=muxav.mp4 dst=test.mpd

This will create unmuxed DASH segments.
Example
src=muxav.mp4:#Representation=1 dst=test.mpd

This will create muxed DASH segments.
Example
src=m1.mp4 src=m2.mp4:#Period=Yep dst=test.mpd

This will put src m1.mp4 in first period, m2.mp4 in second period.
Example
src=m1.mp4:#BUrl=http://foo/bar dst=test.mpd

This will assign a baseURL to src m1.mp4.
Example
src=m1.mp4:#ASCDesc=<ElemName val="attval">text</ElemName> dst=test.mpd

This will assign the specified XML descriptor to the adaptation set.
Note: this can be used to inject most DASH descriptors not natively handled by the segmenter.
The segmenter handles the XML descriptor as a string and does not attempt to validate it. Descriptors, as well as some segmenter filter arguments, are string lists (comma-separated by default), so that multiple descriptors can be added:
Example
src=m1.mp4:#RDesc=<Elem attribute="1"/>,<Elem2>text</Elem2> dst=test.mpd

This will insert two descriptors in the representation(s) of m1.mp4.
Example
src=video.mp4:#Template=foo$Number$ src=audio.mp4:#Template=bar$Number$ dst=test.mpd

This will assign different templates to the audio and video sources.
Example
src=null:#xlink=http://foo/bar.xml:#PDur=4 src=m.mp4:#PStart=-1

This will insert an create an MPD with first a remote period then a regular one.
Example
src=null:#xlink=http://foo/bar.xml:#PStart=6 src=m.mp4

This will create an MPD with first a regular period, dashing ony 6s of content, then a remote one.

The segmenter will create muxing filter chains for each representation and will reassign PID IDs so that each media component (video, audio, ...) in an adaptation set has the same ID.

For HLS, the output pid will deliver the master playlist and the variant playlists.
The default variant playlist are $NAME_$N.m3u8, where $NAME is the radical of the output file name and $N is the 1-based index of the variant.

Segmentation
The default behavior of the segmenter is to estimate the theoretical start time of each segment based on target segment duration, and start a new segment when a packet with SAP type 1,2,3 or 4 with time greater than the theoretical time is found.
This behavior can be changed to find the best SAP packet around a segment theoretical boundary using .I sbound:
* closest mode: the segment will start at the closest SAP of the theoretical boundary
* in mode: the segment will start at or before the theoretical boundary
Warning: These modes will introduce delay in the segmenter (typically buffering of one GOP) and should not be used for low-latency modes.
The segmenter can also be configured to:
- completely ignore SAP when segmenting using .I sap.
- ignore SAP on non-video streams when segmenting using .I strict_sap.

Cue-driven segmentation
The segmenter can take a list of instructions, or Cues, to use for the segmentation process, in which case only these are used to derive segment boundaries.
Cue files can be specified for the entire segmenter, or per PID using DashCue property.
Cues are given in an XML file with a root element called <DASHCues>, with currently no attribute specified. The children are one or more <Stream> elements, with attributes:
* id: integer for stream/track/pid ID
* timescale: integer giving the units of following timestamps
* mode: if present and value is edit, the timestamp are in presentation time (edit list applied) otherwise they are in media time

The children of <Stream> are one or more <Cue> elements, with attributes:
* sample: integer giving the sample/frame number of a sample at which spliting shall happen
* dts: long integer giving the decoding time stamp of a sample at which spliting shall happen
* cts: long integer giving the composition / presentation time stamp of a sample at which spliting shall happen
Warning: Cues shall be listed in decoding order.

Manifest Generation only mode
The segmenter can be used to generate manifests from already fragmented ISOBMFF inputs using .I sigfrag.
In this case, segment boundaries are attached to each packet starting a segment and used to drive the segmentation.
This can be used with single-track ISOBMFF sources, either single file or multi file.
For single file source:
- if onDemand .I profile is requested, sources have to be formatted as a DASH self-initializing media segment with the proper sidx.
- templates are disabled.
- .I sseg is forced for all profiles except onDemand ones.
For multi files source:
- input shall be a playlist containing the initial file followed by the ordered list of segments.
- if no .I template is provided, the full or main .I profile will be used
* if [-template]() is provided, it shall be correct: the filter will not try to guess one from the input file names and will not validate it either.

The manifest generation-only mode supports both MPD and HLS generation.

Example
-i ondemand_src.mp4 -o dash.mpd:sigfrag:profile=onDemand

This will generate a DASH manifest for onDemand Profile based on the input file.
Example
-i ondemand_src.mp4 -o dash.m3u8:sigfrag

This will generate a HLS manifest based on the input file.
Example
-i seglist.txt -o dash.mpd:sigfrag

This will generate a DASH manifest in Main Profile based on the input files.
Example
-i seglist.txt:Template=$XInit=init$$q1/$Number$ -o dash.mpd:sigfrag:profile=live

This will generate a DASH manifest in live Profile based on the input files. The input file will contain init.mp4, q1/1.m4s, q1/2.m4s...

Muxer development considerations
Output muxers allowing segmented output must obey the following:
- inspect packet properties
* FileNumber: if set, indicate the start of a new DASH segment
* FileName: if set, indicate the file name. If not present, output shall be a single file. This is only set for packet carrying the FileNumber property, and only on one PID (usually the first) for multiplexed outputs
* IDXName: gives the optional index name (if not present, index shall be in the same file as dash segment). Only used for MPEG-2 TS for now
* EODS: property is set on packets with no payload and no timestamp to signal the end of a DASH segment. This is only used when stoping/resuming the segmentation process, in order to flush segments without dispatching an EOS (see .I subdur )
- for each segment done, send a downstream event on the first connected PID signaling the size of the segment and the size of its index if any
- for muxers with init data, send a downstream event signaling the size of the init and the size of the global index if any
- the following filter options are passed to muxers, which should declare them as arguments:
* noinit: disables output of init segment for the muxer (used to handle bitstream switching with single init in DASH)
* frag: indicates muxer shall use fragmented format (used for ISOBMFF mostly)
* subs_sidx=0: indicates an SIDX shall be generated - only added if not already specified by user
* xps_inband=all|no: indicates AVC/HEVC/... parameter sets shall be sent inband or out of band
* nofragdef: indicates fragment defaults should be set in each segment rather than in init segment

The segmenter will add the following properties to the output PIDs:
* DashMode: identifies VoD (single file with global index) or regular DASH mode used by segmenter
* DashDur: identifies target DASH segment duration - this can be used to estimate the SIDX size for example

Options (expert):

segdur (dbl, default: 0.0): target segment duration in seconds. A value less than or equal to 0 means to 1.0 second
tpl (bool, default: true): use template mode (multiple segment, template URLs)
stl (bool, default: false): use segment timeline (ignored in on_demand mode)
dmode (enum, default: static, updatable): dash content mode
* static: static content
* dynamic: live generation
* dynlast: last call for live, will turn the MPD into static

sseg (bool, default: false): single segment is used
sfile (bool, default: false): use a single file for all segments (default in on_demand)
align (bool, default: true): enable segment time alignment between representations
sap (bool, default: true): enable spliting segments at SAP boundaries
mix_codecs (bool, default: false): enable mixing different codecs in an adaptation set
ntp (enum, default: rem): insert/override NTP clock at the begining of each segment
* rem: removes NTP from all input packets
* yes: inserts NTP at each segment start
* keep: leaves input packet NTP untouched

no_sar (bool, default: false): do not check for identical sample aspect ratio for adaptation sets
m2ts (bool, default: false): generate MPEG-2 TS output
bs_switch (enum, default: def): bitstream switching mode (single init segment)
* def: resolves to off for onDemand and inband for live
* off: disables BS switching
* on: enables it if same decoder configuration is possible
* inband: moves decoder config inband if possible
* force: enables it even if only one representation
* multi: uses multiple stsd entries in ISOBMFF

template (str): template string to use to generate segment name - see filter help
segext (str): file extension to use for segments
initext (str): file extension to use for the init segment
muxtype (enum, default: auto): muxtype to use for the segments
* mp4: uses ISOBMFF format
* ts: uses MPEG-2 TS format
* mkv: uses Matroska format
* webm: uses WebM format
* raw: uses raw media format (disables muxed representations)
* auto: guess format based on extension, default to mp4 if no extension

asto (dbl, default: 0): availabilityStartTimeOffset to use in seconds. A negative value simply increases the AST, a positive value sets the ASToffset to representations
profile (enum, default: auto): target DASH profile. This will set default option values to ensure conformance to the desired profile. For MPEG-2 TS, only main and live are used, others default to main
* auto: turns profile to live for dynamic and full for non-dynamic
* live: DASH live profile, using segment template
* onDemand: MPEG-DASH live profile
* main: MPEG-DASH main profile, using segment list
* full: MPEG-DASH full profile
* hbbtv1.5.live: HBBTV 1.5 DASH profile
* dashavc264.live: DASH-IF live profile
* dashavc264.onDemand: DASH-IF onDemand profile

profX (str): list of profile extensions, as used by DASH-IF and DVB. The string will be colon-concatenated with the profile used
cp (enum, default: set): content protection element location
* set: in adaptation set element
* rep: in representation element
* both: in both adaptation set and representation elements

pssh (enum, default: v): storage mode for PSSH box
* f: stores in movie fragment only
* v: stores in movie only
* m: stores in mpd only
* mf: stores in mpd and movie fragment
* mv: stores in mpd and movie
* n: discard pssh from mpd and segments

buf (sint, default: -100): min buffer duration in ms. negative value means percent of segment duration (eg -150 = 1.5*seg_dur)
timescale (sint, default: 0): set timescale for timeline and segment list/template. A value of 0 picks up the first timescale of the first stream in an adaptation set. A negative value forces using stream timescales for each timed element (multiplication of segment list/template/timelines). A positive value enforces the MPD timescale
check_dur (bool, default: true): check duration of sources in period, trying to have roughly equal duration. Enforced whenever period start times are used
skip_seg (bool, default: false): increment segment number whenever an empty segment would be produced - NOT DASH COMPLIANT
title (str): MPD title
source (str): MPD Source
info (str): MPD info url
cprt (str): MPD copyright string
lang (str): language of MPD Info
location (strl): set MPD locations to given URL
base (strl): set base URLs of MPD
refresh (dbl, default: 0): refresh rate for dynamic manifests, in seconds. A negative value sets the MPD duration. If 0, uses dash duration
tsb (dbl, default: 30): time-shift buffer depth in seconds. A negative value means infinity
subdur (dbl, default: 0): maximum duration of the input file to be segmented. This does not change the segment duration, segmentation stops once segments produced exceeded the duration
ast (str): set start date (as xs:date, eg YYYY-MM-DDTHH:MM:SSZ) for live mode. Default is now. !! Do not use with multiple periods, nor when DASH duration is not a multiple of GOP size !!
state (str): path to file used to store/reload state info when simulating live. This is stored as a valid MPD with GPAC XML extensions
loop (bool, default: false): loop sources when dashing with subdur and state. If not set, a new period is created once the sources are over
split (bool, default: true): enable cloning samples for text/metadata/scene description streams, marking further clones as redundant
hlsc (bool, default: false): insert clock reference in variant playlist in live HLS
cues (str): set cue file - see filter help
strict_cues (bool, default: false): strict mode for cues, complains if spliting is not on SAP type 1/2/3 or if unused cue is found
strict_sap (enum, default: off): strict mode for sap
* off: ignore SAP types for PID other than video, enforcing _startsWithSAP=1_
* sig: same as .I off but keep _startsWithSAP_ to the true SAP value
* on: warn if any PID uses SAP 3 or 4 and switch to FULL profile

subs_sidx (sint, default: -1): number of subsegments per sidx. negative value disables sidx. Only used to inherit sidx option of destination
cmpd (bool, default: false): skip line feed and spaces in MPD XML for more compacity
styp (str): indicate the 4CC to use for styp boxes when using ISOBMFF output
dual (bool): indicate to produce both MPD and M3U files
sigfrag (bool): use manifest generation only mode - see filter help
sbound (enum, default: out): indicate how the theoretical segment start TSS (= segment_number * duration) should be handled
* out: segment split as soon as TSS is exceeded (TSS <= segment_start)
* closest: segment split at closest SAP to theoretical bound
* in: TSS is always in segment (TSS >= segment_start)

reschedule (bool, default: false): reschedule sources with no period ID assigned once done (dynamic mode only)
sreg (bool, default: false): regulate the session
- when using subdur and context, only generate segments from the past up to live edge
- otherwise in dynamic mode without context, do not generate segments ahead of time
scope_deps (bool, default: true): scope PID dependencies to be within source. If disabled, PID dependencies will be checked across all input PIDs regardless of their sources
utcs (str): URL to use as time server / UTCTiming source. Special value inband enables inband UTC (same as publishTime), special prefix xsd@ uses xsDateTime schemeURI rather than ISO
force_flush (bool, default: false): force generating a single segment for each input. This can be usefull in batch mode when average source duration is known and used as segment duration but actual duration may sometimes be greater

tileagg

Description: HEVC tile aggregator

This filter reaggregates a set of split tiled HEVC streams (hvt1 or hvt2 in isobmff) into a single HEVC stream.

Options (expert):

tiledrop (uintl, default: , updatable): specify indexes of tiles to drop

pin

Description: pipe input

This filter handles generic input pipes (mono-directional) in blocking or non blocking mode.
Warning: Input pipes cannot seek.
Data format of the pipe may be specified using extension (either in file name or through .I ext) or MIME type through .I mime.
Note: Unless disabled at session level (see .I -no-probe ), file extensions are usually ignored and format probing is done on the first data block.

stdin pipe

The filter can handle reading from stdin, by using -or stdin as input file name.
Example
gpac -i - vout

Example
gpac -i stdin vout

Named pipes

The filter can handle reading from named pipes. The associated protocol scheme is pipe:// when loaded as a generic input (eg, -i pipe://URL where URL is a relative or absolute pipe name).
On Windows hosts, the default pipe prefix is \.ipeac if
no prefix is set.
Example
dst=mypipe resolves in \.ipeacpipe

Example
dst=\.ipeapppipe
resolves in \.ipeapppipe

Any destination name starting with \ is used as is, with  translated in /.

Input pipes are created by default in non-blocking mode.

The filter can create the pipe if not found using .I mkp. On windows hosts, this will create a pipe server.
On non windows hosts, the created pipe will delete the pipe file upon filter destruction.

Input pipes can be setup to run forever using .I ka. In this case, any potential pipe close on the writing side and end of stream will only be triggered upon session close.
This can be useful to pipe raw streams from different process into gpac:
Receiver side: gpac -i pipe://mypipe:ext=.264:mkp:ka
Sender side: cat raw1.264 > mypipe && gpac -i raw2.264 -o pipe://mypipe:ext=.264
The pipe input can be created in blocking mode or non-blocking mode. If the filter creates the pipe, blocking mode is always enabled.

Options (expert):

src (cstr): location of source content
block_size (uint, default: 5000): buffer size used to read pipe
ext (str): indicate file extension of pipe data
mime (str): indicate mime type of pipe data
blk (bool, default: false): open pipe in block mode - see filter help
ka (bool, default: false): keep-alive pipe when end of input is detected - see filter help
mkp (bool, default: false): create pipe if not found - see filter help

pout

Description: pipe output

This filter handles generic output pipes (mono-directional) in blocking mode only.
Warning: Output pipes do not currently support non blocking mode.
The assoicated protocol scheme is pipe:// when loaded as a generic output (eg, -o pipe://URL where URL is a relative or absolute pipe name).
Data format of the pipe shall be specified using extension (either in filename or through .I ext option) or MIME type through .I mime
The pipe name indicated in .I dst can use template mechanisms from gpac, e.g. dst=pipe_$ServiceID$

On Windows hosts, the default pipe prefix is \.ipeac if
no prefix is set
Example
dst=mypipe resolves in \.ipeacpipe

Example
dst=\.ipeapppipe
resolves in \.ipeapppipe

Any destination name starting with \ is used as is, with  translated in /

The pipe input can create the pipe if not found using .I mkp. On windows hosts, this will create a pipe server.
On non windows hosts, the created pipe will delete the pipe file upon filter destruction.

Options (expert):

dst (cstr): location of destination file
ext (str): indicate file extension of pipe data
mime (str): indicate mime type of pipe data
dynext (bool, default: false): indicate the file extension is set by filter chain, not dst
start (dbl, default: 0.0): set playback start offset. Negative value means percent of media dur with -1 <=> dur
speed (dbl, default: 1.0): set playback speed. If speed is negative and start is 0, start is set to -1
mkp (bool, default: false): create pipe if not found - see filter help
block_size (uint, default: 5000): buffer size used to write to pipe, windows only

gsfmx

Description: GSF Muxer

This filter provides GSF (GPAC Super/Simple/Serialized/Stream/State Format) multiplexing.
It serializes the stream states (config/reconfig/info update/remove/eos) and packets of input PIDs. This allows either saving to file a session, or forwarding the state/data of streams to another instance of GPAC using either pipes or sockets. Upstream events are not serialized.

The default behaviour does not insert sequence numbers. When running over general protocols not ensuring packet order, this should be inserted.
The serializer sends tune-in packets (global and per pid) at the requested carousel rate - if 0, no carousel. These packets are marked as redundant so that they can be discarded by output filters if needed.

The stream format can be encrypted in AES 128 CBC mode. For all packets, the packet header (header, size, frame size/block offset and optional seq num) are in the clear and the followings byte until the last byte of the last multiple of block size (16) fitting in the payload are encrypted.
For data packets, each fragment is encrypted individually to avoid error propagation in case of losses.
For other packets, the entire packet is encrypted before fragmentation (fragments cannot be processed individually).
For header/tunein packets, the first 25 bytes after the header are in the clear (signature,version,IV and pattern).
The .I IV is constant to avoid packet overhead, randomly generated if not set and sent in the initial stream header. Pattern mode can be used (cf CENC cbcs) to encrypt K block and leave N blocks in the clear.

The header/tunein packet may get quite big when all pid properties are kept. In order to help reduce its size, the .I minp option can be used: this will remove all built-in properties marked as dropable (cf property help) as well as all non built-in properties.
The .I skp option may also be used to specify which property to drop:
Example
skp="4CC1,Name2

This will remove properties of type 4CC1 and properties (built-in or not) of name Name2.

Options (expert):

sigsn (bool, default: false): signal packet sequence number after header field and before size field. Sequence number is per PID, encoded on 16 bits. Header packet does not have a SN
sigdur (bool, default: true): signal duration
sigbo (bool, default: false): signal byte offset
sigdts (bool, default: true): signal decoding timestamp
dbg (enum, default: no): set debug mode
* no: disable debug
* nodata: force packet size to 0
* nopck: skip packet

key (mem): encrypt packets using given key - see filter helps
IV (mem): set IV for encryption - a constant IV is used to keep packet overhead small (cbcs-like)
pattern (frac, default: 1/0): set nb crypt / nb_skip block pattern. default is all encrypted
mpck (uint, default: 0): set max packet size. 0 means no fragmentation (each AU is sent in one packet)
magic (str): magic string to append in setup packet
skp (str): comma separated list of pid property names to skip - see filter help
minp (bool, default: false): include only the minimum set of properties required for stream processing - see filter help
crate (dbl, default: 0): carousel period for tune-in info in seconds - see filter help

gsfdmx

Description: GSF Demuxer

This filter provides GSF (GPAC Super/Simple/Serialized/Stream/State Format) demultiplexing.
It deserializes the stream states (config/reconfig/info update/remove/eos) and packets of input PIDs.
This allows either reading a session saved to file, or receiving the state/data of streams from another instance of GPAC using either pipes or sockets

The stream format can be encrypted in AES 128 CBC mode, in which case the demux filters must be given a 128 bit key.

Options (expert):

key (mem): key for decrypting packets
magic (str): magic string to check in setup packet
mq (uint, default: 4): set max packet queue length for loss detection. 0 will flush incomplete packet when a new one starts
pad (uint, default: 0, minmax: 0-255): byte value used to pad lost packets

sockout

Description: UDP/TCP output

This filter handles generic output sockets (mono-directional) in blocking mode only.
The filter can work in server mode, waiting for source connections, or or in client mode, directly connecting.
In server mode, the filter can be instructed to keep running at the end of the stream.
In server mode, the default behaviour is to keep input packets when no more clients are connected; this can be adjusted though the .I kp option, however there is no realtime regulation of how fast packets are droped.
If your sources are not real time, consider adding a real-time scheduler in the chain (cf reframer filter), or set the send .I rate option.

- UDP sockets are used for destinations URLs formatted as udp://NAME
- TCP sockets are used for destinations URLs formatted as tcp://NAME
- UDP unix domain sockets are used for destinations URLs formatted as udpu://NAME
- TCP unix domain sockets are used for destinations URLs formatted as tcpu://NAME

The socket output can be configured to drop or revert packet order for test purposes.
For both mode, a window size in packets is specified as the drop/revert fraction denominator, and the index of the packet to drop/revert is given as the numerator/
If the numerator is 0, a packet is randomly chosen in that window.
Example
:pckd=4/10

This drops every 4th packet of each 10 packet window.
Example
:pckr=0/100

This reverts the send order of one random packet in each 100 packet window.

Options (expert):

dst (cstr): location of destination file
sockbuf (uint, default: 65536): block size used to read file
port (uint, default: 1234): default port if not specified
ifce (cstr): default multicast interface
ext (str): file extension of pipe data - see filter help
mime (str): mime type of pipe data - see filter help
listen (bool, default: false): indicate the output socket works in server mode
maxc (uint, default: +I): max number of concurrent connections
ka (bool, default: false): keep socket alive if no more connections
kp (bool, default: true): keep packets in queue if no more clients
start (dbl, default: 0.0): set playback start offset. Negative value means percent of media dur with -1 <=> dur
speed (dbl, default: 1.0): set playback speed. If speed is negative and start is 0, start is set to -1
rate (uint, default: 0): set send rate in bps, disabled by default (as fast as possible)
pckr (frac, default: 0/0): reverse packet every N - see filter help
pckd (frac, default: 0/0): drop packet every N - see filter help

rfav1

Description: AV1/IVF/VP9 reframer

This filter parses AV1 OBU, AV1 AnnexB or IVF with AV1 or VP9 files/data and outputs corresponding visual PID and frames.

Options (expert):

fps (frac, default: 0/1000): import frame rate (0 default to FPS from bitstream or 25 Hz)
index (dbl, default: -1.0): indexing window length. If 0, bitstream is not probed for duration. A negative value skips the indexing if the source file is larger than 100M (slows down importers) unless a play with start range > 0 is issued, otherwise uses the positive value
importer (bool, default: false): compatibility with old importer
deps (bool, default: false): import samples dependencies information

ufobu

Description: IVF/OBU/annexB writer

This filter is used to rewrite AV1 OBU bitstream into IVF, annex B or OBU sequence, reinserting the temporal delimiter OBU.

Options (expert):

rcfg (bool, default: true): force repeating decoder config at each I-frame

nvdec

Description: NVidia decoder

This filter decodes MPEG-2, MPEG-4 Part 2, AVC|H264 and HEVC streams through NVideia decoder. It allows GPU frame dispatch or direct frame copy.

Options (expert):

num_surfaces (uint, default: 20): number of hardware surfaces to allocate
unload (enum, default: no): decoder unload mode
* no: keep inactive decoder alive
* destroy: destroy inactive decoder
* reuse: detach decoder from inactive PIDs and reattach to active ones

vmode (enum, default: cuvid): video decoder backend
* cuvid: use dedicated video engines directly
* cuda: use a CUDA-based decoder if faster than dedicated engines
* dxva: go through DXVA internally if possible (requires D3D9 interop)

fmode (enum, default: gl): frame output mode
* copy: each frame is copied and dispatched
* single: frame data is only retrieved when used, single memory space for all frames (not safe if multiple consummers)
* gl: frame data is mapped to an OpenGL texture

atscin

Description: ATSC input

This filter is a receiver for ATSC 3.0 ROUTE sessions. Source is identified using the string atsc://.
The filter can work in cached mode, source mode or standalone mode.

Cached mode

The cached mode is the default filter behaviour. It populates GPAC HTTP Cache with the recieved files, using http://gpatsc/serviceN/ as service root, N being the ATSC service ID.
In cached mode, repeated files are always send.

The cached MPD is assigned the following headers:
* x-dash-atsc: integer value, indicates the ATSC service ID.
* x-dash-first-seg: string value, indicates the name of the first segment completely retrieved from the broadcast.
* x-atsc-loop: boolean value, if yes indicates a loop in the service has been detected (usually pcap replay loop).

The cached files are assigned the following headers:
* x-atsc: boolean value, if yes indicates the file comes from an ATSC session.

Source mode

In source mode, the filter outputs files on a single output pid of type file. The files are dispatched once fully received, the output pid carries a sequence of complete files. Repeated files are not sent unless requested.
If needed, one pid per TSI can be used rather than a single pid. This avoids mixing files of different mime types on the same pid (e.g. mpd and isobmff).
Example
gpac -i atsc://cache=false -o $ServiceID$/$File$:dynext

This will grab the files and forward them as output PIDs, consumed by the fout filter.

Standalone mode

In standalone mode, the filter does not produce any output pid and writes received files to the .I odir directory.
Example
gpac -i atsc://odir=output

This will grab the files and write them to output directory.

Interface setup

On some systems (OSX), when using VM packet replay, you may need to force multicast routing on your local interface.
You will have to do this for the base ATSC3 multicast (224.0.23.60):
Example
route add -net 224.0.23.60/32 -interface vboxnet0

and on each service multicast:
Example
route add -net 239.255.1.4/32 -interface vboxnet0

Options (expert):

src (cstr): location of source content - see filter help
ifce (str): default interface to use for multicast. If NULL, the default system interface will be used
gcache (bool, default: true): indicate the files should populate GPAC HTTP cache - see filter help
tunein (sint, default: -2): service ID to bootstrap on. 0 means tune to no service, -1 tune all services -2 means tune on first service found
buffer (uint, default: 0x80000): receive buffer size to use in bytes
timeout (uint, default: 5000): timeout in ms after which tunein fails
kc (bool, default: false): keep corrupted file
sr (bool, default: true): skip repeated files - ignored in cache mode
stsi (bool, default: false): define one output pid per tsi/serviceID - ignored in cache mode, see filter help
stats (uint, default: 1000): log statistics at the given rate in ms (0 disables stats)
tsidbg (uint, default: 0): gather only objects with given TSI (debug)
max_segs (uint, default: 0): maximum number of segments to keep - ignored in cache mode
odir (str): output directory for stand-alone mode - see filter help
reorder (bool, default: false): ignore order flag in ROUTE/LCT packets, avoiding considering object done when TOI changes
rtimeout (uint, default: 5000): default timeout in ms to wait when gathering out-of-order packets

rtpout

Description: RTP Streamer

The RTP streamer handles SDP/RTP output streaming.

SDP mode

When the destination url is an SDP, the filter outputs an SDP on a file pid and streams RTP packets over UDP, starting from the indicated .I port.

Direct RTP mode

When the destination url uses the protocol scheme rtp://IP:PORT, the filter does not output any SDP and streams a single input over RTP, using PORT indicated in the destination URL, or the first .I port configured.
In this mode, it is usually needed to specify the desired format using .I ext or .I mime.
Example
gpac -i src -o rtp://localhost:1234/:ext=ts

This will indicate that the RTP streamer expects a MPEG-2 TS mux as an input.

RTP Packets

The RTP packets produced have a maximum payload set by the .I mtu option (IP packet will be MTU + 40 bytes of IP+UDP+RTP headers).
The real-time scheduling algorithm works as follows:
- first initialize the clock by:
- computing the smallest timestamp for all input pids
- mapping this media time to the system clock
- determine the earliest packet to send next on each input pid, adding .I delay if any
- finally compare the packet mapped timestamp TS to the system clock SC. When TS - SC is less than .I tt, the RTP packets for the source packet are sent

Options (expert):

ip (str): destination IP address (NULL is 127.0.0.1)
port (uint, default: 7000): port for first stream in session
loop (bool, default: true): loop all streams in session (not always possible depending on source type)
mpeg4 (bool, default: false): send all streams using MPEG-4 generic payload format if posible
mtu (uint, default: 1460): size of RTP MTU in bytes
ttl (uint, default: 2): time-to-live for muticast packets
ifce (str): default network inteface to use
payt (uint, default: 96, minmax: 96-127): payload type to use for dynamic configs
delay (sint, default: 0): send delay for packet (negative means send earlier)
tt (uint, default: 1000): time tolerance in microseconds. Whenever schedule time minus realtime is below this value, the packet is sent right away
runfor (sint, default: -1): run for the given time in ms. Negative value means run for ever (if loop) or source duration, 0 only outputs the sdp
tso (sint, default: -1): set timestamp offset in microsecs. Negative value means random initial timestamp
xps (bool, default: false): force parameter set injection at each SAP. If not set, only inject if different from SDP ones
latm (bool, default: false): use latm for AAC payload format
dst (cstr): URL for direct RTP mode - see filter help
ext (str): file extension for direct RTP mode - see filter help
mime (cstr): set mime type for direct RTP mode - see filter help

rtspout

Description: RTSP Server

The RTSP server partially implements RTSP 1.0, with support for OPTIONS, DESCRIBE, SETUP, PLAY, PAUSE and TEARDOWN.
Multiple PLAY ranges are not supported, PLAY range end is not supported, PAUSE range is not supported.
Only aggregated control is supported for PLAY and PAUSE, PAUSE/PLAY on single stream is not supported.
The server only runs on TCP, and handles request in sequence (will not probe for commands until previous response was sent).
The server supports both RTP over UDP delivery and RTP interleaved over RTSP delivery.

The filter can work as a simple output filter by specifying the .I dst option:
Example
gpac -i source -o rtsp://myip/sessionname

Example
gpac -i source dst=rtsp://myip/sessionname

In this mode, only one session is possible. It is possible to .I loop the input source(s).

The filter can work as a regular RTSP server by specifying the .I mounts option to indicate paths of media file to be served:
Example
gpac rtspout:mounts=mydir1,mydir2

In server mode, it is possible to load any source supported by gpac by setting the option .I dynurl.
The expected syntax of the dynamic RTSP URLs is rtsp://servername/?URL1[&URLN] or rtsp://servername/@URL1[@URLN]
Each URL can be absolute or local, in which case it is resolved against the mount point(s).
Example
gpac -i rtsp://localhost/?pipe://mynamepipe&myfile.mp4 [dst filters]

The server will resolve this URL in a new session containing streams from myfile.mp4 and streams from pipe mynamepipe.
When setting .I runfor in server mode, the server will exit at the end of the last session being closed.

In both modes, clients can setup multicast if the .I mcast option is on or mirror.
When .I mcast is set to mirror mode, any DESCRIBE command on a resource already delivered through a multicast session will use that multicast.
Consequently, only DESCRIBE methods are processed for such sessions, other methods will return Unauthorized.

The scheduling algorithm and RTP options are the same as the RTP output filter, see gpac -h rtpout

Options (expert):

dst (cstr): location of destination file - see filter help
port (uint, default: 554): server port
firstport (uint, default: 6000): port for first stream in session
mtu (uint, default: 1460): size of RTP MTU in bytes
ttl (uint, default: 0): time-to-live for muticast packets. A value of 0 uses client requested TTL, or 1
ifce (str): default network inteface to use
payt (uint, default: 96, minmax: 96-127): payload type to use for dynamic configs
mpeg4 (bool, default: false): send all streams using MPEG-4 generic payload format if posible
delay (sint, default: 0): send delay for packet (negative means send earlier)
tt (uint, default: 1000): time tolerance in microseconds. Whenever schedule time minus realtime is below this value, the packet is sent right away
runfor (sint, default: -1): run the session for the given time in ms. Negative value means run for ever (if loop) or source duration, 0 only outputs the sdp
tso (sint, default: -1): set timestamp offset in microsecs. Negative value means random initial timestamp
xps (bool, default: false): force parameter set injection at each SAP. If not set, only inject if different from SDP ones
latm (bool, default: false): use latm for AAC payload format
mounts (strl): list of directories to expose in server mode
block_size (uint, default: 10000): block size used to read TCP socket
maxc (uint, default: 100): maximum number of connections
user_agent (str, default: $GUA): user agent string, by default solved from GPAC preferences
close (bool, default: true): close RTSP connection after each request, except when RTP over RTSP is used
loop (bool, default: true): loop all streams in session (not always possible depending on source type) - see filter help
dynurl (bool, default: false): allow dynamic service assembly - see filter help
mcast (enum, default: off): control multicast setup of a session
* off: clients are never allowed to create a multicast
* on: clients can create multicast sessions
* mirror: clients can create a multicast session. Any later request to the same URL will use that multicast session

httpout

Description: HTTP Server

The HTTP output filter can act as:
- a simple HTTP server
- an HTTP server sink
- an HTTP server file sink
- an HTTP client sink
- an HTTP server source

The server currently handles GET, HEAD, PUT, POST, DELETE methods.
Single or multiple byte ranges are supported for both GET and PUT/POST methods, in all server modes.
- for GET, the resulting body is a single-part body formed by the concatenated byte ranges as requested (no overlap checking).
- for PUT/POST, the received data is pushed to the target file according to the byte ranges specified in the client request.

Warning: the partial PUT request is RFC2616 compliant but not compliant with RFC7230. PATCH method is not yet implemented in GPAC.

When a single read directory is specified, the server root / is the content of this directory.
When multiple read directories are specified, the server root / contains the list of the mount points with their directory names.
When a write directory is specified, the upload resource name identifies a file in this directory (the write directory name is not present in the URL).

Listing can be enabled on server using .I dlist.
When disabled, a GET on a directory will fail.
When enabled, a GET on a directory will return a simple HTML listing of the content inspired from Apache.

Simple HTTP server

In this mode, the filter doesn't need any input connection and exposes all files in the directories given by .I rdirs.
PUT and POST methods are only supported if a write directory is specified by .I wdir option.
Example
gpac httpout:rdirs=outcoming

This sets up a read-only server.

Example
gpac httpout:wdir=incoming

This sets up a write-only server.

Example
gpac httpout:rdirs=outcoming:wdir=incoming:port=8080

This sets up a read-write server running on .I port 8080.

HTTP server sink

In this mode, the filter will forward input PIDs to connected clients, trashing the data if no client is connected unless .I hold is specified.
The filter doesn't use any read directory in this mode.
This mode is mostly usefull to setup live HTTP streaming of media sessions such as MP3, MPEG-2 TS or other muxed representations:
Example
gpac -i MP3_SOURCE -o http://localhost/live.mp3 --hold

In this example, the server waits for client requests on /live.mp3 and will then push each input packet to all connected clients.
If the source is not real-time, you can inject a reframer filter performing realtime regulation.
Example
gpac -i MP3_SOURCE reframer:rt=on @ -o http://localhost/live.mp3

In this example, the server will push each input packet to all connected clients, or trash the packet if no connected clients.

In this mode, ICECast meta-data can be inserted using .I ice. The default inserted values are ice-audio-info, icy-br, icy-pub (set to 1) and icy-name if input ServiceName property is set.
The server will also look for any property called ice-* on the input pid and inject them.
Example
gpac -i source.mp3:#ice-Genre=CoolRock -o http://IP/live.mp3 --ice

This will inject the header ice-Genre: CoolRock in the response.

HTTP server file sink

In this mode, the filter will write input PIDs to files in the first read directory specified, acting as a file output sink.
The filter uses a read directory in this mode, which must be writable.
Upon client GET request, the server will check if the requested URL matches the name of a file currently being written by the server.
- If so, the server will:
- send the content using HTTP chunk transfer mode, starting with what is already written on disk
- push remaining data to the client as soon as recieved while writing it to disk, until source file is done
- If not so, the server will simply send the file from the disk as a regular HTTP session, without chunk transfer.

This mode is typically used for origin server in HAS sessions where clients may request files while they are being produced (low latency DASH).
Example
gpac -i SOURCE reframer:rt=on @ -o http://localhost:8080/live.mpd --rdirs=temp --dmode=dynamic --cdur=0.1

In this example, a real-time dynamic DASH session with chunks of 100ms is created, outputing files in temp. A client connecting to the live edge will receive segments as they are produced using HTTP chunk transfer.

HTTP client sink

In this mode, the filter will upload input PIDs data to remote server using PUT (or POST if .I post is set).
This mode must be explicitly activated using .I hmode.
The filter uses no read or write directories in this mode.
Example
gpac -i SOURCE -o http://targethost:8080/live.mpd:gpac:hmode=push

In this example, the filter will send PUT methods to the server running on .I port 8080 at targethost location (IP address or name).

HTTP server source

In this mode, the server acts as a source rather than a sink. It declares incoming PUT or POST methods as output PIDs
This mode must be explicitly activated using .I hmode.
The filter uses no read or write directories in this mode, and uploaded data is NOT stored by the server.
Example
gpac httpout:hmode=source vout aout

In this example, the filter will try to play uploaded files through video and audio output.

HTTPS server

The server can run over TLS (https) for all the server modes. TLS is enabled by specifying .I cert and .I pkey options.
Both certificate and key must be in PEM format.
The server currently only operates in either HTTPS or HTTP mode and cannot run both modes at the same time. You will need to use two httpout filters for this, one operating in HTTPS and one operating in HTTP.

Options (expert):

dst (cstr): location of destination file - see filter help
port (uint, default: 80): server port
ifce (str): default network inteface to use
rdirs (strl): list of directories to expose for read - see filter help
wdir (str): directory to expose for write - see filter help
cert (str): certificate file in PEM format to use for TLS mode
pkey (str): private key file in PEM format to use for TLS mode
block_size (uint, default: 10000): block size used to read and write TCP socket
user_agent (str, default: $GUA): user agent string, by default solved from GPAC preferences
close (bool, default: false): close HTTP connection after each request
maxc (uint, default: 100): maximum number of connections, 0 is unlimited
maxp (uint, default: 6): maximum number of connections for one peer, 0 is unlimited
cache_control (str): specify the Cache-Control string to add; none disable ETag
hold (bool, default: false): hold packets until one client connects
hmode (enum, default: default): filter operation mode, ignored if .I wdir is set. See filter help for more details. Mode can be
* default: run in server mode (see filter help)
* push: run in client mode using PUT or POST (see filter help)
* source: use server as source filter on incoming PUT/POST

timeout (uint, default: 30): timeout in seconds for persistent connections; 0 disable timeout
ext (cstr): set extension for graph resolution, regardless of file extension
mime (cstr): set mime type for graph resolution
quit (bool, default: false): exit server once all input PIDs are done and client disconnects (for test purposes)
post (bool, default: false): use POST instead of PUT for uploading files
dlist (bool, default: false): enable HTML listing for GET requests on directories
sutc (bool, default: false): insert server UTC in response headers as Server-UTC: VAL_IN_MS
cors (bool, default: false): insert CORS header allowing all domains
reqlog (str): provide short log of the requests indicated in this option (comma separated list, * for all) regardless of HTTP log settings
ice (bool, default: false): insert ICE meta-data in response headers in sink mode - see filter help

hevcsplit

Description: HEVC tile spliter

This filter splits a motion-constrained tiled HEVC PID into N independent HEVC PIDs.
Use hevcmerge filter to merge initially motion-constrained tiled HEVC PID in a single output.

Options (expert):

hevcmerge

Description: HEVC Tile merger

This filter merges a set of HEVC PIDs into a single motion-constrained tiled HEVC PID.
The filter creates a tiling grid with a single row and as many columns as needed.
If .I mrows is set and tiles properly align on the final grid, multiple rows will be declared in the PPS.
Positioning of tiles can be automatic (implicit) or explicit.
The filter will check the SPS and PPS configurations of input PID and warn if they are not aligned but will still process them unless .I strict is set.
The filter assumes that all input PIDs are synchronized (frames share the same timestamp) and will reassemble frames with the same dts. If pids are of unequal duration, the filter will drop frames as soon as one pid is over.

Implicit Positioning
In implicit positioning, results may vary based on the order of input pids declaration.
In this mode the filter will automatically allocate new columns for tiles with height not a multiple of max CU height.

Explicit Positioning
In explicit positioning, the CropOrigin property on input PIDs is used to setup the tile grid. In this case, tiles shall not overlap in the final output.
If CropOrigin is used, it shall be set on all input sources.
If positive coordinates are used, they specify absolute positioning in pixels of the tiles. The coordinates are automatically adjusted to the next multiple of max CU width and height.
If negative coordinates are used, they specify relative positioning (eg 0x-1 indicates to place the tile below the tile 0x0).
In this mode, it is the caller responsibility to set coordinates so that all tiles in a column have the same width and only the last row/column uses non-multiple of max CU width/height values. The filter will complain and abort if this is not respected.
- If an horizontal blank is detected in the layout, an empty column in the tiling grid will be inserted.
- If a vertical blank is detected in the layout, it is ignored.

Spatial Relationship Description (SRD)

The filter will create an SRDMap property in the output PID if SRDRef and SRDor CropOrigin are set on all input PIDs.
The SRDMap allows forwarding the logical sources SRD in the merged PID.
The output pid SRDRef is set to the output video size.
The input SRDRef and SRD are usually specified in DASH MPD, but can be manually assigned to inputs.
- SRDRef gives the size of the referential used for the input SRD (usually matches the original video size, but not always)
- SRD gives the size and position of the input in the original video, expressed in SRDRef referential of the input.
The inputs do not need to have matching SRDRef.EX src1:SRD=0x0x640x480:SRDRef=1280x720
This indicates that src1 contains a video located at 0,0, with a size of 640x480 pixels in a virtual source of 1280x720 pixels.
Example
src2:SRD=640x0x640x480:SRDRef=1280x720

This indicates that src1 contains a video located at 640,0, with a size of 640x480 pixels in a virtual source of 1280x720 pixels.

Each merged input is described by 8 intergers in the output SRDMap:
- the source SRD is rescaled in the output SRDRef to form the first part (4 integers) of the SRDMap (i.e. where was the input ?)
- the source location in the reconstructed video forms the second part (4 integers) of the SRDMap (i.e. where are the input pixels in the output ?)
Assuming the two sources are encoded at 320x240 and merged as src2 above src1, the output will be a 320x480 video with a SRDMap of {0,160,160,240,0,0,320,240,0,0,160,240,0,240,320,240}
Note: merged inputs are always listed in SRDMap in their tile order in the output bitstream.

Alternatively to using SRD and SRDRef, it is possible to specify CropOrigin property on the inputs, in which case:
- the CropOrigin gives the location in the source
- the input size gives the size in the source, and no rescaling of referential is done
Example
src1:CropOrigin=0x0 src1:CropOrigin=640x0

Assuming the two sources are encoded at 320x240 and merged as src1 above src2, the output will be a 320x480 video with a SRDMap of {0,0,320,240,0,0,320,240,640,0,320,240,0,240,320,240}

Options (expert):

strict (bool, default: false): strict comparison of SPS and PPS of input pids - see filter help
mrows (bool, default: false): signal multiple rows in tile grid when possible

rfflac

Description: FLAC reframer

This filter parses FLAC files/data and outputs corresponding audio PID and frames.

Options (expert):

index (dbl, default: 1.0): indexing window length

rfprores

Description: ProRes reframer

This filter parses ProRes raw files/data and outputs corresponding visual PID and frames.

Options (expert):

fps (frac, default: 0/1000): import frame rate (0 default to FPS from bitstream or 25 Hz)
findex (bool, default: true): index frames. If true, filter will be able to work in rewind mode
cid (str): set QT 4CC for the imported media. If not set, defaults to 'ap4h' for YUV444 or 'apch' for YUV422

tssplit

Description: MPEG Transport Stream splitter

This filter splits an MPEG-2 transport stream into several single program transport streams.
Only the PAT table is rewritten, the CAT table, PMT and all program streams are forwarded as is.
In .I full mode, global DVB tables of the input multiplex are forwarded to each output mux; otherwise these tables are discarded.

Options (expert):

dvb (bool, default: true): forward all packets from global DVB PIDs
mux_id (sint, default: -1): set initial ID of output mux; the first program will use mux_id, the second mux_id+1, etc. If not set, this value will be set to sourceMuxId*255
avonly (bool, default: true): do not forward programs with no AV component
nb_pack (uint, default: 10): pack N packets before sending

bsrw

Description: Compressed bitstream rewriter

This filter rewrites some metadata of various bitstream formats.
The filter can currently modify the following properties in the bitstream:
* MPEG-4 Visual: aspect ratio and profile/level
* AVC|H264: aspect ratio, profile, level, profile compatibility
* HEVC: aspect ratio
* ProRes: aspect ratio, color primaries, transfer characteristics and matrix coefficients

The filter can currently modify the following properties in the stream configuration but not in the bitstream:
* HEVC: profile IDC, profile space, general compatibility flags

Options (expert):

sar (frac, default: 0/0, updatable): aspect ratio to rewrite
m4vpl (sint, default: -1, updatable): set ProfileLevel for MPEG-4 video part two
clrp (str, updatable): color primaries according to ISO/IEC 23001-8 / 23091-2. Value can be the integer value or (case insensitive) BT709, BT601-625, BT601-525, BT2020, P3 or P3-D65
txchar (str, updatable): transfer characteristics according to ISO/IEC 23001-8 / 23091-2. Value can be the integer value or (case insensitive) BT709, ST2084 or STDB67
mxcoef (str, updatable): matrix coeficients according to ISO/IEC 23001-8 / 23091-2. Value can be the integer value or (case insensitive) BT709, BT601 or BT2020
prof (sint, default: -1, updatable): profile indication for AVC|H264
lev (sint, default: -1, updatable): level indication for AVC|H264
pcomp (sint, default: -1, updatable): profile compatibility for AVC|H264
pidc (sint, default: -1, updatable): profile IDC for HEVC
pspace (sint, default: -1, updatable): profile space for HEVC
gpcflags (sint, default: -1, updatable): general compatibility flags for HEVC
remsei (bool, default: false, updatable): remove SEI messages from bitstream

ffdmx

Description: FFMPEG demuxer
Version: Lavf58.42.101

See FFMPEG documentation (https://ffmpeg.org/documentation.html) for more details

Options (expert):

src (cstr): location of source content
* (str): any possible options defined for AVFormatContext and sub-classes. See gpac -hx ffdmx and gpac -hx ffdmx:*

ffdec

Description: FFMPEG decoder
Version: Lavc58.81.100

See FFMPEG documentation (https://ffmpeg.org/documentation.html) for more details

Options (expert):

* (str): any possible options defined for AVCodecContext and sub-classes. See gpac -hx ffdec and gpac -hx ffdec:*

ffavin

Description: FFMPEG AV Capture
Version: Lavd58.9.103

Typical classes are dshow on windows, avfoundation on OSX, video4linux2 or x11grab on linux

Typical device name can be the webcam name:
FaceTime HD Camera on OSX, device name on windows, /dev/video0 on linux
screen-capture-recorder, see http://screencapturer.sf.net/ on windows
Capture screen 0 on OSX (0=first screen), or screenN for short
X display name (eg :0.0) on linux
See FFMPEG documentation (https://ffmpeg.org/documentation.html) for more details

Options (expert):

src (str): url of device, video://, audio:// or av://
fmt (str): name of device class - see filter help. If not set, defaults to first device class
dev (str, default: 0): name of device or index of device - see filter help
copy (enum, default: A): set copy mode of raw frames
* N: frames are only forwarded (shared memory, no copy)
* A: audio frames are copied, video frames are forwarded
* V: video frames are copied, audio frames are forwarded
* AV: all frames are copied

sclock (bool, default: false): use system clock (us) instead of device timestamp (for buggy devices)
probes (uint, default: 10, minmax: 0-100): probe a given number of video frames before emitting - this usually helps with bad timing of the first frames
block_size (uint, default: 4096): block size used to read file when using avio context
* (str): any possible options defined for AVInputFormat and AVFormatContext. See gpac -hx ffavin and gpac -hx ffavin:*

ffsws

Description: FFMPEG video rescaler
Version: SwS5.6.101

For bicubic, to tune the shape of the basis function, .I p1 tunes f(1) and .I p2 f´(1)
For gauss .I p1 tunes the exponent and thus cutoff frequency
For lanczos .I p1 tunes the width of the window function
See FFMPEG documentation (https://ffmpeg.org/documentation.html) for more details

Options (expert):

osize (v2di): osize of output video. When not set, input osize is used
ofmt (pfmt, default: none, minmax: none,yuv420,yuv420_10,yuv422,yuv422_10,yuv444,yuv444_10,uyvy,vyuy,yuyv,yvyu,nv12,nv21,nv1l,nv2l,yuva,yuvd,yuv444a,grey,algr,gral,rgb4,rgb5,rgb6,rgba,argb,bgra,abgr,rgb,bgr,xrgb,rgbx,xbgr,bgrx,rgbd,rgbds,rgbs,rgbas): pixel format for output video. When not set, input format is used
scale (enum, default: bicubic): scaling mode - see filter info

p1 (dbl, default: +I): scaling algo param1 - see filter info
p2 (dbl, default: +I): scaling algo param2 - see filter info

ffenc

Description: FFMPEG encoder
Version: Lavc58.81.100

Encodes audio and video streams.
See FFMPEG documentation (https://ffmpeg.org/documentation.html) for more details
Note: if no codec is explicited through .I ffc option and no pixel format is given, codecs will be enumerated to find a matching pixel format.

The encoder will force a closed gop boundary at each packet with a FileNumber property set.

Options (expert):

c (str): codec identifier. Can be any supported GPAC ID or ffmpeg ID or filter subclass name
pfmt (pfmt, default: none): pixel format for input video. When not set, input format is used
fintra (frac, default: 0): force intra / IDR frames at the given period in sec, eg fintra=60000/1001 will force an intra every 2 seconds on 29.97 fps video; ignored for audio
all_intra (bool, default: false, updatable): only produce intra frames
ls (bool, default: false): log stats
ffc (str): ffmpeg codec name. This allows enforcing a given codec if multiple codecs support the codec ID set (eg aac vs vo_aacenc)
* (str): any possible options defined for AVCodecContext and sub-classes. see gpac -hx ffenc and gpac -hx ffenc:*

ffmx

Description: FFMPEG muxer
Version: Lavf58.42.101

FFMPEG output for files and streamers.
See FFMPEG documentation (https://ffmpeg.org/documentation.html) for more details

Note: Some URL formats may not be sufficient to derive the multiplexing format, you must then use .I ffmt to specify the desired format.

Unlike other multiplexing filters in GPAC, this filter is a sink filter and does not produce any PID to be redirected in the graph.
The filter can however use template names for its output, using the first input PID to resolve the final name.
The filter watches the property FileNumber on incoming packets to create new files.

Options (expert):

dst (cstr): location of source content
start (dbl, default: 0.0): set playback start offset. Negative value means percent of media dur with -1 <=> dur
speed (dbl, default: 1.0): set playback speed. If speed is negative and start is 0, start is set to -1
interleave (bool, default: true): write frame in interleave mode
nodisc (bool, default: false): ignore stream configuration changes while muxing, may result in broken streams
mime (cstr): set mime type for graph resolution
ffiles (bool, default: false): force complete files to be created for each segment in DASH modes
ffmt (str): force ffmpeg output format for the given URL
block_size (uint, default: 4096): block size used to read file when using avio context
* (str): any possible options defined for AVFormatContext and sub-classes. See gpac -hx ffmx and gpac -hx ffmx:*

ffavf

Description: FFMPEG AVFilter
Version: Lavf58.42.101

This filter provides libavfilter raw audio and video tools. See FFMPEG documentation (https://ffmpeg.org/documentation.html) for more details

Declaring a filter

The filter loads a filter or a filter chain description from the .I f option.
Example
ffavf:f=showspectrum

Unlike other FFMPEG bindings in GPAC, this filter does not parse other libavfilter options, you must specify them directly in the filter chain, and the .I f option will have to be escaped.
Example
ffavf::f=showspectrum=size=320x320 or ffavf::f=showspectrum=size=320x320::pfmt=rgb

The filter will automatically create buffer and buffersink AV filters for data exchange between GPAC and libavfilter.
The builtin options ( .I pfmt, .I afmt ...) can be used to configure the buffersink filter to set the output format of the filter.

Naming of PIDs

For simple filter graphs with only one input and one output, the input PID is assigned the avfilter name in and the output PID is assigned the avfilter name out

When a graph has several inputs, input PID names shall be assigned by the user using the ffid property, and mapping must be done in the filter.
Example
src=video:#ffid=a src=logo:#ffid=b ffavf::f=[a][b]overlay=main_w-overlay_w-10:main_h-overlay_h-10

In this example:
- the video source is identified as a
- the logo source is identified as b
- the filter declaration maps a to its first input (in this case, main video) and b to its second input (in this case the overlay)

When a graph has several outputs, output PIDs will be identified using the ffid property set to the output avfilter name.
Example
src=source ffavf::f=split inspect:SID=#ffid=out0 vout#SID=out1

In this example:
- the spliter produces 2 video streams out0 and out1
- the inspecter only process stream with ffid out0
- the video output only displays stream with ffid out1

The name(s) of the final output of the avfilter graph cannot be configured in GPAC. You can however name intermediate output(s) in a complex filter chain as usual.

Filter graph commands

The filter handles option updates as commands passed to the AV filter graph. The syntax expected in the option name is:
* com_name=value: sends command com_name with value value to all filters
* name#com_name=value: sends command com_name with value value to filter named name

Options (expert):

f (str): filter or filter chain description - see filter help
pfmt (pfmt, default: none): pixel format of output. If not set, let AVFilter decide
afmt (afmt, default: none): audio format of output. If not set, let AVFilter decide
sr (uint, default: 0): sample rate of output. If not set, let AVFilter decide
ch (uint, default: 0): number of channels of output. If not set, let AVFilter decide
dump (bool, default: false, updatable): dump graph as log madia@info or stderr if not set
* (str): any possible options defined for AVFilter and sub-classes. See gpac -hx ffavf and gpac -hx ffavf:*

jsf

Description: JavaScript filter

This filter runs a javascript file specified in .I js defining a new JavaScript filter.

For more information on how to use JS filters, please check https://wiki.gpac.io/jsfilter

Options (expert):

js (cstr): location of script source
* (str): any possible options defined for the script. See gpac -hx jsf:js=$YOURSCRIPT

dtout

Description: DekTec SDIOut

This filter provides SDI output to be used with DTA 2174 or DTA 2154 cards.

Options (expert):

bus (sint, default: -1): PCI bus number - if not set, device discovery is used
slot (sint, default: -1): PCI bus number - if not set, device discovery is used
fps (frac, default: 30/1): default FPS to use if input stream fps cannot be detected
clip (bool, default: false): clip YUV data to valid SDI range, slower
port (uint, default: 1): set sdi output port of card
start (dbl, default: 0.0): set playback start offset, [-1, 0] means percent of media dur, eg -1 == dur

ohevcdec

Description: OpenHEVC decoder

This filter decodes HEVC and LHVC (HEVC scalable extensions) from one or more PIDs through the OpenHEVC library

Options (expert):

threading (enum, default: frame): set threading mode
* frameslice: parallel decoding of both frames and slices
* frame: parallel decoding of frames
* slice: parallel decoding of slices

nb_threads (uint, default: 0): set number of threads. If 0, uses number of cores minus one
no_copy (bool, default: false): directly dispatch internal decoded frame without copy
pack_hfr (bool, default: false): pack 4 consecutive frames in a single output
seek_reset (bool, default: false): reset decoder when seeking
force_stereo (bool, default: false): force stereo output for multiview (top-bottom only)
reset_switch (bool, default: false): reset decoder at config change

EXAMPLES

https://wiki.gpac.io/Filters

MORE

Authors: GPAC developers, see git repo history (-log)
For bug reports, feature requests, more information and source code, visit http://github.com/gpac/gpac
build: 1.0.1-rev0-g7c36b3027-master
Copyright: (c) 2000-2020 Telecom Paris distributed under LGPL v2.1+ - http://gpac.io

SEE ALSO

gpac(1), MP4Client(1), MP4Box(1)

2019 gpac