Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#2150 closed defect (fixed)

Unable to seek in avi containers containing ffmjpeg video and pcm audio

Reported by: t.artem@… Owned by: reimar
Priority: normal Component: core
Version: HEAD Severity: normal
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

Here's a sample file.

ffplay has no issues with such files.

http://getwebb.org/v/tFKcqjmA

Change History (2)

comment:1 by reimar, 11 years ago

Resolution: fixed
Status: newclosed

Fixed in r36437.
The problem is that the camera produces broken file, which contain both a regular and an ODML index.
In that case, MPlayer prefers the regular one. However that one only contains 2 entries (one for audio and one for video), so it is only possible to seek to the start using that.
Note that there is always the workaround of using -forceidx for those cases.
In addition -demuxer lavf will show the ffplay behaviour.
(Still, reporting these issues is of course welcome).

comment:2 by t.artem@…, 11 years ago

(In reply to comment #1)

Fixed in r36437.

Thank you! I've just compiled an SVN snapshot and it works.

Note: See TracTickets for help on using tickets.