forked from 77media/video-flow
h264
This commit is contained in:
parent
037b3d3d59
commit
9ebde62014
@ -328,7 +328,7 @@ async function buildVideoFlowFFmpegCommand(
|
|||||||
args.push('-map', '[outv]', '-map', '[outa]');
|
args.push('-map', '[outv]', '-map', '[outa]');
|
||||||
|
|
||||||
// 编码设置
|
// 编码设置
|
||||||
args.push('-c:v', 'libx264');
|
args.push('-c:v', 'h264');
|
||||||
args.push('-c:a', 'aac');
|
args.push('-c:a', 'aac');
|
||||||
args.push('-preset', 'medium');
|
args.push('-preset', 'medium');
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user