[FFmpeg-trac] #5242(ffmpeg:closed): ffmpeg always put to log command line strings

FFmpeg trac at avcodec.org
Thu Feb 18 15:04:36 CET 2016


#5242: ffmpeg always put to log command line strings
-------------------------------------+-----------------------------------
             Reporter:  Alexufo      |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:  ffmpeg
              Version:  unspecified  |               Resolution:  wontfix
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-----------------------------------

Comment (by heleppkes):

 If you use FFREPORT it will always contain the command line, no way around
 that.
 You could just redirect the output of ffmpeg itself into a log file of
 your choice, that way you only get any potential error output

 ie.
 ffmpeg -loglevel error -y -i ... 2> ff.log

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


More information about the FFmpeg-trac mailing list