OSDN Git Service

avformat/hlsenc: added segment filename option
authorChristian Suloway <csuloway@row44.com>
Fri, 5 Dec 2014 21:20:15 +0000 (21:20 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 6 Dec 2014 01:28:23 +0000 (02:28 +0100)
commit1c639fa6e02ed122dc41c318acb875f8d76537c5
tree64ed755930c2e99d7df802f0cb4e613af9afa711
parentce800d4695b71f707db93bf97db02dd2b6ff0243
avformat/hlsenc: added segment filename option

This option allows segment filenames to be specified. Unless -hls_flags
single_file is set the filename is used as a string format with the
segment number.

Example:
ffmpeg -f lavfi -i testsrc -c:v h264 -map 0 -hls_segment_filename
bar%03d.ts foo.m3u8

Signed-off-by: Christian Suloway <csuloway@globaleagleent.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
doc/muxers.texi
libavformat/hlsenc.c