]> git.sesse.net Git - ffmpeg/blobdiff - doc/demuxers.texi
avcodec/libvpxenc: add VP9 temporal scalability encoding option
[ffmpeg] / doc / demuxers.texi
index 4e1a5cb6aa2599446597cc8abf10fbe867492a2b..2de14b68d349f6e03e88a185359c65d71e715d7b 100644 (file)
@@ -332,7 +332,7 @@ Maximum number of times a insufficient list is attempted to be reloaded.
 Default value is 1000.
 
 @item m3u8_hold_counters
-Maximum number of times to load m3u8 when the m3u8 dose not refresh with new segments.
+The maximum number of times to load m3u8 when it refreshes without new segments.
 Default value is 1000.
 
 @item http_persistent
@@ -456,6 +456,17 @@ nanosecond precision.
 @item video_size
 Set the video size of the images to read. If not specified the video
 size is guessed from the first image file in the sequence.
+@item export_path_metadata
+If set to 1, will add two extra fields to the metadata found in input, making them
+also available for other filters (see @var{drawtext} filter for examples). Default
+value is 0. The extra fields are described below:
+@table @option
+@item lavf.image2dec.source_path
+Corresponds to the full path to the input file being read.
+@item lavf.image2dec.source_basename
+Corresponds to the name of the file being read.
+@end table
+
 @end table
 
 @subsection Examples