[FFmpeg-devel] [PATCH 2/2] docs: Add documentation about YAML output writer

softworkz ffmpegagent at gmail.com
Wed Feb 19 22:07:56 EET 2025


From: softworkz <softworkz at hotmail.com>

Signed-off-by: softworkz <softworkz at hotmail.com>
---
 doc/ffprobe.texi | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi
index ceedc8793b..106d865e18 100644
--- a/doc/ffprobe.texi
+++ b/doc/ffprobe.texi
@@ -626,6 +626,22 @@ This option automatically sets @option{fully_qualified} to 1.
 
 For more information about the XML format, see
 @url{https://www.w3.org/XML/}.
+
+ at section yaml
+YAML based format.
+
+Each section is printed using YAML notation.
+
+The description of the accepted options follows.
+
+ at table @option
+
+ at item blank_lines
+If set to 1, blank lines are inserted between sections for
+better readability. Default value is 1.
+ at end table
+
+For more information about YAML, see @url{https://yaml.org/}.
 @c man end WRITERS
 
 @chapter Timecode
-- 
ffmpeg-codebot


More information about the ffmpeg-devel mailing list