What is a simple video editor for Linux and Windows that allows me to cut small parts out of large video files, and make them into something postable on Lemmy?
What is a simple video editor for Linux and Windows that allows me to cut small parts out of large video files, and make them into something postable on Lemmy?
Ffmpeg?
Ffmpeg -ss (start time) -i (inputFile) -c copy -t (clip length) (outputFile.Name)