Best Open Source video editor?

6 days ago by shojivr to c/opensource

as we know capcut is no longer good for free users, any recommendation for open source video editor? i prefer option to export projects so i can archive it to my drive.

load all comments
Gekkonen 25 points 6 days ago

Kdenlive, easily. The only other video editor that feels good to use on Linux is the non-FOSS DaVinci Resolve (which requires paying for you to get any practical codec support).

Some people say Blender, but those people must not work on very complicated projects...

For simple cutting & slicing I honestly just write ffmpeg oneliners.

path: 0 25288421, hotness: undefined, score: 25, children: 4
hamsda 9 points 6 days ago

For simple cutting & slicing I honestly just write ffmpeg oneliners.

+1 fo ffmpeg and not having to install another tool for a single task.

I do not edit videos, I just record with obs-studio and cut out unneeded parts. ffmpeg does that, it does so fast and without any problems + it also works for converting videos to another codec.

path: 0 25288421 25289467, hotness: undefined, score: 9, children: 2
Gekkonen 6 points 6 days ago

FFMPEG is nice when you do something like ffmpeg -i input.mp4 -vcodec copy -acodec copy -ss 00:01:00 -t 00:03:00 out.mp4 and the result is almost instant as there's no re-encoding.

path: 0 25288421 25289467 25289502, hotness: undefined, score: 6, children: 1
hamsda 2 points 5 days ago

FYI - you only need -c copy and do not need to specify acodec and vcodec, if both of them are going to be copy anyway.

path: 0 25288421 25289467 25289502 25306944, hotness: undefined, score: 2, children: 0
opensource
opensource

@lemmy.ml

login for more options
48541
2865
2861

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

  • Posts must be relevant to the open source ideology
  • No NSFW content
  • No hate speech, bigotry, etc

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

go to feed...