[android-developers] Re: URGENT - video playing problem

2009-03-07 Thread Freepine
It looks Qualcomm omx decoder couldn't be initialized successfully for your video clip. Perhaps you can try with another video file. On Sat, Mar 7, 2009 at 5:31 PM, manoj manojkumar.m...@gmail.com wrote: Hi, I have written a small video playing application. I installed it on Android dev

[android-developers] Re: URGENT - video playing problem

2009-03-07 Thread manoj
can't I do anything to play it perfectly? Thanks, Manoj. On Mar 7, 4:29 pm, Freepine freep...@gmail.com wrote: It looks Qualcomm omx decoder couldn't be initialized successfully for your video clip. Perhaps you can try with another video file. On Sat, Mar 7, 2009 at 5:31 PM, manoj

[android-developers] Re: URGENT - video playing problem

2009-03-07 Thread Freepine
Probably not:) On Sat, Mar 7, 2009 at 7:34 PM, manoj manojkumar.m...@gmail.com wrote: can't I do anything to play it perfectly? Thanks, Manoj. On Mar 7, 4:29 pm, Freepine freep...@gmail.com wrote: It looks Qualcomm omx decoder couldn't be initialized successfully for your video

[android-developers] Re: URGENT - video playing problem

2009-03-07 Thread manoj
thanks for your reply. On Mar 7, 4:44 pm, Freepine freep...@gmail.com wrote: Probably not:) On Sat, Mar 7, 2009 at 7:34 PM, manoj manojkumar.m...@gmail.com wrote: can't I do anything to play it perfectly? Thanks, Manoj. On Mar 7, 4:29 pm, Freepine freep...@gmail.com wrote: It

[android-developers] Re: URGENT - video playing problem

2009-03-07 Thread Freepine
You are welcome, and It might be possible to use a video transcode tool to convert the original clip to lower profile, resolution or frame rate, but I guess using another file would be the easiest way :) On Sat, Mar 7, 2009 at 7:46 PM, manoj manojkumar.m...@gmail.com wrote: thanks for your

[android-developers] Re: URGENT - video playing problem

2009-03-07 Thread manoj
can you please suggest me how to use the transcode tool to convert the original clip to lower profile? I will be thankful to you if I got this answer. Thanks, Manoj. On Mar 7, 4:58 pm, Freepine freep...@gmail.com wrote: You are welcome, and It might be possible to use a video transcode tool

[android-developers] Re: URGENT - video playing problem

2009-03-07 Thread Freepine
I have no specific knowledge about the error code returned ( perhaps a Qualcomm or HTC guy can give some hints:), so I can't give you concrete suggestions about what to do exactly... Anyway, I did a search in google and found below link might be helpful to you:

[android-developers] Re: URGENT - video playing problem

2009-03-07 Thread Dave Sparks
The H.264 codec in the G1 is baseline profile Level 1.3. Maximum frame size is 480x320 (happily the same dimensions as the screen). Recommended maximum bit rate is 384Kbps. Maximum frame rate is 30 fps. It does not support B-frames (consistent with baseline profile). If you stay within these