http://nullnyanvapwq3ou4gbc62y26uiggj5ztbur7mzxrnjhfwxu43jbxtqd.onion/b/5112
.]+ ' ) while [ -z " $size " ] || [ -z " $input " ] || [ " $input " == " --help " ] || [ " $input " == " -help " ] ; do echo " Help: Example 1: webm.sh video.mp4 5 This will produce a roughly 5mb webm from the video.mp4 file, and output it to video.webm Example 2: webm.sh video.mp4 5 2 out.webm This will produce a roughly 5mb webm from the video.mp4 file, use 2 cores to process the output, and name it out.webm " exit 1 done if [ -z " $cpu " ] then cpu = 1 fi if [ -z "...