- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How can it be used? Does it allow to skip N frames while decopmressing video stream and extract e.g. every 10th frame?
There is no sufficient information in umc-manual.pdf.
There is no sufficient information in umc-manual.pdf.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi. The SkipVideoFrame() method with corresponding GetNumOfSkippedFrames() and ResetSkipCount() methods introduced for statistic needs and are not currently used. Moreover most of video decoders will returnUMC_ERR_NOT_IMPLEMENTED. The statistics may be used for example to change video decoding speed usingChangeVideoDecodingSpeed(Ipp32s &num);
TheChangeVideoDecodingSpeed method may be used skip the frames or change the decoder behaviour according to manual.
ChangeVideoDecodingSpeed
Changes video decoding speed.
Syntax
virtual UMC::Status ChangeVideoDecodingSpeed(Ipp32s &num);
Parameters
num Input/Output parameter. Reference to integer value indicating
changes to video decoding speed.
Description
The method relatively adjusts the decoding speed and the skipping algorithm.
The decoder supports different speeds of decoding. The slowest speed is 0, when the
decoder decodes everything, skipping nothing. The fastest speed is 7, when the decoder
processes key frames mostly, without any post processing. The owning application may
change decoding speed from 0 to 7 smoothly, choosing the most suitable speed.
ChangeVideoDecodingSpeedChanges video decoding speed.Syntaxvirtual UMC::Status ChangeVideoDecodingSpeed(Ipp32s &num);Parametersnum Input/Output parameter. Reference to integer value indicatingchanges to video decoding speed.DescriptionThe method relatively adjusts the decoding speed and the skipping algorithm.The decoder supports different speeds of decoding. The slowest speed is 0, when thedecoder decodes everything, skipping nothing. The fastest speed is 7, when the decoderprocesses key frames mostly, without any post processing. The owning application maychange decoding speed from 0 to 7 smoothly, choosing the most suitable speed.Regards,
Alexander

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page