Android :: Best Configurations For Higher Quality Videos On Droid?

Feb 1, 2010

I am trying to create a Video recorder but it looks like the video resolution is limited to 320 x 240. I tried changing it through MediaRecorder.setVideoSize() to something higher (e.g. 640 x 480) but gives me the same result. Is there a way to record video at higher quality? Also, when I try using the CAMERA as VideoSource instead of DEFAULT, the app force closes.
MediaRecorder.setVideoSource(MediaRecorder.VideoSource.DEFAULT)
Which is the best configuration (encoding options?) to give the best video quality?

Android :: Best Configurations for Higher Quality Videos on Droid?


Motorola Droid :: Youtube Will Not Default To Higher Quality Videos

Feb 20, 2010

This phone keeps showing normal quality videos and I have to keep switching back to high quality. Also the keyboard is lagging bad when I type this is the Second one I had and best buy will not let me return it again

View 6 Replies View Related

Motorola Droid : Higher Quality Video Recording

Jan 27, 2010

I did not see any other open threads on this; there is a very simple system edit you can perform to record video @ 8 mbps, up from the default 3 mbps. This is from a reliable source. Works very well. Root access is required and, of course, be sure to backup everything before you try anything.

The Droid compresses recorded videos (which results in blurriness and some blocking), so today I started poking around the system files and found this line in build.prop:

Code:
ro.media.enc.hprof.vid.bps=3000000

Which basically means video is compressed at a fixed rate of 3Mbps. I didn't think it would work, but I went ahead and changed the value to 8Mbps:

Code:
ro.media.enc.hprof.vid.bps=8000000

Rebooted and shot a test video. Lo and behold, the video is now recorded at 8mbps, resulting in a MUCH crisper image!

To apply the fix, you need root access. Simply edit that line in your /system/build.prop file. You can pull the file from adb, edit it, and push it back, or mount the /system partition as read-write and edit the file with Astro.

Edit: For the more adventurous users, here's another tip: I've been tinkering with the rest of the video settings in build.prop and comparing the resulting videos. So far, the best setting I have found is actually using MPEG-4 SP instead of H.264, 8 Mbps bitrate, and 30 frames per second. The phone chokes at 30 fps in H.264 mode, but does a pretty good job with MPEG-4 SP, and at that bitrate, the image quality is still very good regardless of the codec. The pertinent settings are "ro.media.enc.hprof.codec.vid" for the codec ("h264" for H.264 and "m4v" for MPEG-4 SP) and "ro.media.enc.hprof.vid.fps" (you can choose anything from 1 to 30)

View 28 Replies View Related

General :: How To Send High Quality Videos

Jun 18, 2013

I take quite a few videos of my kiddos playing tball, soccer, etc and like to send them to my parents & inlaws but they always look like crap when they get them bc the phone downgrades the quality of the video before sending it (Note 2). Is there anyway to send a high quality video either by mms or an app? I've tried sending via email (gmail), but they cap attachment file size pretty low.

View 3 Replies View Related

Media :: YouTube - How To Watch High Quality Videos?

Nov 6, 2008

Why youtube looks terrible on the G1. To be honest, I can't even use it at all. Is there a way to watch it in "high quality" like on real youtube. I absolutely hate to say it, but it looks a lot better on the iphone.

View 7 Replies View Related

Sprint HTC Hero :: How To View Videos In High Quality?

Apr 6, 2010

Don't know if any of u have noticed this or if I'm just super late but I just recently went into the YouTube app and was actually able to stream videos. I'd say out of 10 times the vid streamed 9. Though IM still having difficulty streaming in high quality.

View 16 Replies View Related

Samsung Epic 4G :: Distorted Audio Quality Of Recorded Videos

Nov 17, 2010

I recently took my Epic to a concert and recorded some videos. The picture quality of the videos was OK but the audio was amazingly distorted. There was a lot of bass at the concert which greatly I assume distorted the entire videos sound. I am greatly disappointed as I cannot listen to the songs cuz the sound so bad! Is that normal?

View 2 Replies View Related

Sony Ericsson Xperia X10 :: Need High Quality Youtube Videos On X10

Jul 1, 2010

Okay, so when I use the you tube app on just about every other phone, there is sometimes a button at the corner of a video to let me upgrade to the high quality version of the vid. This does not happen when I use the app on the X10. Do I just need to do an upgrade, or is this some bizare thing that the x10 just doesn't do?

View 1 Replies View Related

Samsung Moment :: Youtube - Watching Videos In High Quality?

Mar 13, 2010

This just started happening recently: ill be watching videos in high quality, then all of a sudden ill click to watch another video and go through the menu to set it to high quality and only get home page and settings (high quality is supposed to be the third option).

I have connection, etc but the option just decides not to show up and the only way I got it back the last few times its done it is by turning the phone off/on. Anybody else run into this or am I missing something?

View 5 Replies View Related

General :: How To Improve Audio Bitrate / Quality In Videos Recorded By Mobile

Sep 14, 2012

I wanted to know if it is possible to improve to improve audio recorded during a video??

I mean I can record video at 720p 25 fps, but the DAMN audio gets recorded at 12 kbps!!

It's just tinny and annoying sound cuts up all the time.

So it is it possible to increase the bitrate of audio via modifying some system file or changing some parameters in phones hidden settings or something like that?? my phone is a Chinese Zopo PILOT ZP100. .

btw, When I use Sound / voice recorder, it records in 3gppp at high setting with 127 kbps AAC audio.

View 7 Replies View Related

Motorola Droid X :: Saving Themes - Save Screen Configurations/layouts

Jul 28, 2010

Is there a way, or an App that allows us to save the screen configurations /layouts , etc like on the Incredible?

For those that don't know, the Inc has preset themes and you can save whatever layouts, wallpaper setup you come up with. So you can switch whenever the mood strikes.

View 2 Replies View Related

Android :: Reject Incoming Call Using Droid SDK / Higher?

Nov 14, 2009

My question is really simple and to Geeks and experts in Android development, is it possible to reject a incoming call using Android SDK 1.6 or higher?

View 2 Replies View Related

Android :: Multiple Configurations - Styles In App

Sep 7, 2009

I'm supposed to develop an app which behave like that: The User starts the app and can select between different configurations. Depending on the selection there are different colors, drawables and strings (e.g. urls for webservice-calls) to display. All the code-stuff is the same.

My first intention to do so was themes.... - is it possible to include somehow strings in themes? - what shall I do with styles which are referenced in some layout-xml (which are the same for all configs) and should use different colors. can't define colors or styles multiple times and don't want to change that manually (when user selects by code).

View 2 Replies View Related

Android :: Any Database Of Different Device Configurations?

Sep 16, 2010

Is there a database anywhere that has all of the different devices that use the android operating system and what their technical specs are. Mainly screen size, screen density, internal storage, external storage, memory, etc.

View 2 Replies View Related

Android :: How To Select Previous Item When Configurations Changes?

Oct 14, 2010

I have a issue about spinner. I have many images in spinner when I select some image it shows the image and if I change the orientation like change to landscape its selected item list starts pointing the top one in the list. How shall I prevent to do that?

View 1 Replies View Related

Android :: Custom ROMs Varying Configurations

Sep 18, 2009

I just wanted to quickly bring up a topic that I had noticed lately. This comes to my attention for two reasons, firstly someone had posted that he had a user that reported a vague error message like "deleted all my pics", and the dev's were not able to reproduce it. Secondly, I myself have seen bug reports that really may not be relevant to my application. I had recommended to that first dev to just ignore the error for now since there was not enough info to reproduce it, and also for a second reason, there is no way to know what the user is truly running. For example, I've had a few bug reports, where a user says of my app "Doesn't work on HTC hero", but then another user will post "Works fine on Hero". I also had found a posting on the internet in a forum where a user had tried to use some of my software on a custom ROM, and he was having problems.

I guess the issue I'm bringing up here is that with the android market being somewhat "limited" in functionality, it makes it very hard on us developers to handle any customer issues such as bugs, etc. Especially since they could be using a custom ROM, or have ROOT access which also may even be affecting the software. My point is that developing for android in a professional manner is really not an easy task, and possibly it's just starting to be worth it (with market 1.6 at least there are some improvements) to develop paid apps. Basically Google needs to work harder though to improve this situation - and if users expect better apps (there are lots of complaints about the market being full of junk) then they need a way to report issues better, etc. And really it's not even up to a dev to try to match up with a custom ROM, technically it's not supported! (It's up to the dev of course if they want to investigate and try to support it).

What seems is going to happen is android is not only going to have multiple configs (which fortunately for us seems that the market will help filter them out if you app does not support them), but also we never can really know what is on a user's system. They may have some custom stuff, and they see a bug, but it could really not be our bug, but rather, in the system itself. This is why I still recommend that bug reports have to be weighed carefully as to whether they may really be a problem or not. It's an investment in time and while makers of free apps no doubt may not mind, those of us who develop paid apps don't want to multiply our costs by going down blank pathways.

I don't think I see any resolution to the situation in the near future, but I just wanted to make it clear that if a user reports a bug in their comments and gives you one star, it's not the end of the world. If you can reproduce it quickly and fix it, then that is great. But if not, move on - there is no way you can know exactly what they are talking about. I think some devs get too anxious about that one bad report. There is no way we are going to avoid that report! Because they may be using an untested ROM or such anyway, and it may not be worth your time to look at it in the long run. I've had few low stars here and there as well, and trust me, just keep improving your app and you will rise back up. As devs we need to encourage one another and I just want to try and help devs not get anxious about things that are really beyond their control.

View 2 Replies View Related

Motorola Droid :: Overclocking / How To Get It Even Higher?

Apr 15, 2010

I have followed everything stated on the stickies about rooting and such to get my self rooted. I'm running ultimated droid right now with SetCPU and my question to you all is, how do you get it even higher. In the video I followed (the 1 in the sticky), he installs everything and when installing the ROM, has an option to install a 1.25 ghz ROM. Given, he wasn't installing ultimate droid but when I "crank it up," my max is 1 GHz. Is this because of the ROM or am I missing something?

View 2 Replies View Related

Android :: ADT Plug In Layout Editor - Additional Device Configurations?

Sep 11, 2010

You know that layout editor in the Android ADT plugin that lets you design the layout for ADP1, ADP2 and Nexus One, has anyone created other device configurations? It requires device information such as the x-dpi and y-dpi, which can be difficult to find out. I'm just wondering if anybody has added more device configurations they're willing to share? Perhaps together we could compile a huge devices.xml containing many of the devices out there. I'm fully aware the layout editor has many faults and cannot be relied upon but it is sometimes useful to rapidly preview how the layout might look on a wide variety of devices without switching between emulators.

View 4 Replies View Related

Android :: Open System - Hardware Configurations And Drivers On Google

Oct 5, 2010

Android should become more like Windows. Android should be able to detect and recognize the different hardware configurations and adjust itself accordingly. This way, you hit two birds with one stone. No more fragmentation. No more differences in the UI, Custom UI will be entirely optional.

All the manufacturer has to do is make the hardware and provide the hardware drivers to Google. Simple as that. Everything will be so much easier. Phone manufacturers will be able pump out devices like crazy without any worries. Software developers won't have to worry about device compatibility. Come on Google, lets do it.

View 27 Replies View Related

Motorola Droid :: New Kernel - Allow For Higher Overclock

May 31, 2010

I'm currently running kernel 2.6.29 bekit and ese81 and a 1 ghz overclock. can someone suggest a kernel that would allow for a higher overclock. also what are your favorite rooted apps.

View 18 Replies View Related

Sprint HTC Hero :: What Are Best CM6 Configurations?

Sep 13, 2010

I'm typically asking for the best speed settings such as kernals. OC widgets. Nightlies. I'd like to hear the best scenarios and apply them to my hero. JIT enabled? overclocked to 768? JIT disabled? Did a lot of reading from the CyanogenMod-6 for Hero V6.0.0 - RC1 thread. I know what is best so far, but flashing collins battery tweak on top of the uncapped kernal is a benefit or a negative? Some say you don't need to flash it but why not when it's making the battery last longer?

View 22 Replies View Related

Motorola Droid :: Framerate Locked On Phone Even After Root / Can It Go Higher Than 30 Fps

Nov 12, 2010

Is the framerate locked on the droid even after root? Can it go higher than 30 fps? May be a dumb question im just curious if anybody knows.

View 1 Replies View Related

Motorola Droid : Phone Sound Change To Higher Pitched Goofy / Want Original?

Mar 31, 2010

Anyone else's "Droid" sound change to a higher pitched goofy sound? I like the original "Droid" sound. Any ideas as to what's going on with the sound change?

View 3 Replies View Related

Motorola Milestone :: WiFi Configurations - Use Manual Proxy Address To Access Properly

Sep 29, 2010

I'm having some trouble with my Uni's WiFi in that it needs to use a manual proxy address to access properly. I've had a wee fiddle with many things and had a look on the marketplace but there doesn't seem to be anything that can help? (I'm still running 2.1 un-rooted btw)
Heres what I'm dealing with - Web Proxy - University of Strathclyde

View 2 Replies View Related

General :: How To Put Android 2.3.3 Or Higher Onto ZTE Racer

Dec 14, 2011

i have a ZTE T3020 from Telstra in Aussie and i am tired of android 2.1 how can i update it with genuine roms if possible

View 4 Replies View Related

General :: How To Port From Android 2.1 To Higher (CM 7 / 2.2)

Sep 14, 2012

How to port from android2.1 to higher(cm7,2.2) for locked boot loader mobile (flipout) ?

View 2 Replies View Related

Android :: Use DDMS / How To Raise Limit From 8 To Higher?

Sep 11, 2009

I read this blog about how to use DDMS to track memory allocations. http://android developers.blogspot.com/2009/02/track-memory-allocatio. Using those instructions, I was able to get allocation stack traces. Unfortunately the stack traces only go 8 deep (at least when running against the simulator), and that's too little for me to know where in my code the allocations really originate. How can I raise the limit from 8 to something higher?

View 2 Replies View Related

Samsung Captivate :: Need Higher Android Games?

Aug 24, 2010

I have been thinking since I got my Captivate and I was using my friends Iphone 4. I preferred the captivate when I used it in the store in comparison but both are very good Smart Phones. Anyways Iphone games are better and i think its because they only have one phone to develop it for and its a fairly high end phone. My question to you is will there be any games coming out that are higher end that only work on like The Droid X, Galaxy S and higher end Android phones to really take advantage of the top end droid phones. My friend has some junk LG android that could no way run the quality of apps and games that our phones are capable of. Are these lower android phones holding us back?

View 13 Replies View Related

Android :: Reference A Higher Class Within An Anonymous?

Feb 7, 2010

I have this code...

how can I reference Home class here to replace **this**, which as it is points to OnSeekBarChangeListener.

View 2 Replies View Related

Android :: Multitouch Code - Google Provides For SDK Levels 2.0 Or Higher

Dec 25, 2009

Are there any multitouch code examples that Google provides for SDK levels 2.0 or higher? I do searches on here and on google and come up empty.

View 8 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved