Skip to content

Instantly share code, notes, and snippets.

View Bechrissed's full-sized avatar

Chris Koster Bechrissed

View GitHub Profile
@Bechrissed
Bechrissed / ffmpeg-qsv.sh
Created July 20, 2021 21:45 — forked from cottonthread/ffmpeg-qsv.sh
Compiling FFMpeg with Intel Quick Sync in Ubuntu 20.04
#!/bin/bash
# Taken from: https://red-full-moon.com/make-hevc-qsv-env-first-half/
# 環境の最新化
sudo apt update
sudo apt dist-upgrade
# 必要パッケージのインストール
sudo apt install cmake make autoconf automake libtool g++ bison libpcre3-dev pkg-config libtool libdrm-dev xorg xorg-dev openbox libx11-dev libgl1-mesa-glx libgl1-mesa-dev libpciaccess-dev libfdk-aac-dev libvorbis-dev libvpx-dev libx264-dev libx265-dev ocl-icd-opencl-dev pkg-config yasm libx11-xcb-dev libxcb-dri3-dev libxcb-present-dev libva-dev libmfx-dev intel-media-va-driver-non-free opencl-clhpp-headers
# libvaのインストール
@Bechrissed
Bechrissed / form-fields-with-material-design-and-video-background-in-pure-css.markdown
Created January 15, 2019 18:40
Form fields with material design and video background, in pure CSS

Keybase proof

I hereby claim:

  • I am bechrissed on github.
  • I am bechrissed (https://keybase.io/bechrissed) on keybase.
  • I have a public key ASAPy_vCDHzCQNALUpzfdQJ8ePmSyVGyJnWlLArzG2qB4wo

To claim this, I am signing this object:

Verifying that +bechrissed is my blockchain ID. https://onename.com/bechrissed
@Bechrissed
Bechrissed / dabblet.css
Created December 16, 2011 13:39
Chris Test
/**
* Chris Test
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;