Reimar Döffinger <[email protected]> added the comment: On Wed, Nov 17, 2010 at 08:13:48PM +0000, Karl Blomster wrote: > FFmpeg refuses to open the attached (yes, I attached it to the ticket instead > of > uploading to incoming since it's 100kb, hurf a durf about it if you want) > 1-frame MPEG2 elementary stream with the error message "Invalid data found > when > processing input".
The H.263 probe function returns a score of 25, which is the same as the MPEG-probe returns, thus resulting in an error. The MP3 probe returns a score of 24 as well, so that probe function is not great either. Concatenating the file with itself 3 times make the probe succeed btw., but only because the MPEG score is then 50 (possibly a bit high?), h.263 and mp3 stay... ________________________________________________ FFmpeg issue tracker <[email protected]> <https://roundup.ffmpeg.org/issue2363> ________________________________________________
