Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2021-03-06 17:57:03 +0300
committerJames Almer <jamrial@gmail.com>2021-04-27 16:43:09 +0300
commit2086d635c36c2865d1a0145c56e448b30af59ba0 (patch)
tree20227e63ace52595a4b405aa84eb86e63eb62087 /doc/muxers.texi
parent41181bc4a01188c8f9b0366d77ddeed1e0845c53 (diff)
avformat/hlsenc: Remove deprecated localtime options
Deprecated in fbd8746efabe441469eb410d2ffa6af64987ca80. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r--doc/muxers.texi6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index bb8a8f52b7..b0f622dbf1 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -886,9 +886,6 @@ This example will produce the playlists segment file sets:
@file{vs0/file_000.ts}, @file{vs0/file_001.ts}, @file{vs0/file_002.ts}, etc. and
@file{vs1/file_000.ts}, @file{vs1/file_001.ts}, @file{vs1/file_002.ts}, etc.
-@item use_localtime
-Same as strftime option, will be deprecated.
-
@item strftime
Use strftime() on @var{filename} to expand the segment filename with localtime.
The segment number is also available in this mode, but to use it, you need to specify second_level_segment_index
@@ -906,9 +903,6 @@ ffmpeg -i in.nut -strftime 1 -hls_flags second_level_segment_index -hls_segment_
This example will produce the playlist, @file{out.m3u8}, and segment files:
@file{file-20160215-0001.ts}, @file{file-20160215-0002.ts}, etc.
-@item use_localtime_mkdir
-Same as strftime_mkdir option, will be deprecated .
-
@item strftime_mkdir
Used together with -strftime_mkdir, it will create all subdirectories which
is expanded in @var{filename}.