[FFmpeg-trac] #3752(avformat:open): can't seek to specified position

FFmpeg trac at avcodec.org
Wed Jul 2 10:25:06 CEST 2014


#3752: can't seek to specified position
------------------------------------+------------------------------------
             Reporter:  hxuanyu     |                    Owner:
                 Type:  defect      |                   Status:  open
             Priority:  normal      |                Component:  avformat
              Version:  git-master  |               Resolution:
             Keywords:  asf seek    |               Blocked By:
             Blocking:              |  Reproduced by developer:  1
Analyzed by developer:  0           |
------------------------------------+------------------------------------
Changes (by cehoyos):

 * keywords:  asf => asf seek
 * status:  new => open
 * version:  unspecified => git-master
 * component:  undetermined => avformat
 * reproduced:  0 => 1


Comment:

 The following command produces a frame approximately 13 seconds from the
 start:
 {{{
 $ ffmpeg -ss 1 -i AVRO\ Close-up_Ned\ 1_07_08_2010_13_50_05.dvr-ms
 -vframes 1 out.jpg
 }}}
 The following command produces a frame approximately 72 seconds from the
 start:
 {{{
 $ ffmpeg -ss 60 -i AVRO\ Close-up_Ned\ 1_07_08_2010_13_50_05.dvr-ms
 -vframes 1 out.jpg
 }}}
 Seeking backwards by ten seconds with ffplay actually seeks forward a
 little, seeking by 60 seconds forward seeks >70 seconds, seeking by 60
 seconds backwards seeks around 48 seconds backward.
 May be related to the starttime.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/3752#comment:5>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list