Skip to content

Instantly share code, notes, and snippets.

View kpostekk's full-sized avatar
🚅

Krystian Postek kpostekk

🚅
View GitHub Profile
@Brainiarc7
Brainiarc7 / VAAPI-hwaccel-encode-Linux-Ffmpeg&Libav-setup.md
Last active March 26, 2024 18:18
This gist contains instructions on setting up FFmpeg and Libav to use VAAPI-based hardware accelerated encoding (on supported platforms) for H.264 (and H.265 on supported hardware) video formats.

Using VAAPI's hardware accelerated video encoding on Linux with Intel's hardware on FFmpeg and libav

Hello, brethren :-)

As it turns out, the current version of FFmpeg (version 3.1 released earlier today) and libav (master branch) supports full H.264 and HEVC encode in VAAPI on supported hardware that works reliably well to be termed "production-ready".

@kpostekk
kpostekk / keys.txt
Last active November 28, 2017 14:44
Py4Speak vaule keys
virtualserver_unique_identifier
virtualserver_name
virtualserver_welcomemessage
virtualserver_platform
virtualserver_version
virtualserver_maxclients
virtualserver_password
virtualserver_clientsonline
virtualserver_channelsonline
virtualserver_created

Ubuntu 16.04 Installation:

Installing prerequisites

sudo su
apt-get update
apt-get install default-jdk