kopia lustrzana https://github.com/corrscope/corrscope
Faster ffmpeg video encoder options
rodzic
5dfeca7a23
commit
4b231eaf5d
|
@ -105,7 +105,7 @@ class ProcessOutput(Output):
|
||||||
@register_config
|
@register_config
|
||||||
class FFmpegOutputConfig(IOutputConfig):
|
class FFmpegOutputConfig(IOutputConfig):
|
||||||
path: str
|
path: str
|
||||||
video_template: str = '-c:v libx264 -crf 18 -bf 2 -flags +cgop -pix_fmt yuv420p -movflags faststart'
|
video_template: str = '-c:v libx264 -crf 18 -preset superfast'
|
||||||
audio_template: str = '-c:a aac -b:a 384k'
|
audio_template: str = '-c:a aac -b:a 384k'
|
||||||
|
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue