Skip to content
View ESV-Sweetplum's full-sized avatar

Block or report ESV-Sweetplum

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ESV-Sweetplum/README.md

plumoguSV

Hi! I'm plum, sv mapper and plugin dev. I do funny things like uhhhhhhhhhhhhhhhhhh

thanks to zeph for designing the background

Pinned Loading

  1. plumoguSV plumoguSV Public

    Forked from kloi34/amoguSV

    The ultimate Quaver plugin for editing SVs. Remastered with many new features.

    Lua 3

  2. qsvds-site qsvds-site Public

    An all-purpose website to manage SV maps and players, based on Quaver.

    TypeScript 6

  3. AFFINE AFFINE Public

    A plugin for Quaver, designed to automate and simplify timing lines.

    Lua 5 1

  4. Luaver Luaver Public

    A framework designed to simplify plugin making in Quaver.

    Lua 1

  5. qua-tools qua-tools Public

    A set of tools designed to help create, combine, and manipulate .qua files.

    TypeScript

  6. Transform a high FPS mp4 file into a... Transform a high FPS mp4 file into a low FPS mp4 file, while maintaining quality. Useful for motion blur replication or keeping high FPS quality with lower disk usage.
    1
    To convert a high FPS video (e.x. 240 FPS) into a low FPS video (e.x. 60 FPS) while blending the frames, we will use FFmpeg
    2
    ## Steps
    3
    1. Download [FFmpeg](https://ffmpeg.org/download.html). If you're on windows, it will be easier to download the windows builds from gyan.dev.
    4
    2. Wherever you place the folder, add this path to the `PATH` environment variable. Detailed installation instructions can be found [here](https://phoenixnap.com/kb/ffmpeg-windows).
    5
    3. Download the attached `.bat` file. If you're on Mac/Linux, you can download the `.sh` file instead.