Skip to content
View repcsi's full-sized avatar

Block or report repcsi

Report abuse

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

Report abuse

Pinned Loading

  1. ffmpeg-motion ffmpeg-motion Public

    python program to crawl through directory and transform files with ffmpeg on multiple cpus (multiprocessing)

    Python

  2. linux_mint_notes linux_mint_notes
    1
    Mint 19.2
    2
    
                  
    3
    disable kdb backlight to avoid lockup at boot:
    4
    ln -s /dev/null /var/lib/systemd/backlight/platform-dell-laptop\:leds\:dell\:\:kbd_backlight
    5
    
                  
  3. motion-vid_convert motion-vid_convert
    1
    Under File Storage -> Run a command
    2
    /etc/motioneye/convert.sh %f
    3
    
                  
    4
    convert.sh:
    5
    
                  
  4. linux_email_through_gmail linux_email_through_gmail
    1
    yum install ssmtp
    2
    
                  
    3
    /etc/ssmtp/ssmtp.conf:
    4
    TLS_CA_FILE=/etc/pki/tls/certs/ca-bundle.crt
    5
    root=useracc@gmail.com
  5. ffmpeg_conversions ffmpeg_conversions
    1
    ffmpeg -i inputfile.mkv -codec copy outputfile.mp4
    2
    
                  
    3
    ffmpeg -i inputfile.mkv -codec copy -c:a aac outputfile.mp4
  6. freebsd_email_through_gmail freebsd_email_through_gmail
    1
    Install ssmtp
    2
    
                  
    3
    /usr/local/etc/ssmtp/ssmtp.conf:
    4
    root=destination@gmail.com
    5
    mailhub=smtp.gmail.com:587