- Text Content Generator - http://www.lipsum.com
- Favicon Generator - http://tools.dynamicdrive.com/favicon
- Data Generator - https://mockaroo.com/
- Mobile Mockup Generator - https://mockuphone.com
- Logo Generator - https://www.logaster.com
- UUID Generator - https://www.uuidgenerator.net/
- Hash Generator - https://passwordsgenerator.net/sha256-hash-generator/
- Ultimate Code Generator - https://webcode.tools/
This file contains hidden or 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
| ffmpeg -i $1 -vn -acodec libvorbis -ab 128k -dash 1 $2/audio.webm | |
| ffmpeg -i $1 -c:v libvpx-vp9 -keyint_min 150 \ | |
| -g 150 -tile-columns 4 -frame-parallel 1 -f webm -dash 1 \ | |
| -an -vf scale=160:190 -b:v 250k -dash 1 $2/video_160x90_250k.webm \ | |
| -an -vf scale=320:180 -b:v 500k -dash 1 $2/video_320x180_500k.webm \ | |
| -an -vf scale=640:360 -b:v 750k -dash 1 $2/video_640x360_750k.webm \ | |
| -an -vf scale=640:360 -b:v 1000k -dash 1 $2/video_640x360_1000k.webm \ | |
| -an -vf scale=1280:720 -b:v 1500k -dash 1 $2/video_1280x720_1500k.webm \ | |
| -an -vf scale=1920:1080 -b:v 5300k -dash 1 $2/video_1920x1080_5300k.webm |
This file contains hidden or 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
| #!/bin/bash | |
| echo "Downloading ipvtl Software \n" | |
| cd /home | |
| wget http://www.ipvideotrans.com/download/ipvtl_trial-x64.tar.xz |
To request a Let's Encrypt wildcard certificate there are the following prerequisites:
- The client must support ACME v2 (i.e Certbot >= 0.22.0)
- The DNS-01 challenge type must be used.
- The
--serveroption or configuration directive must be changed to the appropriate v2 endpoint.
This file contains hidden or 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
| <?php | |
| defined('BASEPATH') OR exit('No direct script access allowed'); | |
| /** | |
| * Single Sender FIrebase Push To Android | |
| * | |
| * @package Codeigniter | |
| * @author Vicky Saputra <http://vicky.work | |
| **/ | |
| class Firebase_push | |
| { |
This guide assumes you are already familliar with setting up RetroArch with libtransistor.
Clone the fs-net branch from https://github.com/davidbuchanan314/libtransistor:
git clone https://github.com/davidbuchanan314/libtransistor --recursive -b fs-net
Build libtransistor as usual.
running:
bash create-vod-hls.sh beach.mkv
will produce:
beach/
|- playlist.m3u8
|- 360p.m3u8
This file contains hidden or 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
| #!/bin/bash | |
| cpuinfo > cpuinfo.txt | |
| # ----------------------------------------------------------- | |
| # | |
| # Encodage H264 1080p24 8 bits profil "slower" avec optimisation "grain" | |
| # | |
| # ----------------------------------------------------------- |
This file contains hidden or 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
| #!/bin/bash | |
| ## Install FFMPEG 2.8.6 Ubuntu 16.04 64Bits | |
| ## http://www.linuxpro.com.br/2017/04/compile-ffmpeg-nvenc-ubuntu/ | |
| ## Pacote Compilado no GITHUB: https://github.com/jniltinho/oficinadotux | |
| ## Run as root (sudo su) | |
| ## Check Nvidia ENC | |
| ## nvidia-smi dmon -i 0 | |
| ## Test FFMPEG ENCODER NVENC (FFMPEG 2.8.6 NVIDIA-SDK 6.0.1) |
On mac:
- Download the latest release.
- Extract the binary and place it in
/usr/local/bin.