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.
capcut has never been open source but here is an open source capcut alternative
There’s a couple of capcut alternatives: OpenCut, FableCut, Shocut and Kdenlive.
kdenlive
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.
For simple cutting & slicing I honestly just write ffmpeg oneliners.
+1 fo
ffmpegand not having to install another tool for a single task.I do not edit videos, I just record with
obs-studioand cut out unneeded parts.ffmpegdoes that, it does so fast and without any problems + it also works for converting videos to another codec.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.mp4and the result is almost instant as there’s no re-encoding.
Kdenlive. But it depends on your technical level. I advise you try the rest.
There are lots of them in Flathub.
I use kdenlive which seems to fit your requirements.
I use this too and it works great
DaVinci Resolve or Kdenlive
I mean Kdenlive is the obligatory FOSS video editor




