Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

MP4 scrolling

mazhurin
Beginner
501 Views

Hi,

Iwrite a MP4 file player using AVSync class. Imust support review mode, e.g. to display a static single video frame at a specified time mark. What is the best way to implement such a feature?

Now I am trying to use SetPosition() method and then to decode the data from the splitter and display the frame. But I get a lot of UMC_NOT_ENOUGH_DATA from GetFrameStub and I have to call m_pSplitter->GetNextVideoData() too many times.

Do I miss smth? Maybe I should manually find nearest B-frames and play with tem?

Thanks,

Anton

0 Kudos
0 Replies
Reply