On Tuesday, June 17, 2014 12:20:09 PM UTC+4, Maxerist wrote:
> I
try to compress vp8 stream intro avi container (no audio). But the same
routine in DirectShow that creates
> correct webm file (using
CLSID_WebmMux in ICaptureGraphBuilder2.SetOutputFileName)
creates a wrong avi ...
Additional information.
This issue is fully reproducible with GraphEdit (graphedt). I took a video (avi, no audio), made a chain to recompress the video
TestTest.avi -> Avi Splitter -> Avi Decompressor ->Color Space Converter -> YUV Transform -> WebM VP8 Encoder Filter -> AVI Mux -> DestTest.avi
(Color Space Converter -> YUV Transform are added automatically when one connects Avi Decompressor and WebM VP8 Encoder Filter)
and run it.
DestTest.avi now contains twice as many frames with odd/even frame doubling.
Does it mean that WebM Encoder inherently not compatible with other containers or this is just some bug in the implementation?
Max