Skip to content

Instantly share code, notes, and snippets.

View adrianjguerrero's full-sized avatar
😎

Adrián Guerrero adrianjguerrero

😎
View GitHub Profile
@adrianjguerrero
adrianjguerrero / encoding-video.md
Created September 22, 2020 00:21 — forked from Vestride/encoding-video.md
Encoding video for the web

Encoding Video

Installing

Install FFmpeg with homebrew. You'll need to install it with a couple flags for webm and the AAC audio codec.

brew install ffmpeg --with-libvpx --with-libvorbis --with-fdk-aac --with-opus
@adrianjguerrero
adrianjguerrero / ffmpeg-compress-mp4
Created August 31, 2020 23:46 — forked from lukehedger/ffmpeg-compress-mp4
Compress mp4 using FFMPEG
$ ffmpeg -i input.mp4 -vcodec h264 -acodec mp2 output.mp4
@adrianjguerrero
adrianjguerrero / bancos
Last active March 6, 2020 08:54 — forked from AlexR1712/bancos
Codigo y Bancos correspondientes de Venezuela
Banco:
<select name="banco">
<option value=""></option>
<option value="0156">100%BANCO</option>
<option value="0196">ABN AMRO BANK</option>
<option value="0172">BANCAMIGA BANCO MICROFINANCIERO, C.A.</option>
<option value="0171">BANCO ACTIVO BANCO COMERCIAL, C.A.</option>
<option value="0166">BANCO AGRICOLA</option>
<option value="0175">BANCO BICENTENARIO</option>
<option value="0128">BANCO CARONI, C.A. BANCO UNIVERSAL</option>