running:
bash create-vod-hls.sh beach.mkv
will produce:
beach/
|- playlist.m3u8
|- 360p.m3u8
#/bin/sh | |
ffmpeg -i input -c:v libx264 -preset slow -profile:v high -crf 18 -coder 1 -pix_fmt yuv420p -movflags +faststart -g 30 -bf 2 -c:a aac -b:a 384k -profile:a aac_low output |
running:
bash create-vod-hls.sh beach.mkv
will produce:
beach/
|- playlist.m3u8
|- 360p.m3u8
Get nodejs from Node
node server.js
Notes on how to use AWS SNS: | |
1. Subscribe an HTTP endpoint (i.e. http://myhost/sns_endpoint) on AWS Console | |
2. AWS will send subscription confirmation right away | |
3. SNS_controller responds to subscription confirmation by sending confirmation using Fog. | |
4. Once AWS is happy, you can start sending notifications to your end point via SNS. |
010-editor: 010 Editor | |
0-ad: 0 A.D. | |
0xed: 0xED | |
115browser: 115Browser, 115浏览器 | |
1clipboard: 1Clipboard | |
1password: 1Password | |
1password-cli: 1Password CLI | |
245cloud: 245cloud | |
33-rpm: 33 RPM | |
360safe: 360 Total Security |
This instructions whall work on any system (Mac OS X, Linux) supporting installation of mkvtoolnix
If you don't have Homebrew installed, do it first, the continue with following command:
brew install mkvtoolnix
1. GetLink Fs4sTL: | |
<version1>5.7b</version1> | |
<download1>https://www.fshare.vn/file/GD7M96QXA84K</download1> | |
link tải: https://www.upload.ee/files/9691451/GetLink_Fs4sTL_5.7b.exe.html | |
2. Music-Video Downloader: | |
<version2>4.2</version2> | |
<download2>https://www.fshare.vn/file/CDI762GUM96U</download2> | |
link tải: https://www.upload.ee/files/9652713/Music-Video_Downloader_4.2.exe.html |
apply plugin: 'com.android.application' | |
ext.versionMajor = 1 | |
ext.versionMinor = 2 | |
ext.versionPatch = 3 | |
ext.versionClassifier = null | |
ext.isSnapshot = true | |
ext.minimumSdkVersion = 15 | |
android { |
Ansible is a powerful configuration management tool that we use in managing our infrastructure and applications.
It requires a centralized Control
server and can connect to hosts over an array of connection types including SSH.
The Ansible controller will run our playbooks. This needs both Ansible and Semaphore (web based management console) setup.