video-recording

Estimating remaining video recording time

Hey, I am developing a piece of software that records video from a live source to WMV files (using WMV1 compression). I am attempting to provide a rough estimate of the recording time remaining, based on the space left on the storage hard drive. I cannot simply base the output file size on the bit-rate of the codec, unfortunately, s...

video Saving & trimming fucntionality.

Using ImagepickerController i am able to record the video and saving also. But I want to save the video for last 5 mins only. Here i tried to trim the video by using yellow bar at the top ,But not getting the trimming video. Could any one help me plzz. Have any method to trim the video as per the time. Also Like in photo album, when we...

Lightweight Flash Video Recording Server

I am currently using Wowza Media server for recording videos from webcam using Flash. However servers like Wowza, Red5 & Flash Media Server seem to be overkill for merely this task. Are there any alternative lightweight video recording servers which can be used for the purpose? My load would not be more than 5 users at a time and my ser...

Video and Audio Drift

Hey everyone, I was wondering, how much does recorded audio and video drift from their actual recording time usually? (So like, perhaps a frame is dropped or something) I'm recording both separately (into unsigned 8 bit PCM (44100 Hz) and raw image data files) and I was wondering how much I can expect each to drift. Thanks in advance!...

video recording not storing on the sd card and when enter the stop recording it give error

I need to record video & audio. when click the start record button.The video does not store on the sd card and when i click on the stop recording it shoe the error unexpectedly stopped. I am new to android please help me. Advanced thanks to you. Here is video and audio recording code public class audio extends Activity { public MediaR...

im unable record video in android emulator im getting proccess failed and how can i see recorded video in emulator this my code plz help me .

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.n...

Python: Video recording

Hi , I search module to Python aplication which allow me to record video from Video Signal. I saw this, but there is only possibility to make snapshots. Can Anyone help me or tell how to rebuild VideoCapture module. Mayby some kind of 'for' which will append following snapshots to the list and then make from them a video? ...

How to record video directly on the server without asking user to upload

Hello, Instead of asking user to upload a video file - I want the user to directly record online and save it. Like with his webcam on - he visits the website, clicks on the record button - records his message and clicks done - the video is saved on my server. Something like what is described for youtube here: http://www.google.com/supp...

Monitor Remote Access of Vendors and 3rd Parties

Is there any other way or setup that you can have a recording of actions performed on certain systems .For example vendors connect to a terminal server/desktop and you can video record them using ObserveIT or TSFfactory.The use of agent based licensing model is not in accordance with the company's pricing policy.Is there any other soluti...

Direct3D: Recording to AVI files.

In follow up to my previous question, I am able to save the backbuffer of a Direct3DDevice to a surface. I already found the D3DXSaveSurfaceToFile in the DirectX SDK and it works fine! However, I want to record the obtained surfaces to an AVI file. I also found the AVIFile reference but they are obviously not straight up compatible wi...

how to change video orientation in MediaRecorder to portrait

When I record video by MediaRecorder, it always records in landscape mode, regardless of real device orientation. How to force MediaRecorder/Camera use real orientation ? ...

Flash Media Server (FMS) streams recording

Hi, I'm trying to record a FLV, using servers-side scripting. It's working as expected. I'm using record('append') to add streams to the same file. What I want to do now is record the streams in "real-time". I want to keep the same functionality (append) but I want to "records" the time that there is no streams available. In other words...