[FFmpeg-devel] [PATCH] doc/muxers: add M3U8 example to segment section
Clément Bœsch
ubitux at gmail.com
Sat Aug 18 13:19:52 CEST 2012
On Sat, Aug 18, 2012 at 01:03:03PM +0200, Stefano Sabatini wrote:
> ---
> doc/muxers.texi | 6 ++++++
> 1 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/doc/muxers.texi b/doc/muxers.texi
> index 6200b7e..23db65f 100644
> --- a/doc/muxers.texi
> +++ b/doc/muxers.texi
> @@ -584,6 +584,12 @@ and @code{libfaac} encoders:
> @example
> ffmpeg -i in.mkv -map 0 -codec:v libx264 -codec:a libfaac -f ssegment -segment_list out.list out%03d.ts
> @end example
> +
> + at item
> +Segment the input file, and create an M3U8 playlist file:
> + at example
> +ffmpeg -i in.mkv -codec copy -map 0 -f segment -segment_list out.m3u8 -segment_time 10 out%03d.mkv
> + at end example
Maybe playlist.m3u8, otherwise OK.
Thanks
--
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120818/35d90fc3/attachment.asc>
More information about the ffmpeg-devel
mailing list