windows cpu

This commit is contained in:
Jerry Yan 2025-02-27 16:49:22 +08:00
parent fff20610a5
commit df0364befb

View File

@ -1,7 +1,7 @@
import time
import uuid
ENCODER_ARGS = ("-c:v", "h264_qsv", "-global_quality", "28", "-look_ahead", "1",)
ENCODER_ARGS = ("-c:v", "h264",)
PROFILE_LEVEL_ARGS = ("-profile:v", "high", "-level:v", "4")