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
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
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 |
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. |
Get nodejs from Node
node server.js
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 |
#!usr/bin/python3 | |
# created by namph | |
from selenium.webdriver import Chrome, ChromeOptions | |
from selenium.webdriver.common.keys import Keys | |
import time | |
import json | |
import os | |
email = 'email1' |
#!usr/bin/python3 | |
# created by namph | |
# link lyric file: https://zingmp3.vn/api/song/get-lyric?id=ZWAFE897&ctime=1592657865&sig=a79a3de95632ac37d116c01755f216e965784f2cf2ce13dac1ced62a3f08430438691484848bf685903c363a367eec12d1379c13f6d25288488b59b2fac1b091&api_key=38e8643fb0dc04e8d65b99994d3dafff | |
import json | |
import time | |
import os | |
with open('banhmikhong.json', 'r') as f: | |
song = json.loads(f.read()) |
from selenium.webdriver import Chrome, ChromeOptions | |
from selenium.webdriver.common.keys import Keys | |
import time | |
email = '[email protected]' | |
password = 'yourpassword' | |
browser = Chrome() | |
url = 'https://www.facebook.com/' | |
browser.get(url) |
node_modules |