this post was submitted on 18 Sep 2025
92 points (100.0% liked)

No Stupid Questions

43893 readers
445 users here now

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!

founded 2 years ago
MODERATORS
 

Hello,

Any free open source app to edit videos on my phone here ?

Thank sou πŸ™πŸΌ

all 29 comments
sorted by: hot top controversial new old
[–] nutbutter@discuss.tchncs.de 11 points 3 weeks ago (1 children)
[–] swelter_spark@reddthat.com 1 points 3 weeks ago

I use Bunny. It's easy to use for basic edits.

[–] anamethatisnt@sopuli.xyz 7 points 3 weeks ago

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.

[–] jerkface@lemmy.ca 5 points 3 weeks ago

Blender works great. Disclaimer: I have no basis for comparison, it's all I use

[–] meekah@lemmy.world 5 points 3 weeks ago (1 children)

Depending on what exactly you want to do, termux with ffmpeg might be an option. No GUI, though

[–] thenose@lemmy.world 4 points 3 weeks ago (3 children)

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.

[–] anamethatisnt@sopuli.xyz 6 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

With the CLI! ;-)

f.e. this would rotate the video 90 degrees:

ffmpeg -i in.mov -vf "transpose=1" out.mov

[–] Azzu@lemmy.dbzer0.com 4 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

How do you add a text overlay that follows an object in the video?

[–] Twanquility@feddit.dk 4 points 3 weeks ago

I can imagine som LLM coming up with an absolute nonsense step by step guide on how to do it with the terminal.

[–] meekah@lemmy.world 4 points 3 weeks ago* (last edited 3 weeks ago) (2 children)

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.

[–] thenose@lemmy.world 2 points 3 weeks ago (1 children)

Oh yh don’t get me wrong ive done transcoding and shortening vids but cutting and colouring sounds a lot of hassle

[–] meekah@lemmy.world 2 points 3 weeks ago

That's why I said "depending on what you wanna do" ;)

[–] SreudianFlip@sh.itjust.works 1 points 3 weeks ago (1 children)

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.

[–] meekah@lemmy.world 1 points 3 weeks ago

Hahah, fair comparison lol

[–] Adderbox76@lemmy.ca 4 points 3 weeks ago (1 children)

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.

[–] sem@lemmy.blahaj.zone 1 points 2 weeks ago (1 children)

Can you use resolve for free?

[–] Adderbox76@lemmy.ca 2 points 2 weeks ago (1 children)

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.

[–] sem@lemmy.blahaj.zone 1 points 2 weeks ago (1 children)

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?

[–] Adderbox76@lemmy.ca 2 points 2 weeks ago

Resolve does indeed have a proxy mode, as does Kdenlive.

[–] Pat@feddit.nu 4 points 3 weeks ago

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.

[–] almino@lemmy.eco.br 2 points 3 weeks ago

There's also Blender.

[–] stinky@redlemmy.com 1 points 3 weeks ago

ezgif.com

great for turning videos into gifs