asdfasdfawds
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user