Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
How do you fetch random WMV frames really quick?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
zousa  
View profile  
 More options Sep 26 2011, 11:10 pm
Newsgroups: microsoft.public.windowsmedia.sdk
From: zousa <ren...@gmail.com>
Date: Mon, 26 Sep 2011 20:10:56 -0700 (PDT)
Local: Mon, Sep 26 2011 11:10 pm
Subject: How do you fetch random WMV frames really quick?
What I am trying to accomplish ...

I have an ASF file encoded in WMV3 (960 x 720, VBR @ 15 FPS). I want
to read individual frames of this file, perform some processing, and
render it back to the screen. I need to be able to do this such that
the video plays back smoothly after all the processing, at a frame
rate of 15 FPS or higher. I'm also working on a larger framework,
which has further restrictions. The rendering and processing is done
in this framework, hence I do not want to write a DirectShow filter to
process the frame, and I do not want to send the data to a DirectShow
renderer. Plain and simple, I just need to fetch random frames from
the WMV file as quickly as possible.

I have tried ...

1. IMediaDet

2. DirectShow + SampleGrabber in Single Shot mode.

3. WMSyncReader using Frame Seeking and Time Seeking.

On every application timer tick, I need to perform a seek and grab the
frame. For IMediaDet, this takes around 100ms. For WMSyncReader, the
seek takes 60 ms and the decode takes 30 ms. Sample Grabber is way
slower. I've played with switching off hardware acceleration and some
of my numbers improved, probably due to decoding being moved back to
the CPU.

My target is to get back random high-definition WMV frames within 10
ms. Does anyone know how I can accomplish this?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »