Sibbo@sopuli.xyz to Linux Video Editing@lemmy.sdf.org · 1 year agoWhat 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?message-squaremessage-square5fedilinkarrow-up16
arrow-up16message-squareWhat 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?Sibbo@sopuli.xyz to Linux Video Editing@lemmy.sdf.org · 1 year agomessage-square5fedilink
minus-squareslazer2au@lemmy.worldlinkfedilinkEnglisharrow-up6·edit-21 year agoFfmpeg? Ffmpeg -ss (start time) -i (inputFile) -c copy -t (clip length) (outputFile.Name)
Ffmpeg?
Ffmpeg -ss (start time) -i (inputFile) -c copy -t (clip length) (outputFile.Name)