]> git.sesse.net Git - ffmpeg/commit
avformat/dashenc: Added option for Segment file format
authorKarthick Jeyapal <kjeyapal@akamai.com>
Fri, 4 May 2018 05:15:58 +0000 (10:45 +0530)
committerKarthick Jeyapal <kjeyapal@akamai.com>
Mon, 28 May 2018 05:22:01 +0000 (10:52 +0530)
commit2efdbf7367989cf9d296c25fa3d2aff8d6e25fdd
tree0fd7614bf0fa46796f2b90e6287990cb45fc73f2
parente3275f937dc38e740c74539f2f6aad5bfdba2bf1
avformat/dashenc: Added option for Segment file format

Right now segment file format is chosen to be either mp4 or webm based on the codec format.
This patch makes that choice configurable by the user, instead of being decided by the muxer.

Also with this change per-stream choice segment file format(based on codec type) is not possible.
All the output audio and video streams should be in the same file format.
doc/muxers.texi
libavformat/dashenc.c