icenet-ai / icenet-pipeline

The icenet-pipeline repository illustrates operational execution of the IceNet model
MIT License
3 stars 5 forks source link

Fix input for ffmpeg #21

Closed rchan26 closed 1 year ago

rchan26 commented 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.