shshankjain / webm

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

webmsplit/source do not start playback if the file begins on a non-keyframe #236

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Version tested: webmmf-0.8.0.0-20101119

Stopping the graph, then restarting it causes playback to begin from the 
correct position. Seeking within the clip works as well.
Media Foundation filter behavior unknown.

Clip was created with:
$ ffmpeg -i input.webm -ss <start_time_b/w_kf> -vcodec copy -copyinkf ...

Original issue reported on code.google.com by jz...@google.com on 20 Nov 2010 at 2:04

GoogleCodeExporter commented 9 years ago
The issue appears to be resolved using both the splitter and source filters 
built against:
webmmf-0.8.0.0-20101119-4-gde369c8 / libwebm-1.0.0.8-2-g157775a

Original comment by jz...@google.com on 23 Nov 2010 at 9:35