rdp / screen-capture-recorder-to-video-windows-free

a free open source windows "screen capture" device and recorder (also allows VLC/ffmpeg and others to capture/stream desktop/audio)
https://github.com/rdp/screen-capture-recorder-to-video-windows-free/releases
Other
2.09k stars 458 forks source link

The recorded Video freezes every few seconds. #148

Open FalconCreates opened 3 years ago

FalconCreates commented 3 years ago

Every recorded video works as in the example below.

Presentation of the problem In the video, I slowly move the program window. Because of a recording problem, the result is almost a slideshow. This is not a computer speed issue in my opinion. It has an i9 + GTX 1080Ti.

https://user-images.githubusercontent.com/13267505/108066835-d43a7a80-7057-11eb-8dac-0ce35e420645.mp4

Potential cause of the problem Perhaps this is due to the faulty Custom Commands I use to record both computer and microphone audio at the same time. The code I am using I copied from this thread: https://github.com/rdp/screen-capture-recorder-to-video-windows-free/issues/119

-rtbufsize 150M -f gdigrab -framerate $fps$ -offset_x $area_x$ -offset_y $area_y$ -video_size $area_width$x$area_height$ -draw_mouse $cursor$ -i desktop -f dshow -i audio="virtual-audio-capturer" -f dshow -i audio="Microphone (6- Shure MV7)" -filter_complex amix=inputs=2:duration=first:dropout_transition=3 -c:v libx264 -r $fps$ -preset ultrafast -tune zerolatency -crf 30 -pix_fmt yuv420p -movflags +faststart -c:a libmp3lame -qscale:a 4 -y "$output$"

Here are screen shots of my settings. 2LQhwcwYYB ZMEYLNHYk6

How to fix it?

Thank you in advance for any attempts to help fix this problem.