[FFmpeg-trac] #5242(ffmpeg:new): ffmpeg always put to log command line strings
FFmpeg
trac at avcodec.org
Thu Feb 18 01:43:58 CET 2016
#5242: ffmpeg always put to log command line strings
---------------------------------+---------------------------------------
Reporter: Alexufo | Type: defect
Status: new | Priority: normal
Component: ffmpeg | Version: unspecified
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
---------------------------------+---------------------------------------
Try execute ffmpeg from php with any level code number.
{{{
shell_exec("FFREPORT=file=ff%t.log:level=-8 ffmpeg -y -i '/home/test0.mp3'
-acodec copy '/home/test1.mp3' &")
}}}
You will always get log file with
{{{
Command line:
ffmpeg -y -i '/home/test0.mp3' -acodec copy '/home/test1.mp3
}}}
But I select silent mode.
report file
https://dl.dropboxusercontent.com/u/3013858/ffmpeg-20160218-033818.log
--
Ticket URL: <https://trac.ffmpeg.org/ticket/5242>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list