Checklist for Smooth Video Playback: Difference between revisions

From MXWendler Wiki
Jump to navigation Jump to search
(Created page with "== General == Creating smooth video playback is a challenging task, where many factors interact. Video is a data flao and every component must be able to match the current st...")
 
No edit summary
 
(22 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== General ==
=== General ===


Creating smooth video playback is a challenging task, where many factors interact. Video is a data flao and every component must be able to match the current stream and do its task.
Creating smooth video playback is a challenging task, where many performance factors interact. Video is a data flow and every component in the chain must be able to match the current stream and do its task.


== Content ==
=== Content ===


The footage itself is important, too. For obvious reasons you cannot smoothly playback a jerky video file. With 'objects' we mean objects in the video stream
The footage itself is important, too. You cannot smoothly playback a jerky video file. With 'objects' we mean visible objects in the video frames like eg. text letters.


Good:
Good:
# Constant object motion
*Constant object motion
# Slow object motion
*Slow object motion ( Without blur: max. 1-2 pixels per frame. This is very important for text scrolling. )
# Objects with soft edges
*Objects with soft edges ( This is very important for text scrolling. )
# Motion blur
*Motion blur
# Downscaling the footage
*Downscaling the footage in the output. Movements look smoother when they are minimized.


Bad
Bad
# Jerky object movement
*Jerky object movement
# Fast object movement with hard edges and no motion blur
*Fast object movement with hard edges and no motion blur
# Upscaling the footage
*Upscaling the footage in the output. Movements look jerkier when they are maximized.


== MXWendler Mediaserver ==
=== Codec/Media/Compression ===
 
*Use of too much lossless video media like eg. lossless image sequences?
*Oversized footage resolution: do not use a resolution larger than visible
 
=== MXWendler Mediaserver ===


The settings are project-specific, so there is not general 'good' or 'bad'. But these settings and media facts have an influence on the video framerate
The settings are project-specific, so there is not general 'good' or 'bad'. But these settings and media facts have an influence on the video framerate


Check:
Check:
# Is an output window open?
*Does the framerate match the footage framerate? Check this article [[Video Codecs]]
# Is the vertical sync active?
*Is an audio input device active? Without audio input device, the software uses the system clock, which has a much lower precision.
# Does the output window have the correct size
*Does the framerate match the footage framerate during playback? Check the framerate by moving the mouse to the left of the UI window, the current framerate will be visible in the bottom left of the window
# Does the framerate match the footage framerate?
*Is the vertical sync active? Check for vertical sync in drivers, too. Turn it off for more motion smoothnes.
# Does the framerate match the footage framerate during playback? Check the framerate by moving the mouse to the left of the UI window, the current framerate will be visible in the bottom left of the window
*Does the output window have the correct size?  Sometimes setting 'unusual' sizes solves stuttering issues, please see [[Windows 7 + ATI + Stuttering Output]] or [[Windows 7 + ATI + Output Window On Wrong Screen]]
*Is non-internal feedback active?
 
{{#mpdftags: pagebreak}}
''Tip:''
:''Lower the footage resolution ( Resolution is important. File size and clip length does not matter )''
:''Lower the rendering size ( '''Settings → Output Window → Rendering Size''' )''
 
=== System ===
 
Check:
*Is the correct GPU in use? Many systems have more than one GPU. The onboard graphics usually offers the least performance. Using the onboard connector involves and restricts to the onboard GPU.
*Unintended use of multiple GPUs? Be sure you use only one GPU for maximum performance.
*Do all monitors and projectors share a common framerate?


Tip:
{{#mpdftags: pagebreak}}
# Lower the rendering size (Settings->Output Window->Rendering Size)

Latest revision as of 16:53, 4 November 2020

General

Creating smooth video playback is a challenging task, where many performance factors interact. Video is a data flow and every component in the chain must be able to match the current stream and do its task.

Content

The footage itself is important, too. You cannot smoothly playback a jerky video file. With 'objects' we mean visible objects in the video frames like eg. text letters.

Good:

  • Constant object motion
  • Slow object motion ( Without blur: max. 1-2 pixels per frame. This is very important for text scrolling. )
  • Objects with soft edges ( This is very important for text scrolling. )
  • Motion blur
  • Downscaling the footage in the output. Movements look smoother when they are minimized.

Bad

  • Jerky object movement
  • Fast object movement with hard edges and no motion blur
  • Upscaling the footage in the output. Movements look jerkier when they are maximized.

Codec/Media/Compression

  • Use of too much lossless video media like eg. lossless image sequences?
  • Oversized footage resolution: do not use a resolution larger than visible

MXWendler Mediaserver

The settings are project-specific, so there is not general 'good' or 'bad'. But these settings and media facts have an influence on the video framerate

Check:

  • Does the framerate match the footage framerate? Check this article Video Codecs
  • Is an audio input device active? Without audio input device, the software uses the system clock, which has a much lower precision.
  • Does the framerate match the footage framerate during playback? Check the framerate by moving the mouse to the left of the UI window, the current framerate will be visible in the bottom left of the window
  • Is the vertical sync active? Check for vertical sync in drivers, too. Turn it off for more motion smoothnes.
  • Does the output window have the correct size? Sometimes setting 'unusual' sizes solves stuttering issues, please see Windows 7 + ATI + Stuttering Output or Windows 7 + ATI + Output Window On Wrong Screen
  • Is non-internal feedback active?

{{#mpdftags: pagebreak}} Tip:

Lower the footage resolution ( Resolution is important. File size and clip length does not matter )
Lower the rendering size ( Settings → Output Window → Rendering Size )

System

Check:

  • Is the correct GPU in use? Many systems have more than one GPU. The onboard graphics usually offers the least performance. Using the onboard connector involves and restricts to the onboard GPU.
  • Unintended use of multiple GPUs? Be sure you use only one GPU for maximum performance.
  • Do all monitors and projectors share a common framerate?

{{#mpdftags: pagebreak}}