mpeg4 codec plugin
| Thu, 2005-11-10 12:54 | |
|
Hi,
We have a mpeg4 player for symbian(plays mp4 file audio as well as video) which is made without the mmf framework. To do it with mmf i have to write a mpeg4 controller plugin for it 1. Previously ppl have posted on similar queries has neone sucessfully made a such a plugin if so plz give me some pointers. Right now i am trying to write a source plugin which does filereading part, a sink plugin which will do the displaying part and the call to codec in between source n sink in the controller plugin. Will a datapath be useful for this 2. Is it possible to play both audio n video togeather in mmf...what is the way to go about this? separate threads. thanks in advance groys |
|






Forum posts: 10
has anyone created mmf video player application which plays audio and video both, for any format? Is syncing audio and video possible at all in mmf?
Plz help me out, I need to know the feasibility of this task.
thanks
groys.
Forum posts: 13
yes it's possible, if you already have all formats as CMMFCodecs
--
Wbr, Yuri
Forum posts: 6
Forum posts: 2
It will be too helpful if i can have some source code which can play video files or mp4 files directly.
Forum posts: 13
for playing audio and video in one player, you will need to write two engines:
- CVideoPlayerUtility
- CAudioPlayerUtility
We have a mpeg4 player for symbian(plays mp4 file audio as well as video) which is made without the mmf framework. To do it with mmf i have to write a mpeg4 controller plugin for it
1. Previously ppl have posted on similar queries has neone sucessfully made a such a plugin if so plz give me some pointers. Right now i am trying to write a source plugin which does filereading part, a sink plugin which will do the displaying part and the call to codec in between source n sink in the controller plugin. Will a datapath be useful for this
2. Is it possible to play both audio n video togeather in mmf...what is the way to go about this? separate threads.
thanks in advance
groys
--
Wbr, Yuri