#!/bin/bash

ffmpeg -ss $1 -to $2 -i "$3" -c:v libx264 -crf 30 "$4" -y


