compress_video_with_qsv
Compresses video files using Intel Quick Sync Video (QSV) hardware acceleration, reducing file size while maintaining visual quality. Supports H.264 and H.265 encoding with adjustable quality and bitrate.
Instructions
使用Intel QSV硬件加速压缩视频
Args:
input_path: 输入视频文件路径
output_path: 输出视频文件路径(可选)
quality: 压缩质量(high, medium, low)
qsv_encoder: QSV编码器(h264_qsv, hevc_qsv等)
target_bitrate: 目标比特率(如"2M", "1000k")
Returns:
压缩结果信息Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | ||
| output_path | No | ||
| quality | No | medium | |
| qsv_encoder | No | h264_qsv | |
| target_bitrate | No |