Skip to content

Latest commit

 

History

History
137 lines (124 loc) · 6.33 KB

data.md

File metadata and controls

137 lines (124 loc) · 6.33 KB

The best data format - JSON5

The best binary encoding - Safe Encoding

The best barcodes - Color barcodes

The best moving barcodes - TxQR

The best paper backup solution - Paperback

The best fun Grids - What3Fugs

The best hash visualisation and identicon tools

Converting data into audio

Converting data into video

input=$1; output=$2; width=1280; height=720; block=8 # block cannot be smaller than 8
rate="29.97003" # it can also be "23.976024" or "25" (don't use high speed 48/50/60)
color="monob" # "monow" for BW, "bgr4_byte", rgb4_byte", "bgr8" or "rgb8" for colors
truncate -s %$(($width*$height/($block**2)/8)) $1
ffmpeg -f rawvideo -pix_fmt ${color} -s $(($width/$block))x$(($height/$block)) \
    -r $rate -i $input -vf "scale=iw*${block}:-1" -sws_flags neighbor \
    -threads 8 -deadline best -c:v libvpx -b:v 256k $2
input=$1; output=$2; block=8
ffmpeg -i $1 -vf "format=pix_fmts=${color},scale=iw/${block}:-1" \
    -sws_flags area -f rawvideo $2

The most cryptic art data

The best decentralization info

The best compression benchmark

The best file format standard docs

Similarity measueres