On Tue, Mar 09, 2021 at 09:13:14AM +0100, Ulf Zibis wrote: > Hi,, > > can one please tell me, how I can get the total number of frames of a video?
ffmpeg -i input -an -sn -c copy -f null - This basically copies all frames into the void but you get the total count this way in the stats line. Peter _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".