#!/bin/bash
export PARALLEL_MAX=8
for A; do
	. parallel encode-vid "$A"
done
wait
