[FFmpeg-trac] #2226(FFprobe:new): FFprobe should output to stdout
FFmpeg
trac at avcodec.org
Sat Feb 2 16:32:39 CET 2013
#2226: FFprobe should output to stdout
-------------------------------------+-------------------------------------
Reporter: evilsoup | Type:
Status: new | enhancement
Component: FFprobe | Priority: wish
Keywords: | Version:
ffprobe,stdout,stderr | unspecified
Blocking: | Blocked By:
Analyzed by developer: 0 | Reproduced by developer: 0
-------------------------------------+-------------------------------------
At the moment, all the tools output the text information to stderr.
Obviously, for ffmpeg this is necessary; but ffprobe doesn't output A/V
data, only text, so this behaviour doesn't serve any purpose.
The current workaround (for regexing the output etc) is to use `ffprobe
input.file 2>&1`. This isn't particularly onerous, but it would be nicer
to have ffprobe output to stdout by default. Changing it also wouldn't
break any pre-existing scripts that people are using with the current
workaround, either.
--
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2226>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list