tune film
This commit is contained in:
parent
db7f92d258
commit
9fe70bdbe1
@ -185,6 +185,6 @@ def _common_ffmpeg_params():
|
|||||||
"-f", "mp4", "-b:v", VIDEO_BITRATE, "-c:a", "copy",
|
"-f", "mp4", "-b:v", VIDEO_BITRATE, "-c:a", "copy",
|
||||||
"-sub_charenc", "UTF-8",
|
"-sub_charenc", "UTF-8",
|
||||||
"-preset:v", "fast", "-profile:v", "main",
|
"-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"
|
"-fflags", "+genpts", "-shortest", "-movflags", "faststart"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user