#!/bin/bash # Check if the converterfile exists if [ ! -f $PWD/video_formats.json ] then exit 1; fi # Loop through our convertfile and convert the video videoformats=$(