[android-developers] Video editor

2022-07-22 Thread Marlene Kleinman
alight motion. Download its premium version . -- 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] Video editor

2022-06-07 Thread Charles Myron
Inshot is one of the best video editing app. You can use it on your mobile phones and edit videos without much efforts. It has very cool user interface and amazing features. Please visit our website for more details. There you can also download the app for free! https://inshotapk.net/ --

[android-developers] Video Interview Tomorrow: :: Sr.Validation Lead _ Seattle, WA _ 12+ Months

2021-02-17 Thread Sam Thomas
*Need to take interview Tomorrow * *Requirement Details:* *Role: **Sr.* *Validation Lead* *Location: **Seattle, WA* *Duration:12+ Months* *Job Description:* *Minimum 9 years * *Primary Skill Set * Direct experience with CSV activities preferably with MES system, strong

[android-developers] Video Tester@Philadelphia, PA

2018-01-23 Thread Santosh kumar Nityo
*URGENT POSITION* Hi, Hope you are doing Great!! I was going through your profile with reference to the job opening that I have with my client at Location* “**Philadelphia, PA**”*. This is an urgent fill and the client is looking for *“Video Tester”. *I appreciate your quick response.

[android-developers] video calling codings

2017-01-22 Thread Titu Saini
Where to have to write the video calling feature in Android study. which coding i have to write? -- 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] Video To Audio MP3 Converter

2016-09-20 Thread Affan Haider
you are looking for the android application to convert your favorite videos into audio which also support all video formats including wmv, mp4, 3gp, flv, avi then choose best video to audio converter according to your choice and need. Best Video to Audio Converter for Android mobile user. Best

[android-developers] Video list and video display on the same screen.

2016-09-06 Thread sumanth g
Hi, I would like to create a android applications, which displays list of the videos on the one side of the screen. And the reaming side should display the video. which i will click from the video list. After completion of the first video, the next video of the list must be played until the

[android-developers] Video Rotating

2016-06-27 Thread billard eight
Hi There. I want to capture video from front-end camera on android phone without preview activity. But always I got landscape mode video. I used MediaRecorder Please check my code private MediaRecorder recorder; ... if (!prepareRecorder()) { Toast.makeText(this, "Fail in preparing

[android-developers] Video streaming frm videoplayer

2014-07-23 Thread Deepa M
Hi all, Is it possible to live stream the video frm videoplayer (which plays recorded video ) in android? Thanks and Regards Deepa M -- 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] Video compression

2013-12-26 Thread Miguel Carrallo
Hi We take a video using ACTION_VIDEO_CAPTURE with EXTRA_VIDEO_QUALITY set to 0. When capture a video, the size is aprox. 1mb/sec. How can i compress this video to reduce the resolution or compress it to send to web service? Thanks. Miguel -- You received this message because you are

Re: [android-developers] Video streaming plus UI control update thread

2013-11-11 Thread Bradley O'Hearne
Piren, Thanks for taking the time to respond. I was able to figure out the problem…but I can confirm that Thread with sleep is bad. Handler is the right approach — I had something (not obvious) several layers deep in the call chain which was causing the problem. Thanks again for your help.

Re: [android-developers] Video streaming plus UI control update thread

2013-11-09 Thread Piren
I've done it and have had no issues what so ever (using a surfaceview). Regarding your code, your first approach (thread with sleep) is horrible, don't ever do that for any reason :) The second approach is the correct one which i have used myself with no issues. Since i see no reason why it

Re: [android-developers] Video streaming plus UI control update thread

2013-11-08 Thread Bradley O'Hearne
Wasn’t able to get a response on this after a few days, so perhaps I’ll try to frame it another way. If you: - Have created custom controls for a video player - Are familiar with the proper / conventional approach to updating UI controls every second / sub-second as in these kinds of apps:

[android-developers] Video streaming plus UI control update thread

2013-11-04 Thread Bradley O'Hearne
Hey there, I hope everyone’s week is off to a good start! I have a pretty simple use case: I am playing video streamed across the network in an app, and I need to update two SeekBars every second, one which tracks the video’s timecode while playing, and the other which tracks the device

[android-developers] Video skipping frames continuously

2013-10-30 Thread mmj
Hi, I am developing an android app for Google TV Api level 13. I have a videoview which plays .mp4 video from raw folder. Sometimes the video playes properly. But sometimes i can observe lot of frame drops. And logcat message shows *:AwesomePlayer(789): we're much too late (0.50 secs), video

Re: [android-developers] Video in portrait mode

2013-08-30 Thread Jadranko Bodiroga
maybe try add something like this : super.setRequestedOrientation( ActivityInfo.SCREEN_ORIENTATION_PORTRAIT) ...then you force it to show in portal/Landscape... On Fri, Aug 30, 2013 at 4:58 AM, Sadhna Upadhyay sadhna.braah...@gmail.comwrote: Hi guys, i am recording video and playing

[android-developers] Video in portrait mode

2013-08-29 Thread Sadhna Upadhyay
Hi guys, i am recording video and playing it but the problem is that it is not playing in portrait mode tough it is recording in portrait but when i play video it play in landscape only please help me if any one have any idea about it. Thanks sadhna -- You received this message

[android-developers] video error messages?

2013-05-10 Thread bob
Is there any way to get good information concerning an error when a VideoView won't play a video file? It seems like the OnErrorListener doesn't give much info when there's an error. It just passes this in: public static final int MEDIA_ERROR_UNKNOWN = 1; Thanks. -- -- You received

[android-developers] video background

2013-05-07 Thread bob
I have an Activity that is basically a form, and I would like to use a video background. It would probably be about a 2 megabyte MP4 file. The easiest way for me to plug it into the existing code would probably be if there existed a subclass of Drawable called VideoDrawable, but it does

[android-developers] Video editor API

2013-01-08 Thread Simon Buckle
I have a question about the Android SDK (for Jellybean). In the Android source tree there is a 'videoeditor' package ( https://github.com/android/platform_frameworks_base/tree/master/media/java/android/media/videoeditor) yet when I try to import the classes in this package into my project, they

[android-developers] Video Resoltion Support issue in WVGA and Samaung Galaxy S3

2013-01-07 Thread Ankit Thakkar
I have videos which display perfect in WVGA resolution but when I play video in S3, It display border in right and bottom, I have used video view to display videos, my video view had fill parent hight and fill parent with then also video is not resizing as per screen size. -- You received

Re: [android-developers] video player

2013-01-06 Thread Jim Graham
On Sat, Jan 05, 2013 at 09:50:42AM -0800, laxman k wrote: how to play the video from url with land scape and handling the buffer loading Start here: http://developer.android.com/guide/index.html Later, --jim -- THE SCORE: ME: 2 CANCER: 0 73 DE N5IAL (/4) | Peter da Silva:

[android-developers] video player

2013-01-05 Thread laxman k
how to play the video from url with land scape and handling the buffer loading -- 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

[android-developers] video dimensions

2012-12-16 Thread bob
Anyone know what the preferred video size is for app videos? My videos must be too wide as there's lots of black space when I see them on play.google.com. -- 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] Video Player for MP4 and MOV

2012-11-14 Thread CL
Dear Experts, I am thinking of developing my own Video Player for MP4 and MOV files. Wonder where are the good resources to perform this task. Are there any alternatives other than VLC? Thanks! CL -- You received this message because you are subscribed to the Google Groups Android

[android-developers] video record frame rate

2012-11-05 Thread Salih Gündüz
How much fps can we reach maximum when we record video on samsung galaxy s3? How can we raise fps? -- 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

[android-developers] video steaming in android

2012-10-22 Thread Ratheesh Valamchuzhy
Dear All In my Android app i am playing video from a remote server, for that i use video view with the video url. The problem is the video uploaded from my phone to server is not playing in the device. from the server side they are converting and stored into mp4 format. To stream a video from

Re: [android-developers] video uploaded from galaxy tab not playing

2012-10-05 Thread lokesh gupta
Priya seems like there is some format not supported problem. On Oct 5, 2012 10:01 AM, mohana priya gpriyara...@gmail.com wrote: Thanks for your reply.Its playing in vlc media player,but not in strobe media player.But i captured video from other mobile devices, and its playing well in strobe

[android-developers] video uploaded from galaxy tab not playing

2012-10-04 Thread mohana priya
I captured video from samsung galaxy tab (android), and tried to upload to server. i tried to play the video captured in galaxy tab in strobe media player,I can able to hear the audio,but video is invisible. When I try from other mobile devices, it's playing fine. Please kindly guide me.

Re:[android-developers] video uploaded from galaxy tab not playing

2012-10-04 Thread lokesh gupta
Did u try running it with some other media player in the same tab? On Oct 4, 2012 6:29 PM, mohana priya gpriyara...@gmail.com wrote: I captured video from samsung galaxy tab (android), and tried to upload to server. i tried to play the video captured in galaxy tab in strobe media player,I can

Re: [android-developers] video uploaded from galaxy tab not playing

2012-10-04 Thread mohana priya
Thanks for your reply.Its playing in vlc media player,but not in strobe media player.But i captured video from other mobile devices, and its playing well in strobe media player.Please guide me. On Thursday, October 4, 2012 6:55:32 PM UTC+5:30, Lokesh wrote: Did u try running it with some

[android-developers] Video color effects

2012-10-03 Thread Christian Nikolaj Thomsen
Hi, I'm working on an app that among other things will allow the users to make short videos, apply funny effects to them and share them with one another. To begin with, i'm looking for simple color-effects like grayscale sepiatoning, and such. All this would be very simple by using the

[android-developers] video streaming from Android without saving on sdcard

2012-08-23 Thread Sever
I have code: private MediaRecorder recorder; String hostname = 192.168.1.125; int port = 1935; Socket socket; ParcelFileDescriptor pfd; public void start() { try { socket = new Socket(InetAddress.getByName(hostname), port); pfd =

[android-developers] video streaming from Android without saving on sdcard

2012-08-22 Thread Sever
I have code: private MediaRecorder recorder; String hostname = 192.168.1.125; int port = 1935; Socket socket; ParcelFileDescriptor pfd; public void start() { try { socket = new Socket(InetAddress.getByName(hostname), port); pfd =

[android-developers] video streaming from Android without saving on sdcard

2012-08-22 Thread Sever
I have code: private MediaRecorder recorder; String hostname = 192.168.1.125; int port = 1935; Socket socket; ParcelFileDescriptor pfd; public void start() { try { socket = new Socket(InetAddress.getByName(hostname), port); pfd =

Re: [android-developers] video upload to server

2012-07-20 Thread Justin Anderson
how to use google... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Jul 20, 2012 at 12:42 AM, ANKUR GOEL ankur1...@gmail.com wrote: Hi all , how to upload large video file to server . Thanks -- You received this message because you are

[android-developers] Video large than screen

2012-07-19 Thread Johanes Ferreira
Hi guys im doind a splash screen VideoView video = (VideoView) findViewById(R.id.videoView); Uri uri = Uri.parse(android.resource://br.com.droid/+R.raw.splash_move); video.setVideoURI(uri); video.setMediaController(null); video.setKeepScreenOn(true);

[android-developers] Video Processing with Bluetooth

2012-07-16 Thread mkerim
The application I am currently developing processes each frames using a native code and it should record the video as well. I tried SDK for this purpose but certain restrictions didn't allow me to do so, so I switched to NDK for a video recording code piece. Apparently, my algorithm

[android-developers] Video Processing with Bluetooth

2012-07-16 Thread lbendlin
Define lowest resolution. Generally Bluetooth is much too weak for any type of high throughput traffic. -- 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

[android-developers] video problem

2012-07-14 Thread João Marcos Santos Teixeira
Hello, I am making an application in the language html5 for android. But the videos are not working. See what happens: The audio plays but the video frames are not displayed. Can anyone help me?

[android-developers] Video Subscription API / Service

2012-07-10 Thread Leandro Bock Bitencourt
Hi Guys, I have a client that need to implement a payed subscription service for videos on Android and IPhone. His Use Case is basically a user watching the 2 first videos for free and then start paying from the 3rd and on. So, we are looking for an API/Service that supports both free and

[android-developers] Video Recording Problems

2012-06-26 Thread Terry
Recording video in Android should be relatively simple. Or so I thought. But after having wasted several days on trying to get it working, I would like to see if anybody can understand what is wrong with my code. This is the essential part of the relevant code (requiring Android 2.2 or later):

[android-developers] video stream for media player android

2012-06-23 Thread Leonardo Domingues
Hi, I'm developing an application that makes video stream to an internal network, so I need to broadcast to listeners devices (connected to this network), found an application called VPLAYER receiving video stream, but it performs HTTP, which makes the broadcast. So, I wonder if there is any

[android-developers] video streaming UDP to android

2012-06-18 Thread Leonardo
Hi, I have an application that makes video stream to an internal network (192 ...) and I need to broadcast to all connected devices in the network. Since the players have found to only get android http stream, so does anyone know if there is any player who receives the video stream in udp

[android-developers] video layering issue on samsung galaxy S, note, S2

2012-06-10 Thread eestachat arvertise
hi every one i have a strange issue with my app. i am overlaying a video on a camera view , very simple app. works seamless on all lg, and htc devices. but not on samsung galaxy S note, s2. expect galaxy young. galaxy S show only camera preview. not video galaxy note and s2- green tint on

[android-developers] Video Live streaming between android devices

2012-05-08 Thread kavitha chidambaram
Hi, I am trying to implement video live streaming between android devices. Can I get any idea.. Darwin streaming server for PC to mobile, same thing can i do it between android devices. Thanks in advance. Regards, Kavitha -- You received this message because you are subscribed to

[android-developers] Video (VideoView) flickering and/or doesn't display on ICS (but works fine on Android = 2.x)

2012-05-07 Thread Mathias Lin
I have an app with a VideoView, which works fine on all Android devices up to 2.x (Gingerbread), but has problems with devices running ICS. On some devices, the videos don't play, on other devices the video doesn't play when rotating the device. Instead, the screen starts flickering. (tested

[android-developers] Video blending between ImageButton (View) and VideoView (SurfaceView) with transparent PNG

2012-04-26 Thread robertfoster
Hi all, I'm attempting to get blending between an ImageButton and VideoView working correctly, basically the transparent pixels aren't blending correctly when the video begins to play. On Destroy of the activity the pixels will show okay again. To help show the issue, I've created a sample app at

[android-developers] Video viewing?

2012-04-22 Thread Jonathan
I just need 12 seconds of your time to see if you can watch a quick video generated from my app, please ... and some quick feedback? Post here if you can help me OR private message me your email address and I'll email you the file from the app. I simply need to know if it plays or won't download

[android-developers] Video capture

2012-04-12 Thread Vishwas Mukund
Does any one know how to get RGB frame format information when videos are captured?? I just can't find the apis -- 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

[android-developers] Video Sharing to Facebook from Android App using share intent FAIL :( .

2012-04-04 Thread s.rawat
HI , I am trying to share the video on long press by using the share intent.I am able to share the image (.jpg) but not able to share the videos on facebook. *Following is my code.* Intent share = new Intent(Intent.ACTION_SEND);

Re: [android-developers] Video Sharing to Facebook from Android App using share intent FAIL :( .

2012-04-04 Thread James Black
You could have shortened the code, but it appears your app doesn't have permission to read from the data directory. So ask for permission and gracefully handle when it doesn't read the file. On Apr 4, 2012 9:08 AM, s.rawat imsaurabhra...@gmail.com wrote: HI , I am trying to share the video on

Re: [android-developers] Video Sharing to Facebook from Android App using share intent FAIL :( .

2012-04-04 Thread s.rawat
How short? I am using * uses-permission android:name=android.permission.WRITE_EXTERNAL_STORAGE / * in the manifest and data android:mimeType=video/* / in the Intent Filter for the app/ Still getting the same crash. ..pain is temporary.quitting lasts forever. My Blog

Re: [android-developers] Video Sharing to Facebook from Android App using share intent FAIL :( .

2012-04-04 Thread James Black
Look at where the npe is being thrown, put a breakpoint there, see what is null that you expect isn't. On Apr 4, 2012 10:39 AM, s.rawat imsaurabhra...@gmail.com wrote: How short? I am using * uses-permission android:name=android.permission.WRITE_EXTERNAL_STORAGE / * in the manifest and

[android-developers] Video

2012-04-03 Thread Goutom
Hi I want to record video using default camera app in the phone. I tried using code from android training.It dose not work. It dose not return video output in the activity result. I want a simple project which takes video and works perfectly. Take care. Regards RiskyCoder -- You received

Re: [android-developers] video not playing in mdpi devices..

2012-03-22 Thread vamsi Vamsi
Hi Vani. the problem might be due to resolution of the video. you might want to re-size the resolution of your video and try . On Wed, Mar 21, 2012 at 9:25 PM, vani reddy vani.reddy.bl...@gmail.comwrote: HI friends, I have a video in mp4 format its playing in hdpi devices but not in mdpi

[android-developers] video not playing in mdpi devices..

2012-03-21 Thread vani reddy
HI friends, I have a video in mp4 format its playing in hdpi devices but not in mdpi devices? How to resolve this -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Video for app page

2012-03-08 Thread TreKing
On Thu, Mar 8, 2012 at 1:26 AM, Giuseppe porcelli.giuse...@gmail.comwrote: looking for some software that completely build a good video There is no such thing. You will have to record some video and do some editing. While there is software for doing each of these tasks, there is no way

[android-developers] Video for app page

2012-03-07 Thread Giuseppe
Someone can suggest a software to make good video presentation of my app? I have no experience in video builders, so looking for some software that completely build a good video to introduce my app. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Video decoding on Galaxy Nexus running Android 4.02

2012-02-15 Thread Bateman
Hi, I have written a simple app that uses the videoview class to display video. It plays MP4 files without any problems. It uses the hardware accelerator (IVA-HD) on omap4 in galaxy nexus to decode the video. However, I want to use software decoding instead of the hardware accelerator. Is having

Re: [android-developers] Video paying problem

2012-02-01 Thread Farhan Tariq
Logcat error trace might get you some help :) On Wed, Feb 1, 2012 at 12:22 PM, ANKUR GOEL ankur1...@gmail.com wrote: Hi all , sometimes i am getting video cannot be played err (100 , 0) can some body tell the exact reason and the solution for this problem thanks -- You received this

[android-developers] Video volume not loud enough

2012-01-17 Thread Allyson
Hello! I'm having an app developed on both Android and iPhone platforms that contains both video and audio files. The audio sounds great on both platforms, but the video sound quality on Android (compared to the iPhone) is really sub-optimal. The volume is very low and when I have to have the

[android-developers] Video playback on Droid2

2012-01-04 Thread ivan
Is anyone familiar with output like this on the Droid2 when attempting video playback. The video encoding we're attempting to play, plays on nearly every other device we've built our app for. W/ConfigParser(1197): Exceeds maximum supported resolution, width=960, height=540 for

[android-developers] video record

2012-01-02 Thread abdel
hi does any one try to record video using tom gibara solution to capt live camera thanks for help -- 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

[android-developers] Video Player

2011-12-27 Thread Harshal Patel
Hi All, I want to create a video player that plays video from remote location that called my own web server. After playing video for first time it stored in device memory automatically and then next time it check on server for any changes for video i.e. length with same name, other video then

[android-developers] Video view youtube

2011-12-05 Thread ANKUR GOEL
Hi all , i am having activity .on which in small part i have video view i want to show yputuve page on that the video i will play .. my video is playing fine ,,,but i want to show the youtube video picture on that small layout and on click of that play video ... i am not able to show

[android-developers] Video in Landscape mode

2011-12-02 Thread Ali Rangwala
Dear All, We have an application playing video in Portrait mode and want to enable an option to have users play it in Landscape mode as well. Any solutions, pointers, directions ? BR, Ali -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] video splash screen

2011-11-28 Thread bob
So, I'm trying to make an activity that's basically a video splash screen: package com.coolfone.videosplash; import com.example.android.apis.R; import android.app.Activity; import android.net.Uri; import android.os.Bundle; import android.widget.MediaController; import android.widget.Toast;

[android-developers] Video Conference

2011-11-16 Thread inn
Hi everyone. Does anyone have tutorial regarding to make video conference between one computer to android galaxy tab?I am start from scratch.And need to complete this project only two weeks?Is it possible?Really need your help=( -- You received this message because you are subscribed to the

[android-developers] Video stream hacking

2011-11-14 Thread petr.maza...@mautilus.com
Hi, When I stream a video in some 3rd party application - is it somehow with hacks/programming, etc. possible to redirect the video stream to HDMI, USB or Bluetooth or on SD card? I am asking if someone can in this way 'steal' the video or audio stream. The stream itself is encrypted - so it

[android-developers] video stream using rtmp

2011-10-29 Thread mohana priya
Hello In my android application i need to publish the video file to the server using rtmp client.I want to know whether it is possible to do streaming in android using rtmp.If so how to do.Please give me the code.Kindly help me.Thanks in Advance. -- You received this message because you are

[android-developers] video file publishing in android

2011-10-24 Thread mohana priya
Hello android developers.I need to create an application for video file publishing to the server in android using rtmp client. Here is the sample code which i have tried http://code.google.com/p/android-rtmp-client/downloads/detail?name=rtmp_client_src.zipcan=2q= first i have tried this sample

[android-developers] video publishing

2011-10-22 Thread mohana priya
I am new to video publish in android.I need the code to publish the video in server using android (rtmp) .Please tell the solution.Thanks in advance. -- 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] video uploading to youtube account by using Youtube api

2011-10-19 Thread Ravinder Reddy
How to upload videos in to youtube account from my android application.(By using Youtube API) Any sample code please share with me. -- Ravinder Reddy Jonnalagadda -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] video uploading to youtube account by using Youtube api

2011-10-19 Thread Daniel Drozdzewski
On 19 October 2011 10:43, Ravinder Reddy ravinderjre...@gmail.com wrote: How to upload videos in to youtube account from my android application.(By using Youtube API) Any sample code please share with me. Description and code samples:

[android-developers] Video streaming

2011-10-11 Thread mohana priya
Hello android developers.In my android application i need to capture the video instead of capturing picture.Please tell how to do so.Please tell me the solution.Thanks in advance. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] video conference apps

2011-10-08 Thread Anoop C
hai, I looking for video conferecing apps in android 2.1. Currently i installed skype, fringe. Both of them is not working(In fring call is connecting, but can't take in other end. In skype connecting call no video response). So which is the working video conference apps for Android 2.1. *

[android-developers] Video in WebView

2011-10-08 Thread Siva Prakash
Hi Im trying to load a video in WebView but it doesnt do that? Any settings need to be marked? -- 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

Re: [android-developers] Video in WebView

2011-10-08 Thread Subin Sebastian
Hello Siva, I suggest you to put your code here for someone to find out why it doesn't do that. Regards. On 10/9/11, Siva Prakash siva.yuvan2...@gmail.com wrote: Hi Im trying to load a video in WebView but it doesnt do that? Any settings need to be marked? -- You received this message

Re: [android-developers] Video in WebView

2011-10-08 Thread Siva Prakash
Thanks This code is working for normal web pages but not with video/audio private WebView myWebView; private ProgressDialog pd ; this.myWebView = (WebView) this.findViewById(R.id.webView); Bundle extras = getIntent().getExtras(); if(extras !=null ) { String strURL =

[android-developers] [Video Player] Question on Audio Timestamps

2011-10-06 Thread Ganesh
Dear Experts, I have a question on the Audio-Video synchronization in an audio- visual file playback on Gingerbread. From the sources, we can observe that the video sub-system reads the timestamp from the audio sub- system to take decisions on whether to delay/render/drop a frame. I am referring

[android-developers] video implementation html

2011-09-30 Thread Paweł Czyżowski
How to implement video html code, so that was displayed in smartphones and Tablet PCs with Android. I use this code: div id=video4 video width=240 height=136 controls=controls autoplay=autoplay source src=film.mp4 type=video/mp4 / source src=film_bb.mp4 type=video/mp4 /

[android-developers] Video Playing issue

2011-09-23 Thread ProblemZone
ERROR/MediaPlayer(16809): Error (1,-18) WARN/QCvdec(1294): == WARN/QCvdec(1294):Open Max Statistics WARN/QCvdec(1294): == WARN/QCvdec(1294):

[android-developers] video resolution trans-coding

2011-09-21 Thread John
Hello developers, i have a many mp4 videos files in sdcard , that video file contains different width,height resolution. i want give a single constant resolution to that file by code. Plz need help, -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] video resolution trans-coding

2011-09-21 Thread NAVI NEW
Is any one reviewing my issue or not? On Wed, Sep 21, 2011 at 5:37 PM, John navi44...@gmail.com wrote: Hello developers, i have a many mp4 videos files in sdcard , that video file contains different width,height resolution. i want give a single constant resolution to that file by code.

Re: [android-developers] video resolution trans-coding

2011-09-21 Thread Daniel Drozdzewski
On 21 September 2011 14:26, NAVI NEW navi44...@gmail.com wrote: Is any one reviewing my issue or not? not -- 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

Re: [android-developers] video resolution trans-coding

2011-09-21 Thread Jim Graham
On Wed, Sep 21, 2011 at 05:07:02AM -0700, John wrote: i have a many mp4 videos files in sdcard , that video file contains different width,height resolution. i want give a single constant resolution to that file by code. Different width:height resolutions (in computer video, NOT necessarily in

Re: [android-developers] video resolution trans-coding

2011-09-21 Thread NAVI NEW
Sure i am not a pro for crop the video resolution, but if you give me some way guideline then i can be able to do that one. On Wed, Sep 21, 2011 at 8:22 PM, Jim Graham spooky1...@gmail.com wrote: On Wed, Sep 21, 2011 at 05:07:02AM -0700, John wrote: i have a many mp4 videos files in sdcard ,

Re: [android-developers] video resolution trans-coding

2011-09-21 Thread NAVI NEW
Thanks a lot for reply . On Wed, Sep 21, 2011 at 8:50 PM, NAVI NEW navi44...@gmail.com wrote: Sure i am not a pro for crop the video resolution, but if you give me some way guideline then i can be able to do that one. On Wed, Sep 21, 2011 at 8:22 PM, Jim Graham spooky1...@gmail.com wrote:

[android-developers] Video calling via 3G

2011-09-19 Thread Richelle Ramraj
Hi I was wondering if it is possible to create a video call over 3g in android 2.3 or later, I would appreciate if some one could point me in the right direction, as to what I need to look at in developing this application. I have discovered how to create a socket connection between two phones,

[android-developers] video issue

2011-09-07 Thread vani reddy
Hi friends , I am getting the below exception FileNotfoundException /mnt/sdcard Permission Denied i am storing a video in sdcard and playing it. i am getting this when ii run on phone.when i run on emulator it works fine . I am getting Illegal argument exception when trying to play the video ,

[android-developers] video frame transcoding in android

2011-09-07 Thread NAVI NEW
Please help me how to do video frame trans-coding in android -- 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

Re: [android-developers] video issue

2011-09-07 Thread venugopal peparthi
Hi, friend how to convert the general phone number which is 1234567890 have to change tothe format of 1 (234) 567-9801 while clicking on keypad in android. Thank u . venugopal.p -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] video issue

2011-09-07 Thread NAVI NEW
Please you create a new emulator or edit setting with sdcard enabled YES. 100% definitely it work On Wed, Sep 7, 2011 at 3:53 PM, vani reddy vani.reddy.bl...@gmail.comwrote: Hi friends , I am getting the below exception FileNotfoundException /mnt/sdcard Permission Denied i am storing a

Re: [android-developers] video issue

2011-09-07 Thread arun kumar
hai venu just using condition format On 9/7/11, venugopal peparthi venugopal.myfri...@gmail.com wrote: Hi, friend how to convert the general phone number which is 1234567890 have to change tothe format of 1 (234) 567-9801 while clicking on keypad in android. Thank u . venugopal.p --

Re: [android-developers] video issue

2011-09-07 Thread Pratik Prajapati
you can also try http://developer.android.com/reference/android/text/util/Linkify.html On Wed, Sep 7, 2011 at 9:31 PM, arun kumar hariarun2...@gmail.com wrote: hai venu just using condition format On 9/7/11, venugopal peparthi venugopal.myfri...@gmail.com wrote: Hi, friend how to convert

[android-developers] video streaming from android(client) to pc(server)

2011-08-24 Thread muhammad.ume...@hotmail.com
hi, i am a student and i have a project on video streaming. capture a video from android camera and send it live to my server. and server save this video in a file. I am to much familiar with java but starting with android development. Please tell me which API's that i should use to capture

[android-developers] video playing issue, how to resolve this one

2011-08-19 Thread N K Shrivastva
08-19 17:36:16.139: ERROR/QCvdec(1294): get_parameter: unknown param 0ff7a347 08-19 17:36:16.179: ERROR/QCvdec(1294): Omx Flush issued when vdec is not initialized yet. 08-19 17:36:16.179: ERROR/QCvdec(1294): Unsupported profile, level, or widht, height 08-19 17:36:16.179: ERROR/QCvdec(1294):

[android-developers] Video recording not saving if i don't call finish

2011-08-15 Thread Amit Mangal
Hi Everyone, I am creating app for video recording. i press a button to start video. when i press the button to stop the recording it stops. problem is after stopping if i play video immediately it plays recorded video but when i check video file in sd card i see its size is 0KB. when i call

[android-developers] Video Recording Code

2011-08-11 Thread Akhilesh Mani
hiI need source code for video recording , my code had some problem its urgent... thanks... -- 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

  1   2   3   4   >