Android :: Could Play RGB 24-bit Color Depth Format Video

May 19, 2009

Dear Sir, As I know, Android only supports RGB 16-bit color depth format. Could Android play 24-bit color RGB format video and REALLY see 24-bit color now? If it is not, will it be supported by Android Donut in the future?

Android :: Could play RGB 24-bit color depth format video


Android :: Enable 24bit Color Depth In The Emulator

Jul 6, 2009

Currently, I am targetting the emulator to make Android application which is targetted for an Android device which includes 5" 24bit display. Only currently android emulator (or android in general) only appears to support 16bit. Meaning we are experiencing dithering issues why it isn't really necessary. Now my question can I somehow recompile Android 1.5 emulator image so it's using 24bit instead?

Or is this impossible without a lot of changes? Currently, I am predithering the images but no fun ;)

View 4 Replies View Related

Android :: Does 2.1 Browser Support HTML 5 And What Video Format Does It Play?

Apr 7, 2010

The company I work for produces allot of video and we want to target as many devices as possible, but the question came up of what does the Android do? I personally own an Android based phone running 2.1, but I can't seem to get the HTML 5 tag to work. Even when I can trigger the browser to playback the video it just throws a notification error that it can't.Are there guidelines to producing Android/HTML 5 compatible videos? Is it truly supported?

View 2 Replies View Related

HTC Desire :: Color Depth Very Poor - Only Has 256 Colours

Jul 4, 2010

I just received my HTC Desire on Orange, rooted and de-branded it. Works fine now, I'm on SW version 1.15 as otherwise, I get issues on Orange.

However, the color depth on my device is very poor, it looks like it only has 256 colours if that makes any sense? A bit like on the old PCs when you rebooted and your display graphics drivers weren't properly installed.

Is there any way I can reinstall display drivers on Android? I hope this isn't a hardware issue.

View 14 Replies View Related

Android :: Screen Color Depth Supported By Android 1.5/Galaxy

Aug 18, 2009

About the color depth on the Samsung Galaxy.

While it is advertised as having a 16 Million color display (24bpp) it is only running at 16bpp: $ cat /sys/devices/virtual/graphics/fb0/bits_per_pixel 16

Some say that it is a restriction of Android 1.5 itself which was only capable of supporting up to 16bpp screens. Android would be down sampling to 16bpp whatever the screen supports.

I've searched the available documentation over and over and can't find anything like that.

As I see it Android 1.5 would indeed be capable of displaying 24bpp images properly given that the screen is capable of and configured to do so.

View 5 Replies View Related

Play Video File On Android Device But Getting Error - Cannot Play Video

Aug 7, 2011

Im using Eclipse created new android project.First thing i added to the menifest xml file two lines:

Code:
uses-permissionandroid:name="android.permission.INTERNET"></uses-permission>
<uses-permissionandroid:name="android.permission.STORAGE"></uses-permission>

And this is the complete menifest file code:

Code:
xmlversion="1.0"encoding="utf-8"?>
manifestxmlns:android="http://schemas.android.com/apk/res/android"
package="com.AllFormatsVideoPlay"
android:versionCode="1"
android:versionName="1.0">
[code]....

Now i tried to play a video file .3gp from the internet youtube link via my android device ! not emulator. And it worked! But when i tried to play a video file .3gp or .mp4( i converted the mp4 from 3gp ) its not working. Im getting error "Cannot play video Sorry, this video cannot be played"

Tried to play with the link to my device wich is: I:DCIM100MEDIAVIDEO0030.3gp or .mp4 or tried this: I:/DCIM/100MEDIA/VIDEO0030.3gp with "" like: "I:/DCIM/100MEDIA/VIDEO0030.3gp ";

I tried to remove the I: but it didn't change anything.This is the main code im using to play the video files on my device. And there some lines i marked with // wich i used to play from the internet and im not using now.

Code:
com.AllFormatsVideoPlay;
import
android.app.Activity;
import
android.graphics.PixelFormat;
import
[code]....

View 7 Replies View Related

HTC Incredible :: Put Video Onto Phone - Format To Convert For Watching Video?

Nov 4, 2010

I have a video that i want to put onto my phone but don't know what format to convert it to so i can watch it on my phone.

View 1 Replies View Related

Android :: Way To Play GIF Format In Droid?

Jul 2, 2010

I want to add play gif format to my android app. Could this be done, and how would I do it?

View 2 Replies View Related

Android : Does M4V Format File Play In Droid?

Mar 31, 2010

i have a url for the video file.the format of that file is itunes M4V. i want to play it in android mobile. is it possible? if not so let me know?

View 2 Replies View Related

Android :: App To Rip Audio From Video Into Mp3 Format?

Jan 22, 2010

Does such a thing exist please folks - want to rip some audio for an mp3 ringtone from a comedy video clip

View 4 Replies View Related

HTC Droid Eris :: MP4 Video - Unsupported Format On Android 1.5

Jan 16, 2010

So I see that the Eris is supposed to support MP4 format. I converted a DVD to MP4 and put it on a friends Motorola Droid and it worked great, put it on my Eris and I could see the icon but it said it could not play the video, like it was an unsupported format? I know the Droid is using Android 2.0 and the Eris is using 1.5, anyone else play MP4 movies on their Eris?

View 11 Replies View Related

Android :: Native MediaPlayer Plays Audio But Not Video - 3gp Format

Jun 16, 2009

I have the following native source code that is supposed to display video. It plays 3gp file ok and I can hear the audio, but the video is not shown.

CODE:..............

View 4 Replies View Related

Android : Need To Record Audio - Video Recording Files In 3gp / Mp4 Format

Jul 19, 2010

I need to record audio and video files in 3gp/mp4 format at the same file and same time.

When i run my application file is created with videofile.3gp but video does not record in sd card on the emulator.please let me clear one thing does video records on the emulator? if i run this code on android supported device do these error clear.
Please help me. I am new to this topic.please find the code and errors below.

package com.video;

* @copy Rights
* audio.java
* sample code for Eminosoft Developerworks Article
* Android development Team
* www.eminosoft.cm

import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import android.app.Activity;
import android.content.ContentResolver;
import android.content.ContentValues;
import android.content.Context;
import android.content.Intent;
import android.media.MediaPlayer;
import android.media.MediaRecorder;
import android.net.Uri;
import android.os.Bundle;
import android.os.Environment;
import android.provider.MediaStore;
import android.provider.Settings;
import android.util.Log;
import android.view.View;
import android.widget.Button;

public class video extends Activity {

public MediaRecorder mrec = null;
private Button startRecording = null;
private Button stopRecording = null;
private static final String TAG = "SoundRecordingDemo";
File audiofile;
File video;
private MediaPlayer mMediaPlayer;}

View 2 Replies View Related

Sprint HTC Hero : What Is Best Format For Videos To Play?

Jun 11, 2010

what is the best format for videos to play?

View 11 Replies View Related

Motorola Droid :: Video Player To Play Mp4 Video In Full Resolution For Phone?

Dec 10, 2009

If this is a repeat of another thread then i apologize .i need a video player that will play mp4 video in full resolution for the droid.m coming from bb.can you help me with this.i don't care if it is free or not.

View 8 Replies View Related

HTC Desire :: Any Way To Record Video In MP4 Format?

Jun 15, 2010

In the camcorder application, I have chosen to record the video's in MP4. However, when you then side load them to the PC or what-not they appear as 3GPP or something. Is 3GPP a version of MP4 or is the camcorder telling fibs? If it's not, how do I record in plain old MP4?

View 4 Replies View Related

Samsung Moment :: Best Video Format?

Jul 23, 2010

Does anybody know what the best video format for the moment is when converting videos? Ive tried google searches and the search here but cant find nothing concrete. I just want video thatll fit the whole screen and not be fuzzy. I have a good converter just need to know the format.

View 1 Replies View Related

Media :: Which Video Format / Recoder To Use?

Oct 24, 2008

I was using Cucusoft ipod video converter to recode my divx and wmv movies to 320x240 using the H.264 codec so they would be playable on my ipod nano. Does anyone know the best combination of codec, recoding software, and settings (res, etc), to use for the G1? I downloaded "video player" but I haven't played with it yet.

View 7 Replies View Related

HTC Hero :: Best Video Format And Properties

Oct 19, 2009

Lets try to create a list of the optimal video format and properties a video must be in on the Hero.Help me out here I am really no expert so please let me know if I got something wrong.I will try to keep this first thread up to date:
Container = .MP4
Encoder = h.264
Frame rate = 23.976(NTSC) or 29.97(PAL)?
Resolution = 480 x 320
Video bitrate = 500-1000 kbps
Audio encoder = AAC
Audio bitrate = 320 kbps

View 21 Replies View Related

HTC Incredible :: Video Format Conversion

Aug 4, 2010

I have quite a few videos recorded in .m4v which will noth play on the Incredible. I have Hand Brake and DVD Fab 7. I tried DVD Fab 7 but it errors out trying to record them in WMV. Hand Brake seems to only record them in .m4v. Anyone have a good converter to recommend? I tried syncing with Media player but it still puts it in the wrong format.

View 2 Replies View Related

Media :: Understanding Video Format

Sep 24, 2010

I have a moto droid and I have video playing issues, and I don't understand technology at all. Somebody sent me a video (from new samsung fascinate) and when I tried to watch it I only got audio. I have the arcmedia app, which allows me to watch the video, but I think the audio is messed up. This video is in mp4. So why can't I watch this video with my stock media player?

View 27 Replies View Related

HTC EVO 4G :: EVO Video Camera Format On IMovie

Jun 7, 2010

I shot some test video and I'd like to do some editing in iMovie but it doesn't seem that the format is supported.Do we need to convert it first? If so, how?

View 4 Replies View Related

HTC EVO 4G :: Change Name Format Of Images & Video?

Jun 13, 2010

Is it possible to change the format of camera images & videos to something like yyyymmdd_#### ?

View 1 Replies View Related

HTC Desire : What Is Format Of Video - When You Transfer It To A PC

Jun 1, 2010

Quick question about the Desire's video recording specs.

I've seen video samples and they look great, very clear and no stuttering, but I was surprised to see a website stating it recorded at 15fps, is this right? I thought it was 30?

What is the format of the video when you transfer it to a PC? 3gp or MP4?

View 2 Replies View Related

General :: Video Playback / Can't Play Video At This Time

Mar 1, 2013

i have the golf channel app installed, on telus network. I cant get the videos to play, keep getting message "cant play video at this time:

View 4 Replies View Related

Sony Ericsson Xperia :: Can X10 Mini Play Songs That Is Not .mp3 Format?

Oct 20, 2010

Is it possible for x10 mini play song which is not format in .mp3?

View 2 Replies View Related

General :: Keep Apps Deleted From Play Store If Format Device?

Feb 19, 2014

Can I keep apps deleted from Play Store if I format my device?

I have a great app that I can't find anymore in the play store, and not just from my device it's just GONE, though I can find several copycats but none are as good as the original. The thing is, I want to format my cell but I don't want to lose this app. Is there a way to copy the app to my pc and reinstall it after I formated my device?

View 1 Replies View Related

Motorola Droid X :: What Video Format To Use And What Apps To Use

Sep 6, 2010

I'm trying to load up my phone with some movies.I'm using handbreak to convert the mondo HD sized movies using the settings I normally use for my Ipod Touch. When I transfer it to the SD and try to watch via the Files button in Froyo it says it can't play the video.Is there an app i can use to watch the video or do I need to be converting it differently? I believe it is in MP4 format now and I think my only other option is mkv.

View 10 Replies View Related

Samsung Captivate :: Video Capturing Format

Nov 12, 2010

Does anyone know if it's possible to record video on the Samsung Galaxy S Captive in a different format other than .3gp, or know of a program that will read this format? I was trying to send a video to a friend via email but he doesn't have a player for it.

View 6 Replies View Related

Motorola Droid :: Video Recording Format

Aug 12, 2010

I have not taken a lot of video with my Droid (I have Flip for that), and what I do take, I just watch on the phone. But, I may eventually want to play this on my computer or on my TV using a streaming media device. My current device plays a LOT of formats, but I have not tried any of my Droid videos. What format does the Droid capture video in? Is it the 3gp I have heard about? If so, I think that is one format I can't play where I want it. I heard that my wife's Incredible actually records in mp4, but then converts to 3gp, but there is something you can install which prevents that conversion and keeps it in mp4. Is there something like that for the Droid?

View 2 Replies View Related







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