0

When I am looking at pkt_duration_time using ffprobe, it looks constant through out my video. I wanted to know can we have varying pkt_duration_time for different parts of same video file?

ffprobe -show_frames -select_streams v -print_format json=c=1 -unit test.mp4
Kalava
  • 231
  • 2
  • 4
  • 18

1 Answers1

0

It depends on the file. By some files may be variable frame rate.

szatmary
  • 29,969
  • 8
  • 44
  • 57