On Fri, Sep 8, 2017 at 10:38 AM, Nitish Prabhu <nitishspra...@gmail.com>
wrote:

>
> Does FFmpeg apply the option "-ss/-t" based on container time stamp
> information, or is it based on bit stream timing information?
>

Thus, I wanted to understand how seeking works under the hood in FFmpeg.
>

You'll want to use the seek_timestamp option.

As it says in the docs,

"-seek_timestamp (*input*)

This option enables or disables seeking by timestamp in input files with
the -ss option. It is disabled by default. If enabled, the argument to the
-ss option is considered an actual timestamp, and is not offset by the
start time of the file. This matters only for files which do not start from
timestamp 0, such as transport streams."
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to