axis-lock
Moe 2023-04-30 14:10:26 -07:00
parent 3522012f5a
commit 5d527dbea1
1 changed files with 1 additions and 1 deletions

View File

@ -549,7 +549,7 @@ module.exports = (s,config,lang) => {
}
}
if(videoExtIsMp4){
customRecordingFlags.push(`-movflags +faststart`)
customRecordingFlags.push(`-segment_format_options movflags=faststart+frag_keyframe+empty_moov`)
}
if(videoCodec === 'h264_vaapi'){
recordingFilters.push('format=nv12,hwupload')