summaryrefslogtreecommitdiff
path: root/doc/ffprobe.texi
diff options
context:
space:
mode:
authorTobias Rapp <t.rapp@noa-audio.com>2014-09-11 09:16:52 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-10-07 23:18:15 +0200
commit143a8a44f4ec7a9a0fbd10909cc0cc93d5f39ace (patch)
treea86ffa176eb60baab338a68f5b03536a81e02bcb /doc/ffprobe.texi
parentabaf4245a1722a3d1b86b9d1a5349f1306c8c7b8 (diff)
ffprobe: add -show_pixel_formats option
Adds option -show_pixel_formats to ffprobe which lists all available pixel formats with some details. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/ffprobe.texi')
-rw-r--r--doc/ffprobe.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi
index 0a39ed4ca5..5c904704bb 100644
--- a/doc/ffprobe.texi
+++ b/doc/ffprobe.texi
@@ -321,6 +321,12 @@ Show information related to program and library versions. This is the
equivalent of setting both @option{-show_program_version} and
@option{-show_library_versions} options.
+@item -show_pixel_formats
+Show information about all pixel formats supported by FFmpeg.
+
+Pixel format information for each format is printed within a section
+with name "PIXEL_FORMAT".
+
@item -bitexact
Force bitexact output, useful to produce output which is not dependent
on the specific build.