Am So., 18. Aug. 2019 um 00:40 Uhr schrieb August Johansson <[email protected]>:
> I am a writing a software that scripts against the FFprobe binary. My > software expects that FFprobe returns N/A as a duration for picture files > and the duration if the file actually is video or audio file. > However I have recently found that when FFprobe is on a JPEG picture file, > it returns 00:00:00.04 as a duration. > I consider this a bug and something that should be fixed. You are implying that it is possible to distinguish between an "image" and an audio/video file in general. Unfortunately, this is not the case. Note that if 25 (or 30) frames should have a duration of 1 second, I find it not surprising that one frame has an equivalent duration. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
