Hi,
I have developed an app for recording a video. But the results differ
and I don’t know why.

I have two different solutions:
1.Using only the MediaRecorder that is shown on
http://developer.android.com/reference/android/media/MediaRecorder.html
2.Setting up the camera first (Camera.open()) and then sending the
camera handle over to the MediaRecorder.

The recorded video file differs between the different solutions.

Result for solution 1 is:
I can record all the different solutions, bitrates, samplerates,
fps….. And the files looks very good after recording.
Result for solution 2 is:
When I record a file with the same settings as the VideoCamera.java
has then the video looks perfect. But if I test all the different
solutions, bitrates, fps.. as I did in only using the mediarecorder
the video files gets corrupt and green.

Have anyone seen this? Both solutions works but the result differs, so
is it not possible to set up a camera first and then mediarecordern
for all the resolutions.

BR
P.N

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to