this post was submitted on 26 May 2025
215 points (96.9% liked)

Linux

7472 readers
289 users here now

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

Also check out:

Original icon base courtesy of [email protected] and The GIMP

founded 2 years ago
MODERATORS
top 19 comments
sorted by: hot top controversial new old
[–] [email protected] 29 points 4 days 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.

[–] [email protected] 2 points 3 days 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

[–] [email protected] 3 points 3 days 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.

[–] [email protected] 1 points 3 days ago* (last edited 3 days ago) (1 children)
[–] SteveTech 5 points 3 days ago* (last edited 3 days ago)

If we're suggesting a GUI for basic trimming and splicing, I prefer Avidemux, it supports cutting without transcoding the whole video (as long as you cut on an I-frame), saving time and reducing artefacts.

[–] [email protected] 11 points 4 days ago (2 children)

Can she help me make kdenlive work with my GPU?

[–] [email protected] 7 points 4 days ago (1 children)

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

[–] [email protected] 8 points 4 days 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.

[–] [email protected] 11 points 4 days ago* (last edited 4 days 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?

[–] [email protected] 2 points 3 days ago* (last edited 3 days ago) (1 children)

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

[–] [email protected] 2 points 3 days ago* (last edited 3 days 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.

[–] [email protected] 1 points 3 days ago (1 children)

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

[–] [email protected] 3 points 3 days 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.

[–] [email protected] 3 points 4 days ago* (last edited 3 days ago) (1 children)

Is it not being recognised as a usable device?

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

[–] [email protected] 2 points 4 days ago (1 children)

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

[–] [email protected] 2 points 4 days ago

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

[–] ulterno 8 points 4 days ago

11:40

Nice find qpwgraph
Description : PipeWire Graph Qt GUI Interface

I had been looking for something like this.

[–] ulterno 8 points 4 days ago

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

[–] [email protected] 1 points 3 days 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