- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1. I need to encode h.263 format video for flash file (.swf file). Can this be done with IPP?
2. Also, I care very much the final package (app) size, what will be the minimal packeage size overhead if I only use the h.263 functions from IPP?
Thanks a lot!
2. Also, I care very much the final package (app) size, what will be the minimal packeage size overhead if I only use the h.263 functions from IPP?
Thanks a lot!
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I'm not sure what particular features of H.263 spec is used in Flash. You probably could start from exploring IPP media sample which contain H.263 support in both encoding and decoding. Note, for the simplicity we do not provide support for many container formats, so I would not expect IPP H.263 decoder will recognize or generate swf file format (although I do not know tech details on that format). Video encoder application which is part of that sample will take raw YUV file on input and produce raw encoded video as output. So you will need some extra development to wrap that to suitable container format.
IPP was designed to provide small memory footprint, so when you link with IPP static libraries and use only several IPP functions your application size will not grow dramatically.
Regards,
Vladimir
I'm not sure what particular features of H.263 spec is used in Flash. You probably could start from exploring IPP media sample which contain H.263 support in both encoding and decoding. Note, for the simplicity we do not provide support for many container formats, so I would not expect IPP H.263 decoder will recognize or generate swf file format (although I do not know tech details on that format). Video encoder application which is part of that sample will take raw YUV file on input and produce raw encoded video as output. So you will need some extra development to wrap that to suitable container format.
IPP was designed to provide small memory footprint, so when you link with IPP static libraries and use only several IPP functions your application size will not grow dramatically.
Regards,
Vladimir
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