summaryrefslogtreecommitdiffstats
path: root/doc/muxers.texi
diff options
context:
space:
mode:
authorBela Bodecs <bodecsb@vivanet.hu>2019-06-22 15:55:54 +0200
committerSteven Liu <lq@chinaffmpeg.org>2019-06-24 17:43:39 +0800
commit2045dd0050f1ef0df348e11bd44657c2475aa7c3 (patch)
tree21fd339c2bd1216dd0b262b2784bea0a916f037e /doc/muxers.texi
parentbc3306fd5b272730bb4bc2c571d575fed75a1ce4 (diff)
downloadffmpeg-streaming-2045dd0050f1ef0df348e11bd44657c2475aa7c3.zip
ffmpeg-streaming-2045dd0050f1ef0df348e11bd44657c2475aa7c3.tar.gz
avformat/hlsenc: better error log message for var_stream_map content
When multiple variant streams are specified by var_stream_map option, %v is expected either in the filename or in the last sub-directory name, but only in one of them. When both of them contains %v string, current error message only states half of the truth. And even %v may appears several times inside the last sub-directory name or in filename pattern. This patch clarifies this in the log message and in the doc also. Signed-off-by: Bela Bodecs <bodecsb@vivanet.hu>
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r--doc/muxers.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index 4410a5f..6c5b4bb 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -656,7 +656,8 @@ This example will produce the playlists segment file sets:
@file{file_1_000.ts}, @file{file_1_001.ts}, @file{file_1_002.ts}, etc.
The string "%v" may be present in the filename or in the last directory name
-containing the file. If the string is present in the directory name, then
+containing the file, but only in one of them. (Additionally, %v may appear multiple times in the last
+sub-directory or filename.) If the string %v is present in the directory name, then
sub-directories are created after expanding the directory name pattern. This
enables creation of segments corresponding to different variant streams in
subdirectories.
OpenPOWER on IntegriCloud