Skip to content

Instantly share code, notes, and snippets.

View aguereca's full-sized avatar

Armando Guereca aguereca

View GitHub Profile
@aguereca
aguereca / ffmpeg-howto-localfiles-manipulation.md
Created June 18, 2019 00:25 — forked from Brainiarc7/ffmpeg-howto-localfiles-manipulation.md
This is a standard how-to for FFmpeg's usage with local files and streams. Small hand-book detailing common encode scenarios in a standard workflow.

Standard FFmpeg How-to

Table of Contents

* Generic Syntax

* Main Options

* Encoding :
@aguereca
aguereca / openresty-luarocks.sh
Last active August 24, 2017 05:52 — forked from jmealo/openresty-nchan-redis-luarocks.sh
OpenResty + LuaRocks (Nchan optional)
# For Linux:
#apt-get install -y libreadline-dev libncurses5-dev libpcre3-dev \
# libssl-dev perl make build-essential git curl \
# unzip
## Uncomment to install with nChan
#git clone https://github.com/openresty/stream-lua-nginx-module.git \
# --branch master \
# --single-branch /tmp/stream-lua-nginx-module-master