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

Block or report KiboMibo

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. KBR KBR Public

    Kibo's repository

    1

  2. using ffmpeg to extract audio from v... using ffmpeg to extract audio from video files
    1
    # ffmpeg
    2
    
    
    3
    ## Converting Audio into Different Formats / Sample Rates
    4
    Minimal example: transcode from MP3 to WMA:<br>
    5
    `ffmpeg -i input.mp3 output.wma`
  3. ffmpegwrapper ffmpegwrapper Public

    Simple golang wrapper for ffmpeg

    Go 2 2

  4. FHRMiddleware FHRMiddleware Public

    Middleware chaining for fasthttp / fasthttp Router

    Go