this post was submitted on 26 May 2025
203 points (96.8% liked)

Linux

7853 readers
408 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
all 19 comments
sorted by: hot top controversial new old
[–] TootSweet@lemmy.world 29 points 2 weeks ago (2 children)

I haven't watched the video yet, but just because it's relevant to the topic...

I used to stream to Twitch with just ffmpeg. No OBS or anything.

I mostly did speedruns, and I needed a timer, so I wrote my own. I had ffmpeg read the current time to display from a file in /tmp/ and had a Go program that would write to that file at the same rate as the framerate at which I was streaming. Worked really well, actually.

I also made some videos (mostly tutorials for pulling off certain glitches in The Legend Of Zelda: Breath Of The Wild) and put them on YouTube. I edited those entirely with ffmpeg and a pretty simple Bash script.

I'm definitely not going to claim they were what you might generally recognize as "well-edited" videos, but they did the job. And I definitely wasn't really looking to "make it big" on YouTube or anything, so I wasn't looking to polish my videos.

Here is one of my videos for reference. And here is a clip of a VOD from one of my streams that demonstrates the timer I mentioned.

[–] bjoern_tantau@swg-empire.de 3 points 2 weeks ago

I used to work at an ad agency that mostly did websites. We were supposed to cut some videos from an art gallery (really weird stuff) and put them on a DVD. Did that with ffmpeg. Cinelerra existed but it would crash if you just thought about clicking the wrong thing.

LOL, I actually found one of the videos: https://youtu.be/vsV6W2ENTLs

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

I still spend more time on Windows than Linux and I find it much easier to do basic trimming, splicing, resizing, cropping, and other very basic edits of video with just the ffmpeg CLI.

[–] Ulrich@feddit.org 11 points 2 weeks ago (2 children)

Can she help me make kdenlive work with my GPU?

[–] ProdigalFrog@slrpnk.net 7 points 2 weeks ago (1 children)

What issue are you having, and what GPU & Driver are you using?

[–] Ulrich@feddit.org 8 points 2 weeks ago (1 children)

The issue I'm having is that KDEN doesn't use the GPU. It's a 6800XT. I have no idea what driver.

[–] ProdigalFrog@slrpnk.net 11 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

You're likely using the standard open source AMD driver, which should be fine.

At least for me, when I open Kdenlive (using the Flathub version), click on Settings at the top, then 'Run config wizard', it brings up a menu to let me select what hardware acceleration I want to use (since I have both AMD and Nvidia), and it seemed to default to using the VAAPI AMD acceleration.

What does it say for you in the Run Config Wizard menu?

[–] Ulrich@feddit.org 2 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

It says everything is fine but when I go to export, the system monitor doesn't show it doing anything.

[–] ProdigalFrog@slrpnk.net 2 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Are you selecting the 'Hardware Accelerated (experimental)' codecs in the Render menu?

Apparently Kdenlive doesn't fully utilize the GPU when rendering even when those are selected, but it should use about 30% of the GPU or so.

[–] Ulrich@feddit.org 1 points 2 weeks ago (1 children)

Oof. Well Davinci uses my GPU fully and I didn't have to do anything 😮‍💨

[–] ProdigalFrog@slrpnk.net 3 points 2 weeks ago

Yes, unfortunately Kdenlive still has a ways to go when it comes to hardware acceleration. I think it's mostly the MLT Media Engine that's holding it back.

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

Is it not being recognised as a usable device?

E: nvm, just realised hw accel support in kdenlive is experimental

[–] Ulrich@feddit.org 2 points 2 weeks ago (1 children)

I have no idea. Where would I even find that information?

[–] bus_factor@lemmy.world 2 points 2 weeks ago

Plug it in and see what dmesg says after, for starters.

[–] ulterno@programming.dev 8 points 2 weeks ago

Pedalboard!?
She controls all that with her feet?
That's some high dex stuff

[–] ulterno@programming.dev 7 points 2 weeks ago

11:40

Nice find qpwgraph
Description : PipeWire Graph Qt GUI Interface

I had been looking for something like this.

[–] gamermanh@lemmy.dbzer0.com 1 points 2 weeks ago

Might have to watch this, some of the software I've tried for video editing is stupid annoying to use

Also gonna try using my homelab as my stream rendering device: send the game stream from my PC via NDI to OBS on the homelab, where it combines my gameplay with my overlays and my wife's gameplay (if we play together, I call it wife-o-vision) and have a machine not playing the games do the rendering and streaming. Because that sounds like fun lol