On Wed, Apr 29, 2015 at 8:36 PM, Joel Lopez <badassmexi...@gmail.com> wrote:
> Hi,
>
> I'm trying to decipher what the values are in the info presented.  I need
> to determine how far apart the keyframes are.  3 seconds is what I hear
> they should be for adaptive bitrate switching.

Anything between 2 and 10 seconds is reasonable.

> Are these miliseconds and bytes?

PTS_time and DTS_time are in seconds. The size is in Bytes.

But this won't tell you how far the keyframes are apart. For that,
you'll need to check the "pict_type" field of the -show_frames option.
Or, when your container is an MPEG-2 Transport Stream, check the
"flags" field of the -show_packets option.
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to