Questions tagged [vsync]

Vsync (short for Vertical Synchronization) is a rendering option for video cards. This option prevents the video card from changing the display memory until the monitor is done with its current refresh cycle.

Vsync (short for Vertical Synchronization) is a rendering option for video cards. This option prevents the video card from changing the display memory until the monitor is done with its current refresh cycle.

When vsync is applied, the rendering engine would match the maximum refresh rate of the monitor if the frame rate being produced is higher than the refresh rate of the monitor. This effectively throttles the maximum generated frames per second of the graphics card.

Turning vsync on can improve rendering quality when applied to applications that have frame rates significantly higher than the monitor's refresh rate as this relieves tearing of the image and results in smooth playback. On the other hand if the graphics card is outputting significantly lower frame rates than the monitor's refresh rate, this can result to the video output having judder as the graphics card may miss the monitor's refresh deadlines.

151 questions
-2
votes
0 answers

FFmpeg capture, mkvtimestamp_v2 and timecode don't play nice

Trying to capture and modify the TC in-file afterwards. I've found a nice way to store the timestamps from the capture. Gyan's brillant filterchain This works fine using this line: ffmpeg -hide_banner -f "decklink" -queue_size "1073741824"…
Bouke
  • 1
1 2 3
10
11