Is their any source code or sample project which allows to record video of the running screen of application.
I have to make an application which has ability to record video of the application screen in android devices.
I search about this, but haven't find anything.
I have developed it.
For that you have to make background service and programmatically capture screenshot on every second and after that combine all images and make video using FFMPEG.
I hope it will work for you.
Let me know if you need more help in same.
Related
Hi Im trying to record a screen because I don't find a way to add an overlay to the camera video save.
I tried many plugin flutter_screen_recording, screen_capture_event, device_screen_recorder and screen_recorder but I didn't find a way to make them work properly. I chosen screen recording but if you have a solution to add the overlay in the camera video i take it too.
Thanks.
EDIT: For more informations the plugin flutter_screen_recording work fine on ios but not on android
There is Package for Screen Recording in flutter called flutter_screen_recording
You can try this
I am making an application in which i need to make the video of the screen of user interaction with app.
I searched a lot and found that some are able to make videos by using javacv and set of images but they are not able to record sound.
can I want example code of how to create a video from a set of images
EDITED :
i want to make a video from a set of images.
is that possible ?
Is there any library to record audio+screen in android. I am making a tutorial helping application.
I think that recording the Android emulator is the easy way to go. There are plenty of open source screen recorders for your PC/Mac.
I created an application for android. Now, I want to record a video on how to use the application. Is there an application that can record video the process on the screen of the android phone?
If 5-6fps is good enough for you, there's DroidEx. Check this out.
I would like to add one video to the main screen of my application but I want to user to be able to do other things in the app meanwhile. Think about some video animation or flash movie for some website that you can watch the video and look on other things in the website.
lets say I have buttons and more things in the same screen and I want a small video to be playing there too in a loop.
is this possible?
I thought that Flash movie could be good for that, but its only for latest versions of android then I don't want to use it.
Thanks.
You can just use the VideoView.