Media :: How To Record Videos In MSM Format?
Nov 16, 2010Does anyone know how I can recorder on my phone in msm or another format that I can send to someone phone or email. Every time I try to load or send a video I am told its to big.

Does anyone know how I can recorder on my phone in msm or another format that I can send to someone phone or email. Every time I try to load or send a video I am told its to big.
How to record audio into ogg format?
View 1 Replies View RelatedIn 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 RelatedI want to record audio in MP3 format in my android application. I know I can read PCM audio using the audioRecord class. Is there a java library compatible with android that will encode PCM to MP3? Is it possible to use the Lame mp3 encoder library?
View 1 Replies View RelatedNow i want to record audio in WAV format. What should i do now because android only supports *.3gp or *.AMR type?
View 6 Replies View RelatedI 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;}
Is there any device which I can use to record 4K videos?
View 6 Replies View RelatedMy application cannot handle the JNIE overhead, as I need to make 2 JNIE calls to the native C/C++ code for every 20msec. So I am trying to use the native media libraries and the realted C/C++ files provided by Android in the folder "//external/srec/audio/test" of the donut build. Ex. AudioHardwareRecord, AudioInRecord etc.. I am implementing all the calls in the native layer.
I am using the sampling rate as 8000 and want to read 160 samples (320 bytes) at a time.
I used the following values to create the AudioRecord..
CODE:..........
It says "success" after creating this interface but I am getting the error "Bad Value" if I am doing the InitCheck.
And it is crashing once I start reading the samples or if I try to retrieve the configured sampling rate.
Has anybody tried to access this native code?
I was told that i should be using services in a new .java file in order to invoke and extend to do background video recording, but i don't seems to know how to do it despite reading tons of sites related to services, , i have read tons of it.. I tried using AsyncTask but my lecturer told me cannot. whether is it using AsyncTask or services to perform background recording?
This is what tried for my mainactivity where it performs previewing of the captured image, but how should i convert the startRecording() method to service method in my new startRecording.java file?
Code:
public class CameraTest extends Activity implements SurfaceHolder.Callback {
private static final String TAG ="CAMERA_TUTORIAL";
private SurfaceView surfaceView;
[Code].....
I just noticed that all the videos i recorded on my phone are centered instead of being full screen.
My first video was full screen on the internal memory and then i somehow changed it to save to external SD card the recording problem started (i don't know how to change the save settings).
They are stored on my SD card in .wmv format.
View 4 Replies View RelatedDoes anyone know where to find a media player that would allow you to play streaming videos on Android Browser?
I want to know if you can play streaming videos on your web browser on your android os phone.
I want to be able to use/view the video's I record with my phone on my computer. (open from an email or use in window's movie maker)I have a new computer with Windows seven at work and a Vista laptop at home. I can send the video to myself and try to open in from my email or tether to the computer and transfer the file manually. Either way I can't open with windows media player. Video's taken with default "Camcorder" app on a myTough 3G running Android 1.6.I know it has something to do with the codec's the phone uses but wonder why they wouldn't use codec's that are compatible with the most commonly used pc's?Is there any way around this? Some kind of converter for the computer or for the phone?Is there another camcorder app that can record video with a different codec or is it phone hardware specific?So far have been able to use these forum's to sort out most of my Android problems but I'm stumped on this one. It doesn't seem like it should be this hard to do. Should be more user friendly.
View 5 Replies View RelatedDo you have an app that records videos to mp4 format?
View 2 Replies View Relatedwhat is the best format for videos to play?
View 11 Replies View RelatedAny way to record video on the G1?
View 5 Replies View RelatedI dont really know much at all about the hdmi output...but is there a way to record something with an hdmi output onto my droid x? Example: Xbox 360 gameplay/TV recorded onto my droid via micro hdmi cable.
View 3 Replies View Relatedjust wanted to know what good free programs you use to convert the .3gpp files off the phone to .WMV files.
View 4 Replies View RelatedI have a HUAWEI g300, and while the quality of still images taken with the camera are great, video quality is awful. Or, to be more specific, the audio that goes with the video is very poor.
I believe that this may be due to the file format of the video.
For this reason, I would be interested to know whether there are any ways to change the file format which videos are recorded in. Are there any alternative camera apps that are any good, which ideally allow the user to select their own file format? My device is rooted btw.
I have a question.
I have this code :
Uri uri = Uri.parse("content://media/external/images/media"); ContentResolver resolver = _ctx.getContentResolver(); resolver.delete(uri, null, null);
But this code doesn't work because I have this error :
06-19 12:41:32.886: VERBOSE/TEST](2285): Unknown or unsupported URL: content://media/external/images/media
Can I have to delete all records on this db?
I'm tired of this random .3gp crap.. is there anyways I can record in avi or wmv? I hate having to convert my videos to avi when I connect my phone to my computer. I have an incredible.
View 2 Replies View RelatedI would like to upload videos from my computer to my SF. I'm using Salling to do the same thing with my music but was wondering what the easiest way is for videos? Is there even a video player on the SF? What file formats will it recognize? This is a very important feature to me and I'm surprised it isn't very intuitive.
View 2 Replies View RelatedIt's about android.media.MediaRecorder. I want to implement a feature to record the conversation, both voice from speaker and microphone. But I tried on G1 phone, the Media Recorder only could record the voice from microphone. I looked into the Android doc, there are only two audio sources, MIC and DEFAULT (either to record microphone). So these are my questions: 1. whether can I implement it or not? 2. will more audio sources be supported? If so, which release or when?
View 5 Replies View RelatedIs it possible to do a line-in recording with a droid?
headphone jacks can accept corded headsets with microphones with 3 "contact points" on the plug so you can plug in the corded headset to listen to audio, plus speak through the in-line microphone for calls. So it would seem possible but I can't find anything that says if it can or not
and witch app can record in mp3?
Is there an app that allows you to record the screen in video format? I know sill pictures can be done...
View 9 Replies View Relatedi'm big into freestyling. i have over 1500 instrumentals on my phone.i can't figure out how to play them and record myself (either audio or video) at the same time.i figure i'm either gonna have to download a new music player that won't close or a video/audio recorder that won't close the "Music" player that came with my evo.and before anyone goes tryin to be smart, i realize that even if i was able to accomplish such an action the quality would probably be really low due to speaker and mic being so close.my intent is more of a "on the fly lyric composition" rather than a " put myself on youtube to show everyone how awesome i am"
View 2 Replies View RelatedHas anyone heard of any apps in the pipeline for Virgin Media UK (like the SKY app) where i can set up and record programs?
I have done a search and the only reference i can see is a company called Pushbutton. There are no dates or external links though.
I'm new in Android development and I have the next question/problem. I'm playing around with the Media Recorder class to record just audio from the microphone. I'm following the steps indicated in the official ://developer.android.com/reference/android/media/MediaRecorder.html
So I have a method that initializes and configure the Media Recorder object in order to start recording. Here you have the code:
//initializes audio recorder
//configure the input sources
mrecorder.setAudioSource(MediaRecorder.AudioSource.MIC);
//set the output format
mrecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
//set the audio encoding
mrecorder.setAudioEncoder(MediaRecorder.AudioEncoder.DEFAULT)
Would be more useful than AMR / MP4. Also would be compatible with the very handy source code for RingDroid.
View 2 Replies View RelatedI 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