Files
gpac/share/default.cfg
jeanlf c18349ea27 Deprecate GF_Terminal and code reorganization
- remove terminal.c and related includes
- removed mp4client, osmo4ios, Osmo4 Android and MP4Box android
- added old mp4client features in gpac -mp4c
- iOS build now uses gpac directly
- added GPAC android (GUI, MP4Box and gpac command line) and cleanup android build
- fixed threading issues in android (audio, mediacodec)
- prevent JSRuntime destruction for android
- added display orientation handling for mobile devices
- fixed potential gl shader setup bug on iOS and android
- mobile camera support through libavdevice
- fixed bugs dealing with ttc font collection
- inspect filter can now dump to GPAC log system
2022-05-13 11:05:56 +02:00

19 lines
934 B
INI

[gpac.alias]
-play=-i @{1} aout vout
-plist=flist:srcs=@{-:N} vout aout
-info=src=@{+1:N} inspect
-mplay=src=@{+1:N} aout vout
-bench=reframer:raw=av @ -o null -stats -i @{1}
-vbench=-i @{1} vout:!vsync -stats
-gui=-noprog compositor:player=gui -xopt
-mp4c=compositor:player=base:src=@{1}
[gpac.aliasdoc]
-play=play file. Syntax: `gpac -play source.mp4`
-plist=build seamless playlist of files. Syntax: `gpac -plist s1.mp4 [... sN.mp4]`
-info=inspect files. Syntax: `gpac -info s1.mp4 [... sN.mp4]`
-mplay=play input files in parallel. Syntax: `gpac -mplay s1.mp4 [... sN.mp4]`
-bench=check decoding speed of source. Syntax: `gpac -bench source.mp4`
-vbench=check decoding and display speed of source. Syntax: `gpac -vbench source.mp4`
-gui=launch GUI (see `gpac -h gui` for GUI options and `gpac -h[x] compositor` for compositor options)
-mp4c=launch player without GUI (see `gpac -h/-hx mp4c` for options). Syntax: `gpac -mp4c URL`