c/linux_video_editing · by Sibbo@sopuli.xyz · 1yWhat 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? 6 points · 5 comments · view on lemmy.world
5 Comments
slazer2au@lemmy.world · 6 pts · 1y
Ffmpeg?
Ffmpeg -ss (start time) -i (inputFile) -c copy -t (clip length) (outputFile.Name)
owenfromcanada@lemmy.world · 3 pts · 1y
Avidemux would work. I often use it because, as long as you cut at keyframes, you don't have to reencode anything (so it's fast).
Sibbo@sopuli.xyz · 1 pts · 1y
Cool, thanks!
sqw@lemmy.sdf.org · 2 pts · 1y
check out losslesscut
rubin@lemmy.sdf.org · 2 pts · 1y
kdenlive is nice but maybe overkill for your use case