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 -

sql - Simple C# web application with a database -

c# - Abstract method in public abstract class implementing an internal interface doesn't compile? -