Главная » Статьи » Мои статьи

FFmpeg get list of key frames

ffprobe -hide_banner -select_streams v -show_frames -show_entries frame=pict_type -of csv test_file.avi | grep -n I | cut -d ':' -f 1

This command produce next output
1
901
1801

It is numbers of key frames

 

Категория: Мои статьи | Добавил: iamsimakov (2020-11-27)
Просмотров: 211 | Теги: ffmpeg, key, Frames | Рейтинг: 0.0/0
Всего комментариев: 0
avatar