gshORTON / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

Improving DirectShow seeking. #514

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently WebM DirectShow seeking works only keyframe precision. This is bad 
for static content where there is barely new keyframes. 

Play attached file with GraphStudio and see the slider jumping from 27 seconds 
to 35 seconds.

Possible solution: Calculate "necessary" required frame dynamically from the 
keyframe. 

webmsourceoutputpin.cpp
HRESULT Outpin::SetPositions() and maybe mkvparsestreamvideo.cpp, not sure. 

https://groups.google.com/a/webmproject.org/forum/?fromgroups=#!topic/apps-devel
/nFkEijeDQoc

Original issue reported on code.google.com by ChrisEel...@gmail.com on 18 Dec 2012 at 5:58

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by albe...@google.com on 17 Jan 2013 at 11:13