|
|
|
@ -437,6 +437,7 @@ def make_final_video(
|
|
|
|
path,
|
|
|
|
path,
|
|
|
|
f="mp4",
|
|
|
|
f="mp4",
|
|
|
|
**{
|
|
|
|
**{
|
|
|
|
|
|
|
|
"c:v": "h264_nvenc",
|
|
|
|
"b:v": "20M",
|
|
|
|
"b:v": "20M",
|
|
|
|
"b:a": "192k",
|
|
|
|
"b:a": "192k",
|
|
|
|
"threads": multiprocessing.cpu_count(),
|
|
|
|
"threads": multiprocessing.cpu_count(),
|
|
|
|
@ -466,6 +467,7 @@ def make_final_video(
|
|
|
|
path,
|
|
|
|
path,
|
|
|
|
f="mp4",
|
|
|
|
f="mp4",
|
|
|
|
**{
|
|
|
|
**{
|
|
|
|
|
|
|
|
"c:v": "h264_nvenc",
|
|
|
|
"b:v": "20M",
|
|
|
|
"b:v": "20M",
|
|
|
|
"b:a": "192k",
|
|
|
|
"b:a": "192k",
|
|
|
|
"threads": multiprocessing.cpu_count(),
|
|
|
|
"threads": multiprocessing.cpu_count(),
|
|
|
|
|