PDA

View Full Version : Ogm playback problem


mad
07-09-2006, 07:51 PM
Hi z.
I have made a sample of the problematic ogm.
With internal Kmp ogm splitter - there is no sound and the seeking is bad.

With gabest ogm splitter - it works with the sample file, but not the whole file. It freezes (the original ogm, not the sample) completly and eats up the whole RAM (its not your splitter, so I know you dont fix it...I dont mind)

With System default (Haali) - it works without a problem.

So Iam playing the file with Haali splitter for now, but I would like kyh to fix the ogm internal splitter.

Thanks

z
07-10-2006, 12:08 AM
Hello, mad.

The sound problem is fixed now.

And if you want to change seeking method, refer to the following screenshot.

njmzhang
07-10-2006, 12:47 PM
Hi Z,about the seeking method, I notice that there is "Frame step", but no Frame backward?

z
07-10-2006, 06:07 PM
Hi,

There is such an inquiry about "frame step back" from animators etc.
But the structure of directshow playback does not consider "frame step back".
That means the decoding order is designed to forward direction.

To get frame step back,
1. move to the former keyframe.
2. decode from it to current frame.

So it is impossible to get the function in normal condition easily.