[Q] Video - Verizon Motorola Droid Turbo Q&A, Help & Troublesh

How do I send an existing video on my turbo via mms ?

The videos created by the Turbo are too large to be sent via MMS. I just created a 1 second video of my keyboard and it was 2.04 MB and the limit for MMS is 1 MB. If you use the Capture Video option from within a text, it creates a much smaller video (320 x 240) and a 9 second video is only 165 KB.
You would need some kind of video compression app if there is one available.

Related

No 320 x 240 on Video Record

Hello,
I have an XDA II with WM6.1
I have come across a few problems with the camera,
I have found out that with WM6 you cannot record at 320 x 240, Options are :
PC - (240 x 180)
PC (186 x 96)
MMS (160 x 120)
MMS (176 x 144)
There is no 320 x 240, anyway to fix this? as XDA II is capable of recording video at that resolution, back when I had WM2003SE
Also after viewing playback after recording, the first 3 seconds of the video seem to be very jerky, at about 1 frame per second, then it begins to go faster.
I have noticed on WM6.1 recording and pictures seem more granier than on WM2003, I read on another thread someone desribing it as "ALL CRAP", but he did not have a XDA 2 like me.

File Conversion size TOO SMALL!!

I recently changed from trinity to dimond. My problem is when I file transfer the photos from Media Player (my laptop), the size is only 320 X 240 instead of 1600 X 1200. The result is that when I see them in the Pictures & Video the images do not take full size i.e too small. The size of each photo is only 22k where as in my laptop is over 1mg.
What is the problem? Is it a bug? I can not find any setting of increasing the file conversion either from activesync or from anywhere else.

small sized video in MMS

Hi
I know this has been partly adressed in one or more earlier threads.
In the case of mms picture and the network operator reducing the size there is a solution pretending the Diamond is another device.
In the video mms case this is not the problem. When you attach a mms-captured video file (from the camera) it comes out very small when trying to view the video from the mms application.
When sending or receiving a video the network is not reducing the size of the file but the video comes out small when viewed in the mms application.
If you save the attached file and view it in WMP the size is OK.
My first questiuon is if other users has the same problem end the second is if there is a way to get full size video in the mms arcsoft application.
stefan
small video mms
exactly what I was looking for!
Yesterday I was with friends and received an mms with video from another friend.
The guy with NOKIA watch the mms video at full screen, and with my HTC Diamond, when I opened the mms i could only see the the video very small in the screen, even if I clicked full screen (in mms visor aplication) still was a ****ty small sized video.
Any solution for not to get embarrased if front of a Nokia user friend again?

Mp4 video not playing

Hey i've recently been trying to convert video from avi to play on my g1/dream
for some strange reason it wont play properly the image is heavly pixelated it's laggy and skippy (for lack of a better word will describe in detail if needed) with no sound
im on os x 10.4 so handbrake is out of the question. i've been using toast titanium with these settings
iphone/ipod touch custom
file format =MP4
video format= H.264
Image size= 480 x 320
Data rate= 864kbps
Frame rate= 25/sec
Key frame= auto
Audio= ACC-LC
Data rate= 96kbps
Channels= stereo
Output sample rate=44.100 kHz
i was told these were the optimum settings, any ideas?
ps. i have also tried leaving it at the original iphone settings and changing just the image size to no avail same issue
are you telling me no one has even transcribed video for their g1 before?
try reducing the data rate to under 700 or so.

[Q] MediaRecorder() stalls at HD setting on EK-GC100

Hi,
I am trying to record 1280 x 720 video in a simple video recording app., targetted at the Samsung Galaxy Camera.
It is returned as an available size in Camera.getParameters().getSupportedVideoSizes();
The app works at other sizes I have tried, I really want 720 px, and would appreciate any feedback on what might be the problem.
This setting doesn't cause problems on other devices, but I haven't had a chance to hook them up to adb.
Using MediaRecorder.setVideoSize() to set this, the app starts recording video as one would expect, but with the size set to these values, on calling MediaRecorder.stop(); the app freezes and continues to record video, but neither stops nor completes the file write. I am calling the MediaRecorder like this:
mRec.setCamera(camera);
mRec.setVideoSource(MediaRecorder.VideoSource.CAMERA);
mRec.setAudioSource(MediaRecorder.AudioSource.MIC);
mRec.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4);
mRec.setVideoSize(1280,720);
mRec.setVideoEncoder(MediaRecorder.VideoEncoder.MPEG_4_SP);
mRec.setAudioEncoder(MediaRecorder.AudioEncoder.AMR_NB);
mRec.setPreviewDisplay(sh.getSurface());
mRec.setOutputFile(dirPath + fileName + ".mp4");
mRec.prepare();
mRec.start();​

Categories

Resources