PowerShell HEVC Video Converter
Finds optimal encoding settings for your content
Finds optimal HEVC encoding settings by analyzing content characteristics.
Automatically tests various encoding parameters and recommends the best
balance between quality, file size, and encoding speed for specific video content.
Performs comprehensive analysis including quality metrics (VMAF, SSIM, PSNR),
bitrate distribution, and visual complexity scoring.
Path to the video file or folder containing videos to analyze.
Duration (in seconds) of the test segment to use for optimization. Default: 60.
Target VMAF score for quality-constrained optimization (1-100). Default: 92.
Target encoding speed (fps) for time-constrained optimization.
Perform detailed content complexity analysis.
Use hardware acceleration if available (cuvid, qsv, vaapi).
Path to the video file.
Path to source video file.
Path to encoded video file.
Path to source video file.
Encoding settings (CRF, preset, etc.).
.\Optimize-HEVCSettings.ps1 -InputPath ".\4k_demo.mp4" -QualityTarget 95
.\Optimize-HEVCSettings.ps1 -InputPath ".\videos\" -SpeedTarget 8 -ComplexityAnalysis -HardwareAcceleration