[android-developers] H.264 support using Media Recoder
Hi Team
I am going to implement video recoding app. In that I found there are ways to specify video encoding method and output file formats specification and also the option for quality_high and quality_low. In this Android Developer docs specified that the API version 8 or higher no need to specify videocodec and output file format separately while we specify the video quality as HIGH. Only prior to 2.2 have to specify those formats.
Here is the link
http://developer.android.com/guide/topics/media/camera.html
My Question is
1) if i specified the video quality as high then what will be the default video codec and audio codec types
2) If suppose i need to record only through AAC and H.264. How to do that...
3) Is it possible to change the framerate and bitrate dynamically at runtime
4) Any Samples/References......
Regards
S.Dhamodharan
-- I am going to implement video recoding app. In that I found there are ways to specify video encoding method and output file formats specification and also the option for quality_high and quality_low. In this Android Developer docs specified that the API version 8 or higher no need to specify videocodec and output file format separately while we specify the video quality as HIGH. Only prior to 2.2 have to specify those formats.
Here is the link
http://developer.android.com/guide/topics/media/camera.html
My Question is
1) if i specified the video quality as high then what will be the default video codec and audio codec types
2) If suppose i need to record only through AAC and H.264. How to do that...
3) Is it possible to change the framerate and bitrate dynamically at runtime
4) Any Samples/References......
Regards
S.Dhamodharan
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
---
You received this message because you are subscribed to the Google Groups "Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home