asdfasdfawds

This commit is contained in:
2026-04-03 10:21:51 -03:00
parent 3f76670169
commit fbf9984a5d
7 changed files with 92 additions and 35 deletions

View File

@@ -36,7 +36,7 @@ def generate_proxy(segment_path: Path, output_path: Path,
"""
output_path.parent.mkdir(parents=True, exist_ok=True)
stream = ffmpeg_lib.input(str(segment_path))
stream = ffmpeg_lib.input(str(segment_path), hwaccel="cuda")
output = (
ffmpeg_lib.output(
stream, str(output_path),