Commands


Both movie and amovie support the following commands:

'seek'

Perform seek using "av_seek_frame". The syntax is: seek stream_index|timestamp|flags

  • stream_index: If stream_index is -1, a default stream is selected, and timestamp is automatically converted from AV_TIME_BASE units to the stream specific time_base.
  • timestamp: Timestamp in AVStream.time_base units or, if no stream is specified, in AV_TIME_BASE units.
  • flags: Flags which select direction and seeking mode.
'get_duration'

Get movie duration in AV_TIME_BASE units.

, , , , , , , , , ,

The FFmpeg developers.

For details about the authorship, see the Git history of the project (git://source.ffmpeg.org/ffmpeg), e.g. by typing the command git log in the FFmpeg source directory, or browsing the online repository at .

Maintainers for the specific components are listed in the file 'MAINTAINERS' in the source code tree.