start new:
tmux
start new with session name:
tmux new -s myname
uncompressedHD = 1920*1080*24 | |
compressedHD = 2*8*1024**2 | |
avgUSASpeed = 18.7 | |
maxKnoxSpeed = 76.96 | |
# https://www.fastmetrics.com/internet-connection-speed-by-country.php#average-speed-internet avg speed USA 2017: 18.7 Mbps | |
# https://www.fastmetrics.com/internet-connection-speed-map-usa.php TN average peak: 49Mbps | |
# http://www.speedtest.net/awards/us/knoxville-tn Knoxville peak: 76.96 Mbps; offered: 100Mbps | |
def scaleToSecMinMovie(bits): |
# | |
# Convert a series of dashcam images into a video | |
# Assumes time stamps as file names but will work for other images, too. | |
# Free to use but you may have to adapt this to suit your own needs. | |
# | |
# Author: Q-Rai | |
# Date: 2017-07-01 | |
# | |
import glob |
[user] | |
name = Pavan Kumar Sunkara | |
email = pavan.sss1991@gmail.com | |
[core] | |
editor = vim | |
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol | |
excludesfile = ~/.gitignore | |
[sendemail] | |
smtpencryption = tls | |
smtpserver = smtp.gmail.com |