Application for recording screen to avi. Writing MJPG stream with user-defined scaling and compression options.
Be careful with recording full frames in 24 fps with no scaling, it may eat all free RAM after couple of minutes.
Application have topmenu widget.
Thanks to Crestfallen Scholar for svg icons!
Application receiving only changed frames from screen compositor, this behavior leads to "faster" video payback. You can try to use option to record full frames, in this mode application will duplicate last received frame with constant fps, but it heavily relies on cpu utilization.
In general fps option means how fast video will be played, depends on how fast and how many frames are received from compositor.
For Inoi r7 i found 10 fps with 95% scale and 90% quality options are optimal for most scenarios. I recommend you to play with options once to understand changes and pick ones suitable for your use cases.
Known issues:
Recorded video playback on device itself shows surrealistic rainbows. PC can open video correctly without artifacts.
Attachment | Size | Date |
---|---|---|
screenrecorder-0.2.0-1.armv7hl.rpm | 51.76 KB | 13/06/2019 - 11:49 |
screenrecorder-0.2.1-1.armv7hl.rpm | 51.87 KB | 13/06/2019 - 12:23 |
screenrecorder-0.3.0-1.armv7hl.rpm | 57.63 KB | 02/07/2020 - 18:00 |
0.3.0 - Comatibility with Sailfish OS 3.4.0
Comments
HansRoulade
Tue, 2023/11/07 - 18:17
Permalink
Any chance for an aarch64 build...?
coderus
Tue, 2023/11/07 - 18:37
Permalink
hello, please check https://github.com/CODeRUS/screenrecorder/releases/tag/0.3.0-7release
malibu
Thu, 2020/07/23 - 23:38
Permalink
Nice app.
But could you please recommend me settings ? Using XA2 on 3.3.0.16
I tried a lot of different settings, but videos are always a lot shorter than reality and we can't understand anything.
coderus
Thu, 2020/07/23 - 23:52
Permalink
you can select 24 fps ant tick option to follow framerate, then app will try to fit 24 frames into second by duplicating last received frame while waiting for new frames
objectifnul
Fri, 2020/07/03 - 12:20
Permalink
Brilliant. No option to customize the place where to save the video? (Memory card/Internal storage for instance). By the way, no rainbow artifact on XperiaX, but playing speed randomly variable.
szopin
Fri, 2019/06/14 - 19:45
Permalink
Awesome stuff! On jolla C though getting slideshow with a weird rainbowy effect sideways
coderus
Sat, 2019/06/15 - 11:05
Permalink
Recorded viddeo playback on device itself is something surrealistic :)
Copy video to PC, it can be played with no problems.
szopin
Sat, 2019/06/15 - 19:49
Permalink
Thanks, indeed, works nicely on pc
minitreintje
Thu, 2019/06/13 - 21:07
Permalink
The generated videos are playing faster in comparison to the reality. Is that a normal side effect?
coderus
Thu, 2019/06/13 - 22:07
Permalink
That's normal for mjpg. You can choose option to record full frames, it will try to feed constant fps to video, bit depends on cpu utilization.