Opened 9 years ago
Closed 9 years ago
#5020 closed defect (invalid)
ffprobe sends normal output to stderr
Reported by: | Jason Pepas | Owned by: | |
---|---|---|---|
Priority: | wish | Component: | ffprobe |
Version: | git-master | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Summary of the bug:
ffprobe appears to be sending normal output to stderr, rather than stdout. This breaks with Unix convention.
How to reproduce:
$ ffprobe -hide_banner foo.m4v
Note:
See TracTickets
for help on using tickets.
That is not the "output" of ffprobe, that is only debug info, therefore correctly forwarded to stderr.
Use ffprobe -show_streams, to get proper ffprobe output.