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
- Host: GitHub
- URL: https://github.com/lashdid/record
- Owner: lashdid
- Created: 2023-02-07T10:42:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T06:28:25.000Z (6 months ago)
- Last Synced: 2025-01-24T21:29:47.964Z (5 months ago)
- Topics: qwik, qwik-city, recorder
- Language: TypeScript
- Homepage: https://record-lashdid.vercel.app
- Size: 120 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.