This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This gist gives an easy way to install ffmpeg the easy way, just copy and paste the commands below one by one , | |
we used this on http://playslack.com server for conversion .. hope it helps :D | |
#Create a dir to hold the sources ######## | |
mkdir /home/ffmpeg_sources | |
#########INSTALL REQUIRED TOOLS ########### | |
yum install autoconf automake cmake freetype-devel gcc gcc-c++ git libtool make mercurial nasm pkgconfig zlib-devel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
`` | |
// | |
// Created by Razak Zakari on 12/04/2018. | |
// | |
#define BASE64_VARIATION sodium_base64_VARIANT_ORIGINAL | |
#include <algorithm> | |
#include <math.h> | |
#include <vector> |