[FFmpeg-trac] #6929(ffmpeg:new): Incorrect spacing in the realtime progress indicators in shell

FFmpeg trac at avcodec.org
Mon Dec 25 10:45:38 EET 2017


#6929: Incorrect spacing in the realtime progress indicators in shell
-------------------------------------+----------------------------------
             Reporter:  ZexaronS     |                    Owner:
                 Type:  enhancement  |                   Status:  new
             Priority:  wish         |                Component:  ffmpeg
              Version:  git-master   |               Resolution:
             Keywords:  logging      |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+----------------------------------

Comment (by Gyan):

 ''Also, another bug, the "L" before "size=" appears after stopping the
 process with CTRL+C, also I don't remember if it also happens on normal
 finishing''

 It does, and it's not a bug. The L indicates that the writing is done.

 From `ffmpeg.c`:

 {{{
    if (is_last_report)
        snprintf(buf + strlen(buf), sizeof(buf) - strlen(buf), "L");
 }}}

--
Ticket URL: <https://trac.ffmpeg.org/ticket/6929#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list