fix: revert compatibility for prepare_background

pull/2434/head
James Ding 1 week ago
parent 808efd202a
commit aa44633879
No known key found for this signature in database
GPG Key ID: E9505542DD79ADAA

@ -93,6 +93,7 @@ def prepare_background(reddit_id: str, W: int, H: int) -> str:
output_path,
an=None,
**{
"c:v": "h264_nvenc",
"b:v": "20M",
"b:a": "192k",
"threads": multiprocessing.cpu_count(),

Loading…
Cancel
Save