On 1/8/2019 1:15 AM, Hari Babu Muga wrote:
When I read a video for knowing the total number of frames present in it, ffmpeg gives me 'x' count but when I actually extracted the frames using ffmpeg, it gave me 'x+3' frames. and the additional number of frames that are coming are variable with respect to the format of the video. Kindly tell me why this is happening.
Hard to tell much without the complete command line you're using, please include that.
Regarding formats- if you're pulling from a lossy format, such as mpeg, and the selected frame isn't a "B" frame, you may get the extras. What's the export format? video or image?
Later, z! _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
