Skip to content
View senventise's full-sized avatar
Block or Report

Block or report senventise

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

Pinned Loading

  1. MyPay MyPay Public

    收款二维码合并

    HTML 15 46

  2. RPGMakerMV_Android_save_edit RPGMakerMV_Android_save_edit Public

    编辑 RPGMaker MV 制作的 Android 游戏存档。

    Python 4

  3. afdian_podcast_down afdian_podcast_down Public

    下载爱发电平台里的播客节目,并写入元数据。

    Python 6 2

  4. ncm_down ncm_down Public

    下载网易云歌单内所有歌曲,包括VIP歌曲(需要VIP账号),包含元数据。

    Python 8

  5. video_transcode_service_menu video_transcode_service_menu Public

    Transcode video to HEVC in context menu

    Shell 1

  6. 各种自用 shell 命令的 cheatsheet 大杂集。 各种自用 shell 命令的 cheatsheet 大杂集。
    1
    ### 视频加速
    2
    速度较慢,`-an`不保留音频。
    3
    ```fish
    4
    ffmpeg -i input.mkv -an -filter:v "setpts=PTS/60" output.mkv
    5
    ```