Fast and secure recording of desktop and webcam with FFmpeg on Windows

preview_player
Показать описание
Make a face-cam on Windows using FFmpeg.

Quoted documentation:

And maybe you want to check my website :)
Рекомендации по теме
Комментарии
Автор

Hello, I just simply dont understand this software.
I just want to record my screen, usually to save livestreamings from other people. Im using google chrome.
What is the simplest way to do that?
Thank you.

PistachoLol
Автор

Big Thx buddy 🙏!

The tutorial video is a different "code" than your original, don't be offended if I use your real code.
This is your original Code Title+FFMPEG commander start lines 0:00

ffmpeg\bin\ffmpeg.exe -f gdigrab -framerate 10 -i desktop -f dshow -framerate 10 -i video="HD Webcam":audio="Stereo Mix (Realtek(R) Audio)" -filter_complex "[0:v] scale=1920x1080 [desktop]; [1:v] scale=384x216 [webcam]; [desktop][webcam] overlay=x=W-w-50:y=H-h-50" -vcodec libx264 -preset fast recording.mp4

pihla