{% extends "base.html" %} {% block content %}

Analytics

Longitudinal Library Insights

Total Space Liberated
{{ stats.total_savings_fixed() }} Gigabytes
Total In {{ stats.total_input_fixed() }} GB
Efficiency {{ stats.efficiency_fixed() }}%
Average Quality (VMAF)
{{ stats.avg_vmaf_fixed() }}

Based on {{ stats.completed_jobs }} completed transcodes

Engine Utilization

Total Processing Time {{ stats.time_fixed() }} Hours
Total Jobs {{ stats.total_jobs }}
Completed {{ stats.completed_jobs }}

AI Recommendation

{% if stats.avg_reduction_percentage() > 40.0 %} Your library is highly compressible. You might consider an even more aggressive quality profile to maximize space savings without human-perceptible loss. {% else if stats.avg_reduction_percentage() < 15.0 %} Savings are currently low. You may want to check if your source files are already efficiently encoded (HEVC/AV1) to avoid unnecessary processing. {% else %} Your current settings provide a healthy balance between quality and storage efficiency. No changes recommended at this time. {% endif %}

{% endblock %}