#3975 closed enhancement (duplicate)
FFProbe invalid data through pipe:0
Reported by: | InoMurko | Owned by: | |
---|---|---|---|
Priority: | wish | Component: | avformat |
Version: | git-master | Keywords: | mjpeg |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
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
Attachments (2)
Change History (5)
by , 10 years ago
Attachment: | JPGExample.JPG added |
---|
comment:1 by , 10 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 10 years ago
Component: | ffprobe → avformat |
---|---|
Keywords: | mjpeg added; pipe show format show streams removed |
Priority: | normal → wish |
Reproduced by developer: | unset |
Resolution: | invalid → duplicate |
Type: | defect → enhancement |
Version: | 2.4.1 → git-master |
Duplicate of ticket #2541
Note:
See TracTickets
for help on using tickets.
Does not work.