mirror of
https://github.com/saily/vnc-recorder.git
synced 2025-04-27 10:20:54 +00:00
commit
9f06939cdc
@ -130,6 +130,7 @@ func (enc *X264ImageCustomEncoder) Init(videoFileName string) {
|
||||
"-preset", "veryfast",
|
||||
"-g", "250",
|
||||
"-crf", strconv.Itoa(enc.ConstantRateFactor),
|
||||
"-pix_fmt", "yuv420p",
|
||||
videoFileName,
|
||||
)
|
||||
cmd.Stdout = os.Stdout
|
||||
|
Loading…
Reference in New Issue
Block a user