Best Open Source video editor?

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.

76 points · 28 comments · view on lemmy.world

28 Comments

justdaveisfine@piefed.social · 51 pts · 4d (1 reply)

I use kdenlive which seems to fit your requirements.

mlfh@lm.mlfh.org · 8 pts · 4d

I use this too and it works great

Gekkonen@sopuli.xyz · 25 pts · 3d (4 replies)

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.

hamsda@feddit.org · 8 pts · 3d (2 replies)

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.

Gekkonen@sopuli.xyz · 5 pts · 3d (1 reply)

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.

hamsda@feddit.org · 2 pts · 2d

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.

it_depends_man@lemmy.world · 5 pts · 3d

The only reason to use blender and why blender has one, is CG animation work. It would be silly to have the interface where you do exactly the same thing as in a video editor, except with the timing of animations instead of footage, but not have one for footage as well. Especially if the animation sometimes depends on when which part of the footage plays.

Rendering, exporting, importing, finding a detail is wrong, is more annoying than having it right there in the same UI.

showmeyourkizinti@startrek.website · 23 pts · 4d (2 replies)

Ive always been partial to Shotcut for proper video editing, but I also use HandBrake for simple tanscoding jobs.

beliquititious@lemmy.blahaj.zone · 5 pts · 3d (1 reply)

ShotCut is alright but it chokes and dies with a large video with complex cuts. I tried using it to edit trailers, a pre roll intro, and an intermission into a 1080p film for a movie night I host and it would hang indefinitely and crash frequently.

For short and simple projects it's fine, even kind of nice to use.

Gullable@programming.dev · 1 pts · 1d

This issue was solved by recent updates and it is mostly related to how your audio displays at different resolutions. If you choose a zoom that fits your system, you can edit +1 hour 1080p files, with many cuts and filters, without a problem.

supersquirrel@sopuli.xyz · 20 pts · 4d

kdenlive

artyom@piefed.social · 13 pts · 3d

I mean Kdenlive is the obligatory FOSS video editor

terabyterex@lemmy.world · 9 pts · 4d (1 reply)

capcut has never been open source but here is an open source capcut alternative

https://github.com/OpenCut-app/OpenCut

artyom@piefed.social · 0 pts · 3d

dafuq? It runs in the browser?

Im_old@lemmy.world · 8 pts · 3d

I use openshot

warmaster@lemmy.world · 7 pts · 3d

Kdenlive. But it depends on your technical level. I advise you try the rest.

There are lots of them in Flathub.

Apostolique@lemmy.world · 6 pts · 4d

I've been using Blender's video sequencer. I think it's great. You can find some pretty good tutorials on YouTube.

impolitecarry@lemmy.wtf · 5 pts · 3d (1 reply)

I quite like Flowblade ( https://jliljebl.github.io/flowblade/ )

Gekkonen@sopuli.xyz · 2 pts · 3d

This looks interesting. Thanks for the link!

xxxb@feddit.org · 4 pts · 3d

DaVinci Resolve or Kdenlive

OpenAltFinder@lemmy.world · 4 pts · 2d

There's a couple of capcut alternatives: OpenCut, FableCut, Shocut and Kdenlive.

wuphysics87@lemmy.ml · 3 pts · 4d (1 reply)

ffmpeg

nasi_goreng@lemmy.zip · 3 pts · 3d

Recommending ffmpeg to CapCut user seems not exactly correct lol

ohshit604@sh.itjust.works · 1 pts · 3d
[ removed ]
PrivacyStack@lemmy.world · 1 pts · 2d

Blender's VSE ( Video Sequence Editor ) - open source, best if you're already in Blender 3D/VFX.

iopq@lemmy.world · 1 pts · 2d

For lossless cuts I use lossless... cut

It's honestly 90% of my workflow

dil@piefed.zip · -5 pts · 3d (2 replies)

If on your phone, ig edits is solid for free

vas@lemmy.ml · 8 pts · 3d

is solid for free

Just a heads-up, keep in mind the community you're posting in (Open-Source). Open-source is about the open-source development model, not whether you're required to pay.

dil@piefed.zip · 1 pts · 3d

Id use blender compositor + video sequencer, it got some updates recently