Opened 7 years ago

Closed 7 years ago

#5968 closed defect (invalid)

ffprobe failing on MXF: error No video stream with index '-1' found, Error initializing filter 'movie' with args

Reported by: Marian Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Summary of the bug:
How to reproduce:

% ffprobe -show_frames -of compact=p=0 -f lavfi "movie=testdata/PIX_001_061.mov.A2502834E0.mxf,select=gt(scene\,.3)+eq(pict_type\,I)+isnan(prev_selected_t)+gte(t-prev_selected_t\,30)"
ffmpeg version 3.1.3
built on
 Mac Book Pro , 2.5 GHz Intel Core i5, 16 GB 1600 MHz DDR3, OS X El
 Capitan, Version 10.11.6

Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker.

Attachments (2)

ffreport.log (1.4 KB ) - added by Marian 7 years ago.
report log
PIX_001_061.mov.A2502834E0_mediainfo.txt (1.6 KB ) - added by Marian 7 years ago.
Mediainfo

Download all attachments as: .zip

Change History (7)

by Marian, 7 years ago

Attachment: ffreport.log added

report log

by Marian, 7 years ago

Mediainfo

comment:1 by Carl Eugen Hoyos, 7 years ago

Component: ffprobeundetermined
Keywords: ffprobe removed

Please point us to the input file.

comment:2 by mvignali, 7 years ago

Are you sure your file have a video track ?

comment:3 by Marian, 7 years ago

How can I test that it has a video track via ffprobe or FFMPEG without it throwing an error?
Currently when I try to play it in VLC, it just starts playing audio.

comment:4 by Marian, 7 years ago

How can I test that it has a video track via ffprobe or FFMPEG without it throwing an error?
Currently when I try to play it in VLC, it just starts playing audio.

comment:5 by Carl Eugen Hoyos, 7 years ago

Keywords: mxf removed
Resolution: invalid
Status: newclosed

What's wrong with ffmpeg -i testdata/PIX_001_061.mov.A2502834E0.mxf?

The movie filter only works for files that contain video.

Note: See TracTickets for help on using tickets.