ffmpeg record
This commit is contained in:
parent
94012d6242
commit
e740724561
12
content/posts/2023/linux/ffmpeg-desktop-record.md
Normal file
12
content/posts/2023/linux/ffmpeg-desktop-record.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
title: "🎞️ Запись экрана с помощью ffmpeg"
|
||||
date: 2023-03-18T15:38:00+03:00
|
||||
draft: false
|
||||
tags: [tips, linux, ffmpeg, ]
|
||||
---
|
||||
|
||||
Запись видео с экрана через **ffmpeg**.
|
||||
|
||||
```sh
|
||||
ffmpeg -f x11grab -framerate 25 -i :0 video.mp4
|
||||
```
|
Loading…
Reference in New Issue
Block a user