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

Linux

7945 readers
390 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
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 31 points 3 weeks ago (4 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] 4 points 3 weeks ago (2 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.

load more comments (1 replies)