当前位置:网站首页>FFmpeg 搭建本地屏幕录制环境
FFmpeg 搭建本地屏幕录制环境
2022-08-01 03:53:00 【陈振阳】
录屏嘛,大家都有这种需求,就是软件不好找,基本都收费。用的华为的笔记本,自带录屏功能,就是傻了吧唧的会把自己的结束按钮也录进去。用 FFmepg 试了一下,香的很。
下载安装 Screen Capture Recorder,去github仓库上可以下载二进制安装包,screen-capture-recorder-to-video-windows-free,不要去 sourceforge 的地址下载,那个版本滞后很多。
0.1.12 版本是支持 ffmpeg 5 的版本。
直接下载安装即可。
安装完之后在 C:\Program Files (x86)\Screen Capturer Recorder\configuration_setup_utility\vendor\ffmpeg 目录下带着一个 ffmpeg,ffmpeg 就不用再单独下载了,根据这个路径配置好环境变量即可。
ffmpeg -y -rtbufsize 2147M -f dshow -i video="screen-capture-recorder":audio="virtual-audio-capturer" -framerate 25 -vcodec libx264 -preset:v ultrafast -tune:v zerolatency -acodec aac av-out.mp4
上面命令的参数搭配,在我的机器上非常好使,录制出来帧速率有30,声画非常一致,文件大小也合适。
注意:windows下需要处理显示器分辨率缩放比例的问题。
边栏推荐
- This article takes you to understand the past and present of Mimir, Grafana's latest open source project
- 如何下载Keil包
- Elastic Stack的介绍
- [SemiDrive source code analysis] series article link summary (full)
- The bigger and bigger the project is, I split it like this
- Step by step hand tearing carousel Figure 3 (nanny level tutorial)
- 情人节浪漫3D照片墙【附源码】
- 《少年派2》:新男友竟脚踩两只船,林妙妙与钱三一感情回温
- How to download the Keil package
- The fledgling Xiao Li's 113th blog project notes: Wisdom cloud smart flower watering device combat (2) - basic Demo implementation
猜你喜欢
随机推荐
Unknown Bounded Array
When opening a MYSQL table, some can display editing, some do not, how to set.
Which interpolation is better for opencv to zoom in and out??
The fledgling Xiao Li's 112th blog project notes: Wisdom cloud intelligent flower watering device actual combat (1) - basic Demo implementation
TypeScript simplifies running ts-node
The bigger and bigger the project is, I split it like this
JS new fun(); 类与实例 JS基于对象语言 只能通过书写构造函数充当类
opencv 缩小放大用哪种插值更好??
纽约大学等 | TM-Vec:用于快速同源检测和比对的模版建模向量
[Search topic] After reading the inevitable BFS solution to the shortest path problem
基于STM32设计的UNO卡牌游戏(双人、多人对战)
HIRO: Hierarchical Reinforcement Learning 】 【 Data - Efficient Hierarchical Reinforcement Learning
软件测试基础理论知识—用例篇
Simulation of Active anti-islanding-AFD Active Anti-islanding Model Based on Simulink
EntityFramework saves to SQLServer decimal precision is lost
Make your Lottie support word wrapping in text fields
Flutter “Hello world“ 程代码
如何下载Keil包
[kali-information collection] enumeration - DNS enumeration: DNSenum, fierce
2022-07-31: Given a graph with n points and m directed edges, you can use magic to turn directed edges into undirected edges, such as directed edges from A to B, with a weight of 7.After casting the m