Top "Video-recording" questions

Questions related to video recording on devices.

How to record UDP stream with FFMPEG in chunks?

I'm looking for a way to record a video UDP stream using ffmpeg but in 10mn chunks. I currently use …

ffmpeg udp video-recording
H264 encoder in android?

I've been having some problems while trying to fix a simple video recording app*. I think I followed the sequence …

android h.264 video-encoding codec video-recording
How to list all videos from specific folder in android

I am working on video recording application.I want to list the videos which I would be stored in particular …

android cursor android-videoview video-recording galleryview
Record video in Simulator Xcode 9 Beta

Apple's Whats new in Xcode 9 states that we can record videos of Simulators. How to do that?

ios-simulator video-recording xcode9-beta
Video recording in iOS programmatically

I am trying to implement functionality like below Final Recorded Video = "Capture a video from front camera + Record an audio …

ios objective-c iphone camera video-recording
How to capture an ip camera (mjpeg) stream and replay it later via commandline?

To test a software which processes ip camera streams (eg. mjpeg) I would like to capture a short sequence from …

stream playback vlc mjpeg video-recording
How to implement WebRTC recording to Node.js server

I would like to create an easy video blogging solution utilizing WebRTC technology to enable recording of video/audio directly …

javascript node.js express webrtc video-recording
Try to Video Record using adb shell screenrecord Android 4.4

I am try to create a video from terminal but I can't succeed. It gives error on terminal like this. …

android video-streaming adb android-4.4-kitkat video-recording
How to video record with specific sound programmatically in android?

I have created functionality to record video in my app. When I play a song, that song is recorded with …

android audio audio-recording video-recording
Recording 60fps video with Camera2(on Android version 21) API

I'm trying to record a video at 60(or more)fps rate on Camera2(android.hardware.camera2) APIs. Finally, I succeeded …

android android-5.0-lollipop video-recording android-camera2