Rubing
Guest
|
Posted:
Tue Oct 12, 2004 1:47 pm Post subject:
How to save compressed data and uncompressed data in a file? |
|
|
When output a wmv file, after writing some uncompressed
video samples using IWMWriter::WriteSample(), I tried to
write compressed video samples from a file to the same
file using IWMWriterAdvanced::WriteStreamSamples(). The
writing process returns no error. However, the output
file has some problem when playing it.
When playing to the time of the beginning of compressed
samples are written, the video image is broken. This
broken status continues for a while. After a while, the
video image is okay.
What causes the broken image?? How to fix it??
The source file and output file have the same profile.
Please help....
|
|