Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 ubuntu 上使用 FFmpeg 进行延时摄影?我并不是说将视频转换为延时摄影。我的意思是加快速度记录您的笔记本电脑屏幕。
您可以使用setpts过滤器。
ffmpeg -framerate 60 -video_size 1280x720 -f x11grab -i :0 -vf "setpts=0.5*PTS" output.mp4