Hello Ferdi,
thanks for these infos about the command ffprobe to see the keyframes locations.
Regards,
HA

________________________________
From: ffmpeg-user <ffmpeg-user-boun...@ffmpeg.org> on behalf of Ferdi Scholten 
<fe...@sttc-nlp.nl>
Sent: Thursday, February 29, 2024 18:19
To: ffmpeg-user@ffmpeg.org <ffmpeg-user@ffmpeg.org>
Subject: Re: [FFmpeg-user] ISSUE ABOUT EXTRACTING

Hi,
> thanks for these infos ; so now, it brings another question : how is it 
> possible to know the locations of the keyframes ?
> Thanks for your advices.
> Regards,
> HA
>
No top posting please!!

The following command will show all key frames and they're time in the
video.

ffprobe -loglevel error -skip_frame nokey -select_streams v:0
-show_entries frame=pts_time sourcevideo.mkv
_______________________________________________
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".
_______________________________________________
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".

Reply via email to