Skip to content
View javelin's full-sized avatar

Block or report javelin

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. FFmpeg Cheat Sheet FFmpeg Cheat Sheet
    1
    # FFmpeg Cheat Sheet
    2
    
                  
    3
    ### Adding silence to audio
    4
    #### Add silence to end adelay filter
    5
    ffmpeg -i input.wav -af "adelay=1s:all=true" output.m4a
  2. libsonivox libsonivox Public

    Portable standalone MIDI software syntheser which doesn't require patches

    C

  3. xlnt xlnt Public

    Forked from xlnt-community/xlnt

    📊 Cross-platform user-friendly xlsx library for C++11+

    C++