[FFmpeg-trac] #11071(avutil:new): Adding relevant text header descriptions for various output types

FFmpeg trac at avcodec.org
Mon Jun 24 13:12:59 EEST 2024


#11071: Adding relevant text header descriptions for various output types
-------------------------------------+-------------------------------------
             Reporter:               |                     Type:
  MasterQuestionable                 |  enhancement
               Status:  new          |                 Priority:  normal
            Component:  avutil       |                  Version:  git-
             Keywords:  av_log       |  master
  debug                              |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 ͏    Extended from: https://trac.ffmpeg.org/ticket/10998

 ͏    The output without coloring effectively loses significant information
 (the output type: i.e. "warning", "error" etc.).
 ͏    A simple text description prepending the relevant line [1] would be
 preferable:
 ͏    "W/" - "warning"
 ͏    "E/" - "error"
 ͏    "D/" - "debug"
 ͏    "T/" - "trace"

 ͏    Without the verbosity and unfitness of
 [https://ffmpeg.org/ffmpeg.html#Generic-options ͏"-v level"] alike.
 ͏    And may make use of the Logcat highlighter.

 [ [1]
 ͏    For multi-line output: prepending only once.
 ͏    E.g.
 [[
 D/Transform tree:
 ͏    ...
 ]] ]

 [ [2]
 ͏    "I/" - "info" is excessive.
 ͏    Unsure if "V/" - "verbose" should exist: mostly indistinguishable
 from "debug". ]
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/11071>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list