HTC EVO 4G :: Petition For An H264 Codec Update?

Jun 24, 2010

After looking at comparison videos of the quality of 720p video compared to that of the Samsung Galaxy and Iphone 4g, should we be asking HTC for a true HD codec for compression? We have a very powerful device in the EVO 4G, but it is clear that there are a few shortcomings in terms of the software tools provided to unlock that power.

HTC EVO 4G :: Petition for an H264 codec update?


HTC EVO 4G :: Official Petition For H264 Update

Jun 24, 2010

Our device has the ability to record up to 720p video, but is bottlenecked by an outdated compression method. This post is to start an OFFICIAL Petition for HTC to offer us an update that will allow us to gain full access to this feature. We are only asking that our EVO's be given the ability to compress HD content properly. Chime in to join this OFFICIAL Petition.

View 49 Replies View Related

Sony Ericsson Xperia X10 :: Sign Petition To X10 2.2 Update

Sep 5, 2010

Please Sticky this thread. So far 13355 signatures! Go to the link and sign the petition: Sony Ericsson Xperia X10 2.2 update - Signatures

View 1 Replies View Related

Motorola Droid :: Motorola Droid / Milestone Update Petition

Jan 5, 2010

Unlike our US counterpart (Motorola Droid) the European Motorola Milestone/ users are not currently given any updates at all. The update server does not respond, as such we are stuck with 2.0 and with well known documented problems. Some of which make the device not usable.

View 3 Replies View Related

HTC Hero :: Online Petition To Add Pressure

Oct 16, 2009

Please sign the petition so we can add some pressure on HTC to release the HERO kernel source..Make HTC release HERO kernel Petition : [ powered by iPetitions.com ]

View 4 Replies View Related

HTC EVO 4G :: Playing 720p / H264 Videos On EVO?

Jun 21, 2010

I have tried to play several H.264 720p video samples on my EVO, and I get sound but no video. Two examples are the Simpsons trailer and the Fantastic Four trailer at H.264 Demo Clips | H264info.com I get no error, and I have tried the Android media player and several others (which are no doubt using the same API's underneath). Is it expected that video will not play for these files? Obviously the phone's screen would not be able to play them in full detail but I didn't expect that it could not play them at all. What is the point of having 720p resolution over HDMI when the phone can't play videos at that resolution? Or is it that it supports some particular type of H.264 and these videos aren't supported? Or is it actually trying to output directly through HDMI and I see nothing since I don't have it hooked up? UPDATE: I trans coded these sample trailers using Handbrake, and even when I end up with a LARGER file size they do play at 720p. But if I use the high quality preset, they do not work even at a low butyrate at 720p. So it's something about the "advanced options" that determines whether the EVO can play it or not.

View 10 Replies View Related

General :: Streaming AVI / H264 From PC To Android?

Feb 3, 2012

I have recently bought a Tablet with Android 2.2 OS and I want to stream my 1000+ movies compressed with divix and h264. All have the AVI file extension. They are shared on my home network. My goal is to be able to stream these files to to my tablet. After searching most the day for which app to use I have come to the conclusion that there are many different way to accomplish this, some good, some bad.

I loaded Skifta on my PC and tablet and can now see the files but it says It cant play the file. Best way to accomplish this as google turns up 20 ways from sunday to stream AVI but which is best. I do like the fact that Skifta can access ones videos even away from home in a wireless hotspots. I was also looking at VLC but don't want to purchase something that won't work.

View 1 Replies View Related

Motorola Droid :: Windows Media Center To H264

Nov 29, 2009

I wanted to share my method of converting my windows 7 media center TV recordings to h264 for the Droid. This may work for Vista, but assumes that you have the media pack, so your files are .wtv files (not dvr-ms).

I use MCEBuddy 2.0 Beta 11. This is a small service to convert the wtv to mp4. I Edited the mcebuddymencoder.conf file and change the H264 mencoder settings to this.

Code:

View 16 Replies View Related

Android :: Unable To Playback Dumped H264 Stream

Aug 7, 2010

I am trying to dump h264 encoded bitstream to a file(video recording usecase). I had added the code for the file dump in the OMX FillBufferDone () callback. [Fillbufferdoneprocessing() function in pvmf_omx_enc_node.cpp] In the dump, what I observed is that the start code is not present and I think the SPS and PPS sequences are getting dumped. I am unable to playback the dumped stream. I am using 'ffplay' player.

View 3 Replies View Related

Android :: Buffering While Reading H264 Video (Using HTTP Protocol)

Oct 13, 2010

I'm developing an application on Android 2.2. This application have to read some h264 videos using HTTP protocol. To read a video, I'm using following methods :

// INIT PART mMediaPlayer = new MediaPlayer(); mMediaPlayer.reset();
mMediaPlayer.setOnErrorListener(this); mMediaPlayer.setOnBufferingUpdateListener(this);
mMediaPlayer.setOnCompletionListener(this); mMediaPlayer.setOnPreparedListener(this);
mMediaPlayer.setOnSeekCompleteListener(this);
mMediaPlayer.setAudioStreamType(AudioManager.STREAM_MUSIC);

// SET DATASOURCE mMediaPlayer.reset(); mMediaPlayer.setDataSource(url);
mMediaPlayer.prepareAsync();
In prepareAsync callback : public void onPrepared(MediaPlayer mediaplayer) { mMediaPlayer.start();
}

View 2 Replies View Related

Media :: Motorola Droid Shows Wrong Bitrate For Transferred H264 Videos

Nov 30, 2009

I have a video converter that converts some WMV/MOV/MPG files to H264 video formats. And, I am transferring these H264 videos to Motorola Droid device. These transferred videos are playing fine on device. However, when I check the video properties, it is has "Bitrate" as 0 KBPS. Whereas for the same video, the bitrate is displayed properly on PC.

View 1 Replies View Related

HTC Desire :: Which Is Best Codec To Use?

Aug 1, 2010

Which is the best codec to use? I've just noticed that I've an additional one since upgrading to Froyo.H.263, H.264 or MPEG4? Which is the best quality, or are there positives and negatives to each?

View 1 Replies View Related

HTC EVO 4G :: Audio Codec In Videos

Oct 12, 2010

I don't bother to take videos with the Evo because of the embarrassing audio.It sounds so horrible I can't stand to listen! Anyway, I was looking at a developer's page that said you're free to use any codec supported by Android.However, the chart shows AMR narrow band as the only thing that will encode audio. It only works from 200-3400hz @8k bitrate. No wonder it sounds so bad.Do you folks know who to contact about using another encoder for video, not the same crappy one it uses for voicemails (which sound equally horrible).

View 7 Replies View Related

Android :: VP8 Video Codec

May 25, 2010

I am wondering if there is any timeframe for VP8 to be included into Android?Is it possible for me to build and use it myself using NDK to decode/encode video?

View 3 Replies View Related

Android :: How To Add Own Audio Codec To AudioRecord?

Mar 10, 2010

I currently have a Loop back program for testing Audio on Android devices.It uses AudioRecord and AudioTrack to record PCM audio from the Mic and play PCM audio out the earpiece. So as you can see in the creation of the AudioTrack and AudioRecord the Encoding is supplied via the AudioFormat but this only allows 16 bit or 8 bit PCM.I have my own G711 Codec implementation now and I want to be able to encode the audio from the Mic and decode it going into the EarPiece, So I have encode(short lin[], int offset, byte enc[], int frames) and decode(byte enc[], short lin[], int frames) methods but I'm unsure as to how to use them to encode and the decode the audio from the AudioRecord and AudioTrack.

View 2 Replies View Related

Android :: Speech Codec Support

Jul 15, 2009

I was wondering what kind of Audio/Speech Codecs are available for the 1.5 SDK? Are there any Open Source projects working on this?

View 5 Replies View Related

Android :: Amr Codec Only Output Zero Data

Apr 27, 2009

I am trying play an amr file on android emulate, but nothing here, only see the progressbar froward. so farther, I fond the amr codec only out all zero data.I also go www.3gpp.org dondord the amr code 26073-800.zip, and user it doecde the same amr file, it works good. now, what coule do, to make amr file play good. i am sorry for my bad English.

View 2 Replies View Related

Media :: G729 Codec Support

May 4, 2010

Has anyone seen a codec for g729 playback. My company uses g729a for its voice mail which I get in my e-mail but can't playback without a codec for a media player. I had one of these for my old WinMo device but can't seem to find one for Android. Any thoughts? Even a different media player with built-in support would work for playing back voice mail on the go.

View 1 Replies View Related

General :: MX Player Audio Codec?

Nov 28, 2012

MX player popup saying "Unsupported audio codecTS" when started to play movie.

View 1 Replies View Related

HTC EVO 4G :: Codec For Downloading 720p Video Files

Aug 17, 2010

Are there any apps out there that take the movie file and apply the right codec to it so that the file can be downloaded in 720p? Is this something HTC is planning on updating or did they do it intentionally for some reason? Can I upload files to youtube from my phone in 480p?

View 2 Replies View Related

Android :: Integrating G729 Codec In Mjsip?

Oct 5, 2009

I am developing a VoIP client for android using the mjsip any one have the idea about integrating the G729 codec with mjsip.

View 3 Replies View Related

Android :: Replace Droid JPEG With My Own Codec?

May 25, 2009

Anybody is having the knowledge on porting of our own codec with replacing the Android one.

View 2 Replies View Related

General :: Does Custom ROM Supports AptX Codec

Jul 6, 2012

Now we have enough devices with aptX support (HTC One series, SGS III, SGT's, Moto Razr) and number of headphones supporting aptX is also increasing. So it would be useful to gather info on this technology. does custom ROMs (Miui, CM) supports aptX codec as it is in stock ROMs of mentioned devices? Is it integrated in Kernel, or separately in Rom?I have bluetooth headphones senheiser PX360 BT with this technology and Moto Razr XT910.

View 9 Replies View Related

HTC Droid Eris :: Streaming Video Codec / Formats?

Feb 3, 2010

I am looking to figure out how to stream a video off my website through the browser. I know it is possible since I've seen some of those mobile porn sites do it, I just cant figure out what format this is in or how to get the video to play.

View 4 Replies View Related

Sprint HTC Hero :: Codec Pack - Streaming Media

Nov 20, 2009

I have been working with the ORB software getting a server up and running with live TV. It would seem that the Hero does not like very much of anything when it comes to streaming. I have been running into this a lot with several web sites. Has anyone heard of a codec pack in the works for the Android OS? Orb just rocks but is limited with the Hero.

View 1 Replies View Related

Android :: What Video / Audio Codec Settings For Playback IOS

Aug 11, 2010

What codec settings will produce valid videos for playback on Android (videoView) and iOS UIWebView)?

View 1 Replies View Related

Android : Get The Video File Properties (codec - Resolution

Dec 7, 2009

I would like to know how can we get the video file resolution (width and height), and its codec.

Is there any API available in android which we can the required info about the media file as I described above.

View 2 Replies View Related

Android :: H264 Video Type And RTSP Streaming On Android

Dec 3, 2009

I am currently involved with developing a streaming media player for android. For testing purpose I have HTC HERO , HTC G1, and droid. I could stream audio and video both for only HERO. On G1 and Droid I get this error "Player Engine AO did a leave , error = 101 ", surprisingly this comes as soon as describe response is sent to the client!. So far I have not able to find out the exact cause of this error. Should it imply that (on droid and G1) Video type H264 is not supported for streaming? (RTSP).

Firmware details.
HERO >> 1.5 G1 >> 1.6 droid >> 2.0
RTSP streaming for only aac works fine on all the devices.

View 3 Replies View Related

Android :: Method To Access Digital Output Of Audio Codec

Apr 27, 2009

Is there a method to access the digital output of the audio codec without first storing it into a file, a streaming output?

View 5 Replies View Related

General :: Audio Codec - Decode / Decrypt FLAC Correctly?

Nov 6, 2011

I have a couple of videos, that I would like to strip the audio from, and was planning to use FLAC, and/or similar lossless codec; but before I do this, what codecs can Andriod decrypt? According to Android Central, it can decode FLAC, but only in Android 4.0 and higher, and I'm currently on Android 2.3.4 on a HTC Amaze 4G...

Is there any software I could get, in order for it to decode/decrypt FLAC correctly?

I don't mind using any other lossless audio codec, as long as Android 2.3.4 supports it...

View 5 Replies View Related







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