Yes. ffmpeg -ss n -i file seeks to n (if this is supported) which usually works without any delay ffmpeg -i file -ss n decoder the first n seconds which can take considerable time. thanks brother