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?

Android :: VP8 Video Codec


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

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

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

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

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

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

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

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

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.

View 2 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

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

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

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

Android :: Any Recommendation For Multi Codec Media Player For Android?

Dec 31, 2009

is there any in the market right now with abilities to support multiple codec?

View 1 Replies View Related

Android :: Apache Commons Codec With Android: Could Not Find Method

Jan 12, 2010

Today I tried including the apache.commons.codec package in my Android application and couldn't get it running. Android could not find method ord.apache.commons.codec.binary.* and output the following errors in DDMS

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

View 2 Replies View Related

Android :: Android AudioRecord And AudioTrack Codec Options?

Feb 3, 2010

I currently use the AudioTrack and AudioRecord classes in Android.I use the pure PCM data but I was wondering what my options are for other codecs?From this page it seems I can only encode and decode using AMR narrowband?The code runs properly but I'm wondering does it actually encode the Audio as AMR_NB and if this is not a proper way to do it?I was getting a buffer overflow when using raw PCM but none have appeared since using the new code with the MediaRecorder.AudioEncoder.AMR_NB used instead of the AudioFormat.PCM

View 2 Replies View Related

Android :: App To Video Editing To Clip Part Of Video Not Relevant To Post / Share?

Dec 7, 2009

I am looking for an application that will allow simple video editing to clip part of the video that is not relevant prior to posting or sharing.

View 24 Replies View Related

Android :: Live Video Streaming - How Will I Be Able To Send This Video To Computer?

Sep 21, 2010

I am trying to develop an android application which will be able to record a video and send it in real time to a remote computer. The computer then will play it live. I have managed to establish a connection between the android and the computer, and to record a video on the android phone. My problem is, how will I be able to send this video to the computer? Does anyone have an idea?

View 5 Replies View Related

Android : Want To Extract Video Frames From Running Video In Droid

Jan 26, 2010

Possible Duplicate:
Getting frames from Video Image in Android

I wanted to know if it is possible to extract frames from a running Video in Android? I need to extract frames at regular intervals and send them for further processing.

Would someone be able to find an answer for me?

View 1 Replies View Related

General :: Which Video Player For Android Supports MKV Video File

Apr 17, 2014

Which video player for Android supports "MKV" video file?

View 2 Replies View Related

Android :: Video Cannot Be Played / Video Track Fell Behind?

Jul 22, 2010

I was trying to use VideoView to play a Video from the SD card, but the only thing working properly is its audio, while I see the first frame of the video which doesn't play on and after a few seconds the Error message "Cannot play video - Sorry, this video cannot be played" appears. I don't know what I have done wrong.if anyone could help me out here, that would be great. this is the logcat output I get...I just saw that it says Video track fell behind, could that be the problem and if so what can I do to stop it from falling behind?

View 7 Replies View Related

Android :: Video Player That Allows For Bookmarking Of Video Clips?

Nov 20, 2010

I am doing a video based course, and what is infuriating about playing video on my Android is that you have to watch each segment (up to 40 minutes) in one go, as the next time you play the clip it will restart and fast forward does not work (it forwards for less than a second and then jerks back). What would be really handy would be if I could put a bookmark every time I have to stop the video file (such as when I have to get off my train), and return to the same place the next time I open it. Is there any app that can do this? I will pay for one that works.

View 3 Replies View Related

Android :: Overlaying One Video Playback On Top Of Another Video

Aug 13, 2010

Does android support overlaying of one video playback on top of another video ?

For example, let's say one media is getting played in android player in full screen and on top of this i want to overlay another video.

View 2 Replies View Related

Android :: Implementing Video Streaming & Video Playing On Android Application

Aug 15, 2010

Kindly provide me the code/steps for Android application which will provide the Video Streaming & Video playing functionalities by accesssing the Videos from various video websites available on Internet.

View 1 Replies View Related







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