[FFmpeg-trac] #3975(ffprobe:new): FFProbe invalid data through pipe:0

FFmpeg trac at avcodec.org
Thu Sep 25 12:21:28 CEST 2014


#3975: FFProbe invalid data through pipe:0
-------------------------------------+-------------------------------------
             Reporter:  InoMurko     |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:  ffprobe      |                  Version:  2.4.1
             Keywords:  pipe show    |               Blocked By:
  format show streams                |  Reproduced by developer:  1
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 cat JPGExample.jpg | ./ffprobe -i pipe:0 -print_format json -show_streams
 -show_format
 {
 pipe:0: Invalid data found when processing input

 }

 cat PNGExample.png | ./ffprobe -i pipe:0 -print_format json -show_streams
 -show_format
 Works. Prints valid JSON.


 Also works fine.
 ./ffprobe -i JPGExample.jpg -print_format json -show_streams -show_format
 ./ffprobe -i PNGExample.png -print_format json -show_streams -show_format

--
Ticket URL: <https://trac.ffmpeg.org/ticket/3975>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list