You are here |
videoblerg.wordpress.com | ||
| | | |
fransdejonge.com
|
|
| | | | Gource is very cool, but a touch boring without a few minor touch-ups. | |
| | | |
superyangmills.wordpress.com
|
|
| | | | Blogger "4gravitons", recently retired from amplitudeology, describes this talk by Zahra Zahraee (Canada) as a progress report on solving N=4 super Yang Mills. (slides) https://www.youtube.com/watch?v=ZjKkd9ywPhU | |
| | | |
yasha.solutions
|
|
| | | | here is how you can restream a source video from one RTMP to Facebook live 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ffmpeg -i "rtmp://yourInputStream.stream" \ -r 30 \ -ar 44100 \ -s 1280x720 \ -c:a libfdk_aac -b:a 90k \ -movflags +faststart \ -preset veryfast -crf 28 \ -tune zerolatency \ -profile:v baseline \ -maxrate 1000k \ -vcodec libx264 \ -bufsize 10000k \ -g 60 \ -max muxing_queue_size 1024 \ -f flv "rtmp://live-api-s. | |
| | | |
blog.arkadi.one
|
|
| | As I fall down the NixOS rabbit hole, this is a reference page for me. This is base install of GNOME NixOS from my Acer laptop. # Edit this configuration file to define what should be installed on # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running 'nixos-help'). { config, pkgs, ... }: { imports = [ # Include the results of the hardware scan. |