[FFmpeg-trac] #10083(ffmpeg:new): Terminal color output ended after newline

FFmpeg trac at avcodec.org
Tue Nov 29 08:08:56 EET 2022


#10083: Terminal color output ended after newline
---------------------------------+---------------------------------------
             Reporter:  Arnon    |                     Type:  enhancement
               Status:  new      |                 Priority:  wish
            Component:  ffmpeg   |                  Version:
             Keywords:  command  |               Blocked By:
             Blocking:           |  Reproduced by developer:  0
Analyzed by developer:  0        |
---------------------------------+---------------------------------------
 Terminal color output is ended on the next line - ie:

 {{{
 [color] text [newline]
 [black]
 }}}

 It would be nice if that could be changed to:

 {{{
 [color] text [black] [newline]
 }}}

 So that running:

 {{{>AV_LOG_FORCE_COLOR=1 ffmpeg -loglevel warning bad 2>&1 | head -1}}}

 doesn't change my terminal text color (on Linux).

 {{{>ffmpeg -version |head -1}}}
 ffmpeg version 5.1.2 Copyright (c) 2000-2022 the FFmpeg developers
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/10083>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list