redfordxx
6th November 2005, 16:11
I have T2_1080i trailer from the Microsoft showcase page:
http://www.microsoft.com/windows/windowsmedia/content_provider/film/contentshowcase.aspx
It's 1:59
When I play it directly in BSP, it loads WMVideo Decoder DMO and I have following results
BSPlayer:
CPUTime 1:23 (including audio playback)
VirtualMemorySize 270MB
FramesPlayed/Dropped 2820/9
Surface: YUY2 DROverlay
When I open it in BSP via avisynth script DirectShowSource("T2_1080.wmv", audio=false) it is much worse:
BSPlayer:
CPUTime 1:53
VirtualMemorySize 350MB
FramesPlayed/Dropped 1287/0 (so it means avisynth itself dropped more than half of the frames?)
Surface: RGB32
http://www.microsoft.com/windows/windowsmedia/content_provider/film/contentshowcase.aspx
It's 1:59
When I play it directly in BSP, it loads WMVideo Decoder DMO and I have following results
BSPlayer:
CPUTime 1:23 (including audio playback)
VirtualMemorySize 270MB
FramesPlayed/Dropped 2820/9
Surface: YUY2 DROverlay
When I open it in BSP via avisynth script DirectShowSource("T2_1080.wmv", audio=false) it is much worse:
BSPlayer:
CPUTime 1:53
VirtualMemorySize 350MB
FramesPlayed/Dropped 1287/0 (so it means avisynth itself dropped more than half of the frames?)
Surface: RGB32