Saving to file
-
- Posts: 16
- Joined: Thu Sep 02, 2010 9:21 am
- Location: England
- Contact:
Saving to file
Is it possible to save a camera video + audio to a file? This is vital for my system and would enhance RVMedia enormously.
-
- Site Admin
- Posts: 17555
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
1) In the current version, TRVCamera cannot receive any sound from cameras, it receives only video data. Sound can be received by TRVCamReceiver from TRVCamSender, but the source of sound can be only TRVCamMicrophone (that can read sound from a microphone or a WAV file). Sound from cameras and video files cannot be sent or received.
2) The only saving format supported is MJPEG, a very simple format containing all frames as JPEG images. It does not even have information about speed of displaying, so any synchronization with audio is not possible. Because of this, we did not implement saving sound to WAV file, because such sound is useless without video.
3) We have plans to record video files containing audio data using GStreamer and FFMpeg. However, these plans have low priority, there are many things that should be implemented before.
2) The only saving format supported is MJPEG, a very simple format containing all frames as JPEG images. It does not even have information about speed of displaying, so any synchronization with audio is not possible. Because of this, we did not implement saving sound to WAV file, because such sound is useless without video.
3) We have plans to record video files containing audio data using GStreamer and FFMpeg. However, these plans have low priority, there are many things that should be implemented before.
-
- Posts: 16
- Joined: Thu Sep 02, 2010 9:21 am
- Location: England
- Contact:
-
- Site Admin
- Posts: 17555
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
-
- Posts: 16
- Joined: Thu Sep 02, 2010 9:21 am
- Location: England
- Contact: