Table of Contents

Enum MaxineSuperResolutionEffectMode

Namespace
VisioForge.Core.Types.VideoEffects
Assembly
VisioForge.Core.dll

Specifies the AI processing mode for NVIDIA Maxine Super Resolution effect.

public enum MaxineSuperResolutionEffectMode : uint

Fields

HQSource = 0

High Quality Source mode optimized for higher-quality, less compressed video inputs.

This mode prioritizes artifact removal over aggressive enhancement and is best suited for high-quality source videos with minimal compression artifacts. The AI model focuses on removing encoding artifacts (blocking, ringing, mosquito noise) while applying moderate upscaling enhancement. This mode preserves the original video characteristics better and produces more natural-looking results with higher bitrate sources.

Recommended for:

  • High bitrate recordings (50+ Mbps)
  • Lossless or near-lossless video sources
  • Professional camera footage
  • Videos where artifact removal is more important than detail enhancement
LQSource = 1

Low Quality Source mode optimized for lower-quality, heavily compressed video inputs.

This mode prioritizes detail enhancement and is best suited for lower-quality source videos with visible compression artifacts and reduced detail. The AI model applies more aggressive enhancement to recover lost details and sharpen edges while also addressing compression artifacts. This mode is particularly effective for upscaling web videos, streaming content, or legacy media where the original quality is compromised.

Recommended for:

  • Low bitrate streaming videos (below 10 Mbps)
  • Web videos with heavy compression
  • Legacy video content (DVDs, old recordings)
  • Videos where detail enhancement is more important than artifact removal

Remarks

The Super Resolution AI model can be optimized for different types of source content. These modes adjust the neural network's behavior to balance between artifact removal and detail enhancement based on the expected quality of the input video.