-
[01/26/22] get json from url in python using requests
data = requests.get(url).json() -
[11/06/21] convert video to webm using ffmpeg
ffmpeg -i input.mp4 -c:v libvpx-vp9 -crf 30 -b:v 0 -b:a 128k -c:a libopus output.webm
Hoarding digital data.