Matthew Shaver wrote: [snip]
[Quoted Text] > Is it just required that if one stream is recompressed that they all > need to be recompressed? > > Or is there anything I can do at the WMF API level to make this kind of > conversion produce a usable output? >
I came across the following situation:
I'm transcoding a file. Only video needs to be re-compressed. So I asked reader to give me compressed audio and uncompressed video. What I observed was that audio was running ahead of the video, i.e. the reader was constantly giving me audio samples, but not all video samples.
Asking the reader for both streams uncompressed resolved the problem.
|