Захват экрана с ffmpeg (расширенное)

Аватар автора
Инновационные Гаджеты
Захват экрана Как захватить видео с рабочего стола screen capture видео захват screen recording как захватить видео с экрана ffmpeg -list_devices true -f dshow -i dummy ffmpeg -thread_queue_size 2048 -f dshow -rtbufsize 2048M -framerate 30 -i video="screen-capture-recorder" -thread_queue_size 2048 -f dshow -rtbufsize 2048M -channel_layout stereo -i audio="virtual-audio-capturer" -c:a copy -c:v libx264 -r 30 -pix_fmt yuv420p -y test2.mkv ffmpeg -probesize 24M -thread_queue_size 2048 -f gdigrab -rtbufsize 2048M -framerate 30 -i desktop -thread_queue_size 2048 -f dshow -rtbufsize 2048M -channel_layout stereo -i audio="Цифровое аудио (S/PDIF) (Envy24" -c:a copy -c:v libx264 -r 30 -pix_fmt yuv420p -y test.mkv пример без микрофона: ffmpeg -fflags +genpts -hide_banner -thread_queue_size 2048 -f dshow -rtbufsize 2048M -framerate 30 -pixel_format bgr24 -i video="screen-capture-recorder" -thread_queue_size 2048 -f dshow -rtbufsize 2048M -channel_layout stereo -i audio="virtual-audio-capturer" -vf colorspace=bt709:iall=bt601-6-625:fast=1 -c:a copy -c:v libx264 -8x8dct 1 -partitions p8x8,b8x8,i8x8 -preset ultrafast -tune zerolatency -crf 18 -maxrate 8M -bufsize 16M -bf 2 -g 60 -r 30 -pix_fmt yuv420p -sws_flags spline+accurate_rnd+full_chroma_int -color_range 1 -colorspace 1 -color_primaries 1 -color_trc 1 -max_muxing_queue_size 2048 -copyts -start_at_zero -f matroska -y "D:ffmpegtmprecord".mkv пример с микрофоном: ffmpeg -fflags +genpts -hide_banner -thread_queue_size 2048...

0/0


0/0

0/0

0/0