Opened 4 years ago
#10083 new enhancement
Terminal color output ended after newline
| Reported by: | Arnon | Owned by: | |
|---|---|---|---|
| Priority: | wish | Component: | ffmpeg |
| Version: | Keywords: | command | |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
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
Note:
See TracTickets
for help on using tickets.


