How to Record Video in Linux With ffmpeg

preview_player
Показать описание
In this video I show you the easy way to record you screen in linux with ffmpeg

₿💰💵💲Help Support the Channel by Donating Crypto💲💵💰₿

Monero
45F2bNHVcRzXVBsvZ5giyvKGAgm6LFhMsjUUVPTEtdgJJ5SNyxzSNUmFSBR5qCCWLpjiUjYMkmZoX9b3cChNjvxR7kvh436

Bitcoin
3MMKHXPQrGHEsmdHaAGD59FWhKFGeUsAxV

Ethereum
0xeA4DA3F9BAb091Eb86921CA6E41712438f4E5079

Litecoin
MBfrxLJMuw26hbVi2MjCVDFkkExz8rYvUF

Dash
Xh9PXPEy5RoLJgFDGYCDjrbXdjshMaYerz

Zcash
t1aWtU5SBpxuUWBSwDKy4gTkT2T1ZwtFvrr

Chainlink
0x0f7f21D267d2C9dbae17fd8c20012eFEA3678F14

Bitcoin Cash
qz2st00dtu9e79zrq5wshsgaxsjw299n7c69th8ryp

Etherum Classic
0xeA641e59913960f578ad39A6B4d02051A5556BfC

USD Coin
0x0B045f743A693b225630862a3464B52fefE79FdB

and be sure to click that notification bell so you know when new videos are released.
Рекомендации по теме
Комментарии
Автор

Definitely agree that OBS is bloat but much needed bloat. Its industry standard for streaming usually with a capture card because it allows users to do so much like overlay, volume mixing, program capture, etc. But if you don't need any of that then its not that useful.

iamjaiguy
Автор

The cause of my depression has been "man ffmpeg"

Alexbl
Автор

3:49 FFmpeg is actually a suite of tools. Besides the “ffmpeg” executable, there is also “ffprobe” for analyzing the structure of media files, and “ffplay”, which is a basic command-line-based media player. Plus there are a bunch of underlying libraries (libavfilter, libavcodec, libavformat, libswscale etc), that apps can link directly against.

Myself, I have written a few programs that made use of FFmpeg. In every case so far, it was easier to spawn the standard FFmpeg executables and feed them suitable command lines, than to try to make use of the libraries myself.

lawrencedoliveiro
Автор

10:43 Tip: the “-y” option tells it to overwrite an existing output file without asking.

Yeah, it can be dangerous ...

lawrencedoliveiro
Автор

I'd just like to interject for a moment. What you're referring to as Linux, is in fact, GNU/Linux, or as I've recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.

Many computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is often called "Linux", and many of its users are not aware that it is basically the GNU system, developed by the GNU Project.

There really is a Linux, and these people are using it, but it is just a part of the system they use. Linux is the kernel: the program in the system that allocates the machine's resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Linux is normally used in combination with the GNU operating system: the whole system is basically GNU with Linux added, or GNU/Linux. All the so-called "Linux" distributions are really distributions of GNU/Linux.

rm-rf
Автор

Damn, i discovered this channel from a gentoo meme months ago and i have been looking at your videos in the last few days and you are so underrated.

spicasuzuki
Автор

Was missing your videos. Glad you're back!

marcovirtual
Автор

Very good video. Clear, concise and informative. Thanks!

ninline
Автор

I had to go through an adventure figuring out Video encoders and containers for Linux, it might be a good thing to do a video on.

H.264 and H.265 video codec is the devil, because they are in a Patent Hell. Extremely proprietary and has royalties. Distros like openSUSE do not come with them because of it, so you have to install them through a community repo. VP9 is open source, though it has it's issues compared to H.264.

Containers are different. Im still not sure about all of them yet. I know .WEBM is open source and uses VP9

hedgeearthridge
Автор

I was just learning about ffmpeg for work. It's the second time you make a video about something I need for work just in time. Are you a mind reader lol?

hyperpug
Автор

It's not necessarily true that your display is :0.0, even if you're on a single monitor setup. I for one can never be sure what my display ID is because it seems to always change on me. Sometimes it's :0, other times it's :1 and I recall one time when it was :2. Use the $DISPLAY variable to see what your actual display ID is.

BradenBest
Автор

Hey man, can you talk about -IBM- Red Hat headshoting CentOS 8?

fernandomota
Автор

You could record both audio streams separately I suppose, and combine them in kdenlive

joepelletier
Автор

Pretty cool that my first build made last year uses the same cpu demonstrated in this video, it's such a beast! can't wait to try this out

BoanergesTWELF
Автор

I think there is a front end for using ffmpeg to record your screen. It's called "Simple Screen Recorder". It's available for debian based distros as far as i know.

sturm
Автор

pulseaudio is superior to alsa-only in that it can mix, feedback and reroute audio anywhere, between sound controllers, and create virtual sinks to feed programs into, and powerful GUI tools expose many (though not all) of these features, reducing the number of commands needed when changing settings on the fly, but obviously if you need to do this you're already using or going to need at least a few fully-featured, heavyweight audio-enabled applications, beyond just a web browser, as opposed to the extremely minimal install it seems meaningful to ditch pulseaudio on.

tacokoneko
Автор

You got me into Linux with these videos, keep up the good content.

arcticular
Автор

Mr Mental Outlaw, I'm highly curious to see how your ALSA endeavors go. I'm a sound guy myself and have always been frustrated with the Linux for hifi audio and pro audio work. People online routinely claim OSS is better, and I think the BSD guys have their own remnant of that older system actually, if I'm not mistaken. Do a search for OSS vs ALSA and I think at the very least you might even find some compelling arguments for resurrecting and fixing OSS.

Another interesting point: old KORG workstation synthesizers were using Linux OSs with B&W touchscreens and hifi audio in 1999... (Such as the Triton). I wonder what kind of audio solution KORG used, and whether or not their modern systems are still based on Linux.

pbxdpvl
Автор

I use obs for longer videos, but I've been doing small webms with peek, since it is essentially dumbware that just works.

iusegentoobtw
Автор

> unregistered hypercam


oh man, that brought me back

TnMe