Closed rchan26 closed 1 year ago
When calling ffmpeg, need to have "${INPUT}", not just INPUT as that won't be a valid file. This PR quickly fixes that along with some other stylistic changes.
"${INPUT}"
INPUT
When calling ffmpeg, need to have
"${INPUT}"
, not justINPUT
as that won't be a valid file. This PR quickly fixes that along with some other stylistic changes.