Um, so I'm trying to use ffmpeg to convert my mp4 videos to a smaller format like mov or flv because mp4s are just way too big and the videos are just backups.
I tried swapping my container to mov using this in the windows run command (which is how I think it's supposed to be done, none of the tutorials I read actually said that though I'm kinda guessing) :
ffmpeg -i Sekiro 3.mp4 -c copy Sekiro 3.mkv
But nothing is happening. I feel like I am doing something wrong but I can't even begin to figure out what that is. I did do the steps to get it installed and I'm pretty sure I'm missing how to get ffmpeg to find the video file.
Does it have a popup or something so I can see if it's working? I'm at a loss here.