tune film

This commit is contained in:
Jerry Yan 2022-05-31 12:15:07 +08:00
parent db7f92d258
commit 9fe70bdbe1

View File

@ -185,6 +185,6 @@ def _common_ffmpeg_params():
"-f", "mp4", "-b:v", VIDEO_BITRATE, "-c:a", "copy",
"-sub_charenc", "UTF-8",
"-preset:v", "fast", "-profile:v", "main",
"-qmin", "12", "-qmax", "34", "-crf", "24", "-tune:v", "animation",
"-qmin", "12", "-qmax", "34", "-crf", "24", "-tune:v", "film",
"-fflags", "+genpts", "-shortest", "-movflags", "faststart"
)