Jeremy Duncan
29th January 2009, 09:09
link (http://forum.doom9.org/showthread.php?p=1010345#post1010345)
It's only reporting that the script requested a frame that's two frames ahead vs. the current frame - it doesn't matter if buffering is on or off, it just shows the script's behaviour.
Anyway, yeah, static menus *will not work* if you don't use ffdshow's built in MPEG2 decoder set to "libmpeg2" to decode MPEG2 video. Period.
When playback hits a static menu, decoding just stops, but of course the menu image is then only buffered ahead and never requested. I've modified the libmpeg2 codec so it'll signal the end of an MPEG2 sequence so the AviSynth filter can return those 2 frames at the end, but this plain doesn't work with external decoders - there's nothing I can do about that, I'm afraid. If you want to watch DVDs and get working static menus, use ffdshow for decoding them.
@haruhiko: I'll look into it.
np: The Black Dog - Seers & Sages (Book Of Dogma)
The person who made the libmpeg2 codec updated it and the ffdshow developers used it and got rid of the one you modified.
Now I'm getting a promlem and need you to retweak the codec again and include it in ffdshow.
That would be very nice. :thanks:
It's only reporting that the script requested a frame that's two frames ahead vs. the current frame - it doesn't matter if buffering is on or off, it just shows the script's behaviour.
Anyway, yeah, static menus *will not work* if you don't use ffdshow's built in MPEG2 decoder set to "libmpeg2" to decode MPEG2 video. Period.
When playback hits a static menu, decoding just stops, but of course the menu image is then only buffered ahead and never requested. I've modified the libmpeg2 codec so it'll signal the end of an MPEG2 sequence so the AviSynth filter can return those 2 frames at the end, but this plain doesn't work with external decoders - there's nothing I can do about that, I'm afraid. If you want to watch DVDs and get working static menus, use ffdshow for decoding them.
@haruhiko: I'll look into it.
np: The Black Dog - Seers & Sages (Book Of Dogma)
The person who made the libmpeg2 codec updated it and the ffdshow developers used it and got rid of the one you modified.
Now I'm getting a promlem and need you to retweak the codec again and include it in ffdshow.
That would be very nice. :thanks: