https://gstreamer.freedesktop.org/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<title>Zoom by Rectangle</title> | |
<script src="http://d3js.org/d3.v2.min.js?2.10.1"></script> | |
<style> | |
body { | |
font-family: sans-serif; | |
} |
hello gist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/intel/libva.git | |
git clone https://github.com/intel/media-driver.git | |
git clone https://github.com/intel/gmmlib.git | |
git clone https://github.com/intel/libva-utils.git | |
git clone https://github.com/FFmpeg/FFmpeg.git | |
mkdir build && cd build | |
mkdir libva | |
mkdir gmm | |
mkdir driver |
download latest stable kernel from https://www.kernel.org/ and extract to local folder
sudo apt install libncurses5-dev libssl-dev build-essential openssl zlibc minizip libidn11-dev libidn11
# overall cpu freq
watch -n1 "lscpu | grep MHz | awk '{print $1}'"
# cpu freq of each core
watch -n1 "cat /proc/cpuinfo | grep \"^[c]pu MHz\""
NewerOlder