[FFmpeg-cvslog] Fix documentation for "-debug" commandline argument

Panagiotis H.M. Issaris git at videolan.org
Fri Sep 9 17:30:00 CEST 2011


ffmpeg | branch: master | Panagiotis H.M. Issaris <takis.issaris at uhasselt.be> | Wed Aug 17 12:20:32 2011 +0200| [bcef876f168ce8e0263f018f45b8f88ce4dba623] | committer: Michael Niedermayer

Fix documentation for "-debug" commandline argument
(cherry picked from commit 180e7829428e26413916f0cbc2ad85eeb1fb877e)

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bcef876f168ce8e0263f018f45b8f88ce4dba623
---

 doc/ffmpeg.texi |   33 ++++++++++++++++++++++++++++++++-
 1 files changed, 32 insertions(+), 1 deletions(-)

diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 832e3d8..f3ca854 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -712,8 +712,39 @@ ffmpeg -i in.ogg -map_metadata 0:0,s0 out.mp3
 Copy chapters from @var{infile} to @var{outfile}. If no chapter mapping is specified,
 then chapters are copied from the first input file with at least one chapter to all
 output files. Use a negative file index to disable any chapter copying.
- at item -debug
+ at item -debug @var{category}
 Print specific debug info.
+ at var{category} is a number or a string containing one of the following values:
+ at table @samp
+ at item bitstream
+ at item buffers
+picture buffer allocations
+ at item bugs
+ at item dct_coeff
+ at item er
+error recognition
+ at item mb_type
+macroblock (MB) type
+ at item mmco
+memory management control operations (H.264)
+ at item mv
+motion vector
+ at item pict
+picture info
+ at item pts
+ at item qp
+per-block quantization parameter (QP)
+ at item rc
+rate control
+ at item skip
+ at item startcode
+ at item thread_ops
+threading operations
+ at item vis_mb_type
+visualize block types
+ at item vis_qp
+visualize quantization parameter (QP), lower QP are tinted greener
+ at end table
 @item -benchmark
 Show benchmarking information at the end of an encode.
 Shows CPU time used and maximum memory consumption.



More information about the ffmpeg-cvslog mailing list