diff --git a/video_creation/final_video.py b/video_creation/final_video.py index 9e5f110..c4f3a0b 100644 --- a/video_creation/final_video.py +++ b/video_creation/final_video.py @@ -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(),