AY-4801-added default setting to .mp4 conversion

This commit is contained in:
Petr Kalis 2024-05-10 16:04:02 +02:00
parent 171ecf2be4
commit c976261786

View file

@ -100,6 +100,21 @@ DEFAULT_PUBLISH_PLUGINS = {
},
"ExtractEditorialPckgConversion": {
"optional": False,
"active": True
"conversion_enabled": True,
"output": {
"ext": "",
"ffmpeg_args": {
"video_filters": [],
"audio_filters": [],
"input": [
"-apply_trc gamma22"
],
"output": [
"-pix_fmt yuv420p",
"-crf 18",
"-intra"
]
}
}
}
}