Skip to content

Instantly share code, notes, and snippets.

View ubuntuaddicted's full-sized avatar

Ubu the Tech Guru ubuntuaddicted

View GitHub Profile
@ubuntuaddicted
ubuntuaddicted / nginx.conf
Last active August 29, 2015 14:11
nginx server, simple webpage with video.js player for playing HTML5 videos
#user nobody;
worker_processes 1;
#error_log logs/error.log;
#error_log logs/error.log notice;
#error_log logs/error.log info;
#pid logs/nginx.pid;
@ubuntuaddicted
ubuntuaddicted / gist:2a631ecbda3bdd5e52fa
Created December 13, 2014 01:26
HVEC test 1 - 720p@30 215 kbps
ffmpeg -i /opt/storage/obs-studio/2014-12-10\ 19-05-05.flv -c:v libx265 -preset medium -x265-params crf=28 -c:a aac -strict experimental -b:a 128k linuxtag-ep16.mp4
ffmpeg version git-2014-12-01-0502a3e Copyright (c) 2000-2014 the FFmpeg developers
built on Dec 3 2014 06:46:21 with gcc 4.9.2 (GCC)
configuration: --prefix=/usr --enable-debug --disable-optimizations --disable-asm --disable-debug --disable-static --disable-stripping --enable-shared --enable-avisynth --enable-avresample --enable-frei0r --enable-gpl --enable-gray --enable-ladspa --enable-libass --enable-libbluray --enable-libdc1394 --enable-libfaac --enable-libfdk-aac --enable-libfreetype --enable-libgme --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libnvenc --enable-libopencv --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librtmp --enable-libschroedinger