An open API service indexing awesome lists of open source software.

https://github.com/lashdid/record

An online screen recorder made with Qwik
https://github.com/lashdid/record

qwik qwik-city recorder

Last synced: 3 months ago
JSON representation

An online screen recorder made with Qwik

Awesome Lists containing this project

README

        

# RecorD

An online screen recorder without login

> :warning: This website won't work on mobile browser.

## Why did I make this?

Sometimes I need to record something from my screen. Because there is no default software for screen recording, downloading another software would be a waste of memory as I only need to use it once in a while.

#### But there is [ScreenApp.IO](https://screenapp.io/)?

The output video from this website is in `.webm` format, so I have to convert it to `.mp4`, and I'm too lazy for that

also to learn qwik framework

#### Note

This is already working but `.mp4` format won't work in firefox, because `h264 codec` doesn't
supported in firefox. So if I want to record in `.mp4` format, i need to use another browser.
Bruh.

Maybe i will make an API to convert file with `ffmpeg` from cloud like [CloudConvert API](https://cloudconvert.com/api/).
But i'm not that smart.

Or i will use [CloudConvert API](https://cloudconvert.com/api/) free version
with only 25 files / day.

At least I can still use this.