Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The HitPaw Video Enhance node uses an external API to improve the quality of videos. It upscales low-resolution videos to a higher resolution, removes visual artifacts, and reduces noise. The processing cost is calculated per second of the input video.

Inputs

ParameterData TypeRequiredRangeDescription
modelDYNAMIC COMBOYesMultiple options availableThe AI model to use for video enhancement. Selecting a model reveals a nested resolution parameter.
model.resolutionCOMBOYes"original"
"720p"
"1080p"
"2k/qhd"
"4k/uhd"
"8k"
The target resolution for the enhanced video. Some options may be unavailable depending on the selected model.
videoVIDEOYesN/AThe input video file to be enhanced.
Constraints:
  • The input video must be between 0.5 seconds and 60 minutes (3600 seconds) in duration.
  • The selected resolution must be larger than the input video’s dimensions. If the video is square, the selected resolution must be larger than its width/height. For non-square videos, the selected resolution must be larger than the video’s shorter dimension. If the target resolution is smaller, an error will be raised. Choose "original" to keep the input video’s resolution.

Outputs

Output NameData TypeDescription
videoVIDEOThe enhanced video file.