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:
A user can see the command without installing ffmpeg
A user still has to install the ffmpeg command in order to cut a video. Hence the button still should have a tooltip and content dialog if they try to upload a video and click on Clip button.
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: