On Mon, Jan 02, 2017 at 12:49:50 +0100, Bodecs Bela wrote:
> Subject: [FFmpeg-devel] [PATCH] doc/hlsenc: hls_segment_filename,
> use_localtime, , use_localtime_mkdir, hls_flags
^^
There's a ", " too much in that part of the commit message.
> +@var{filename} may contain full path or relative path specification, but
> only the file name part without any path info will be contained in the m3u8
> segment list.
You should break this line.
> +Should relative path is specified, path of created segment files will be
> relative to the current working directory.
->
Should a relative path be specified, the path of the created segment
files will be relative to the current working directory.
> +When -use_localtime_mkdir is set, the whole expanded value of @var{filename}
> will be written into m3u8 segment list.
^ I think you should omit the dashes, as these are primarily
library options, not command line options.
And do add an article: "... will be written into the m3u8 segment
list."
> -@file{file-20160215-1455569023.ts}, @file{file-20160215-1455569024.ts}, etc.
> +@file{file-20160215-1455569023.ts}, @file{file-20160215-1455569024.ts}, etc.
> (Notice: in some systems/environments %s specifier is not available. See
> strftime() documentation!)
->
Note: On some systems/environments, the code{%s} specifier is not available.
See
code{strftime()} documentation.
(Avoid exclamation marks.)
> +This example will create a directory hierarchy 2016/02/15 (if any of them
> does not exist), and then
^
do
Moritz
_______________________________________________
ffmpeg-devel mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel