How to limit the number of frames ffprobe interprets? -


i have command

ffprobe -show_frames -select_streams v  -print_format json -i c:\test.mpg 

however, prints off frame info. there anyway can limit ffprobe @ first 10 frames? thanks

b

-read_intervals trick. e.g. %+2 read first 2 sec, %+#2 read 2 frames.

for example: -read_intervals "%+2"


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -