- Go to Search (Magnifying Glass) on the top right hand side.
- Type Terminal
- Open up Terminal
./youtube-dl -U
alias di='docker images' | |
alias dlf='docker logs -f' | |
alias dps='docker ps' |
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */ | |
/* ========================================================================== | |
HTML5 display definitions | |
========================================================================== */ | |
/** | |
* Correct `block` display not defined in IE 8/9. | |
*/ |
#!/bin/bash | |
locations=/opt/purgescript/purgelocations | |
purge_days=7 | |
log_location=/opt/purgescript/logs/delete_log | |
regex=".*\.\(mxf\|mp4\|avi\|mov\)" | |
function locate_files () { | |
for loc in `cat ${locations} | sed '/^$/d'` |
#!/bin/bash | |
source_width=1920 | |
source_height=1080 | |
test_name=funckytown | |
source_file=/mnt/tmp/wowza/qa/source/soure_1920x1080.yuv | |
encode_location=/mnt/tmp/wowza/qa/multires | |
ffmpeg_bin=/opt/xxxx/bin/ffmpeg | |
declare -a resolutions=("1280x720" "1024x576" "640x360" "512x288" "480x270") | |
prepare-source () { |