Unofficial media conversion tool for SR Studio Radiance65 keyboard screen.
- Image:
png
,jpg/jpeg
,gif
,bmp
,webp
- Video:
mp4
,mkv
,flv
,ts
,webm
Make sure go is installed.
- Clone the repository
git clone https://github.com/FuLygon/sr65-app.git
cd sr65-app
-
Copy
ffmpeg
orzenity
binary toembed/bin
directory if you want to embed it when building (optional) -
Build the app
go build
- For configuring keyboard feature such as keymap, macros, layout, etc... refer to Vial instead.
- Video conversion heavily rely on
ffmpeg
. GIF conversion can be converted using built-in function orffmpeg
ifffmpeg
is available. - Pre-built binaries were embedded with
ffmpeg
for all OS withamd64
architecture. Forarm64
architecture, onlylinux
OS were embedded. Forwindows
anddarwin
OS witharm64
architecture, make sure to haveffmpeg
installed and added to systemPATH
. This is only necessary for converting video or GIF usingffmpeg
. - Pre-built binaries were embedded with
zenity
forwindows
anddarwin
OS for displaying GUI dialogs. - Antivirus software may flag pre-built binaries as malicious. This is a false positive. You can build the app from source as an alternative.