nataliausoltseva / VideoClipper

0 stars 0 forks source link

Move away from handling options through FFMPEG package #20

Closed nataliausoltseva closed 8 months ago

nataliausoltseva commented 8 months ago

AS A: User WANT TO: Be able to see a command before needing to install ffmpeg on my machine SO THAT: I can run it on another machine that is designed for developing only

Currently, we are using FFMPEG package to handle all the commands for us. Instead, we should manually set them up based on what user provides (we are already doing most of the job for that).

Acceptance criteria: