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

Block or report visualblind

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

  1. jellyfin-stuff jellyfin-stuff Public

    jellyfin-stuff is a collection of shell scripts, CSS and Nginx configuration files that helps to customize the Jellyfin front-end and accomplish any other tasks not covered by the official plugins.

    Shell 9

  2. Transcode with FFmpeg all (mkv, mp4)... Transcode with FFmpeg all (mkv, mp4) media files in specified directory, overwriting the original source files.
    1
    #!/usr/bin/env bash
    2
    #
    3
    ## DESCRIPTION: Transcode with FFmpeg all (mkv, mp4) media files in specified directory,
    4
    ##              overwriting the original source files.
    5
    ##
  3. Scripts-collection Scripts-collection Public

    This is a collection of all my scripts over a 13+ year time period. Languages: Bash/sh, HTML, JS, SQL, Perl, PHP, Python, PowerShell, CMD(Batch), WMI, Wsh, Docker/docker-compose.yml conf, Nginx (.c…

    PowerShell 12 2

  4. FreeNAS-Transmission-OpenVPN FreeNAS-Transmission-OpenVPN Public

    Forked from amussey/FreeNAS-Transmission-OpenVPN

    These scripts will configure Transmission (the BitTorrent client) to launch and run only through OpenVPN. They are designed to be run on top of the Transmission jail for FreeNAS.

    Makefile 1

  5. FreeNasUsefulCommands.md FreeNasUsefulCommands.md
    1
    ## ZFS
    2
    ```
    3
    zpool status -v #shows zpool status infos
    4
    5
    zpool iostat 1 #shows IOps and R/W bandwidth every second
  6. FFmpeg CLI Examples with Comments (t... FFmpeg CLI Examples with Comments (transcoding, remuxing, metadata stuff, thumbnail generation, nvidia hw-accel cuda h264_nvenc, bash looping, etc)
    1
    ############################ FFmpeg CLI Examples ############################
    2
    
                  
    3
    -metadata[:metadata_specifier] key=value (output,per-metadata)
    4
    
                  
    5
    For example, for setting the title in the output file: