Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#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)

JPGExample.JPG (8.3 KB ) - added by InoMurko 10 years ago.
Does not work.
PNGExample.png (1.5 MB ) - added by InoMurko 10 years ago.
Works.

Download all attachments as: .zip

Change History (5)

by InoMurko, 10 years ago

Attachment: JPGExample.JPG added

Does not work.

by InoMurko, 10 years ago

Attachment: PNGExample.png added

Works.

comment:1 by InoMurko, 10 years ago

Resolution: invalid
Status: newclosed

comment:2 by Carl Eugen Hoyos, 10 years ago

Component: ffprobeavformat
Keywords: mjpeg added; pipe show format show streams removed
Priority: normalwish
Reproduced by developer: unset
Resolution: invalidduplicate
Type: defectenhancement
Version: 2.4.1git-master

Duplicate of ticket #2541

comment:3 by Carl Eugen Hoyos, 10 years ago

Ticket #2541 was fixed, I believe this issue should also work fine now.

Note: See TracTickets for help on using tickets.