[FFmpeg-trac] #10104(ffprobe:new): ffprobe: ignores output format option
FFmpeg
trac at avcodec.org
Thu Dec 15 10:58:17 EET 2022
#10104: ffprobe: ignores output format option
---------------------------------+----------------------------------
Reporter: smurfix | Type: defect
Status: new | Priority: normal
Component: ffprobe | Version: 5.1.2
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
---------------------------------+----------------------------------
Summary of the bug:
"ffprobe -of XXX" wraps the output in something that might contain XXX but
the actual output is unchanged.
How to reproduce:
{{{
% ffmpeg -hide_banner -of json 01.ogg
{
Input #0, ogg, from '01.ogg':
Duration: 00:02:36.45, start: 0.000000, bitrate: 141 kb/s
Stream #0:0: Audio: vorbis, 44100 Hz, stereo, fltp, 160 kb/s
}
}}}
This happens with MP4 files too so looks like a generic problem.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10104>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list