video_compare_quality
Compare video quality by calculating metrics like PSNR and SSIM between an original and a processed video.
Instructions
Compare video quality between original and processed versions.
Args: original_path: Absolute path to the original/reference video. distorted_path: Absolute path to the processed/distorted video. metrics: Metrics to compute (default: ['psnr', 'ssim']).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metrics | No | ||
| original_path | Yes | ||
| distorted_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||