Bunny media editor is one option.
No Stupid Questions
No such thing. Ask away!
!nostupidquestions is a community dedicated to being helpful and answering each others' questions on various topics.
The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:
Rules (interactive)
Rule 1- All posts must be legitimate questions. All post titles must include a question.
All posts must be legitimate questions, and all post titles must include a question. Questions that are joke or trolling questions, memes, song lyrics as title, etc. are not allowed here. See Rule 6 for all exceptions.
Rule 2- Your question subject cannot be illegal or NSFW material.
Your question subject cannot be illegal or NSFW material. You will be warned first, banned second.
Rule 3- Do not seek mental, medical and professional help here.
Do not seek mental, medical and professional help here. Breaking this rule will not get you or your post removed, but it will put you at risk, and possibly in danger.
Rule 4- No self promotion or upvote-farming of any kind.
That's it.
Rule 5- No baiting or sealioning or promoting an agenda.
Questions which, instead of being of an innocuous nature, are specifically intended (based on reports and in the opinion of our crack moderation team) to bait users into ideological wars on charged political topics will be removed and the authors warned - or banned - depending on severity.
Rule 6- Regarding META posts and joke questions.
Provided it is about the community itself, you may post non-question posts using the [META] tag on your post title.
On fridays, you are allowed to post meme and troll questions, on the condition that it's in text format only, and conforms with our other rules. These posts MUST include the [NSQ Friday] tag in their title.
If you post a serious question on friday and are looking only for legitimate answers, then please include the [Serious] tag on your post. Irrelevant replies will then be removed by moderators.
Rule 7- You can't intentionally annoy, mock, or harass other members.
If you intentionally annoy, mock, harass, or discriminate against any individual member, you will be removed.
Likewise, if you are a member, sympathiser or a resemblant of a movement that is known to largely hate, mock, discriminate against, and/or want to take lives of a group of people, and you were provably vocal about your hate, then you will be banned on sight.
Rule 8- All comments should try to stay relevant to their parent content.
Rule 9- Reposts from other platforms are not allowed.
Let everyone have their own content.
Rule 10- Majority of bots aren't allowed to participate here. This includes using AI responses and summaries.
Credits
Our breathtaking icon was bestowed upon us by @Cevilia!
The greatest banner of all time: by @TheOneWithTheHair!
I use Bunny. It's easy to use for basic edits.
Haven't tried it myself but there's https://f-droid.org/en/packages/io.github.devhyper.openvideoeditor/
Open Video Editor lets you edit your videos. It supports HDR and allows to apply filters. With this app you also can trim, scale, and rotate your videos or even grayscale them. It is also possible to use this app to extract audio from a video, to convert a HDR video to SDR, or to convert it to a different format.
Blender works great. Disclaimer: I have no basis for comparison, it's all I use
Depending on what exactly you want to do, termux with ffmpeg might be an option. No GUI, though
Iβm sorry but how tf you edit videos without a gui?
I often just want to extract a clip from a lomg video and its great for that. OP just didnt specify anything at all, so its hard to guess whats actually needed.
With the CLI! ;-)
f.e. this would rotate the video 90 degrees:
ffmpeg -i in.mov -vf "transpose=1" out.mov
How do you add a text overlay that follows an object in the video?
I can imagine som LLM coming up with an absolute nonsense step by step guide on how to do it with the terminal.
It would definitely be a hassle to combine several clips.
But if all you want to do is cut a small clip from a larger one, or transcode to a different format, it is sufficient.
Oh yh donβt get me wrong ive done transcoding and shortening vids but cutting and colouring sounds a lot of hassle
That's why I said "depending on what you wanna do" ;)
LaTex tribe expands to video eh?
I first learned computers by sneaking onto campus and borrowing an account to layout a book using Tex. Itβs convolute. I can see a certain masochistic thrill in command line video editing.
Hahah, fair comparison lol
As far as "professional" goes, Kdenlive is miles and miles ahead of other FOSS programs. It's the only one with the feature set and the development commitment to come within shouting distance of it's proprietary competitors. It's not quite there, of course, but it's the only one that gets somewhat close.
If you're not fully militant about it having to be FOSS, Resolve is of course the GOAT on Linux.
I've used Kdenlive for both personal projects and professional ones and it gets the job done admirably. But I've gone to DaVinci resolve when I had projects that needed more complex motion graphics rather than bringing a separate FOSS app into the mix to do it (Natron or synfig depending).
Resolve's strength is that it puts audio, motion graphics, editing and effects all in one program instead of having to use multiple programs.
Can you use resolve for free?
Yes.
There are a couple of limitations in the number of filters/effects you can use. And on Linux, the free version won't edit MP4 natively. But the reality is you shouldn't be editing on MP4s anyway. It's a dreadfully inefficient format for doing actual editing as far as scrubbing through the timeline, etc... MP4 is a final product format. For editing you should be transcoding your clips into something like Apple Pro-res or DNxHD.
When I was editing a movie with lightworks I had something called eyeframe-converter that would convert your video into a low-res editing proxy for ease of use, and then swaps them out with the full quality mpeg2 or whatever the proper editing format was for the full render, and then outputs to H.264 or whatever.
Hopefully resolve can do something like that too?
Resolve does indeed have a proxy mode, as does Kdenlive.
Yes, but they're all really bad. I'm sorry, but 99% of times, you need to do it on a computer. I've tried. All interfaces are shit.
There's also Blender.
ezgif.com
great for turning videos into gifs